Some checks failed
Run Check Script / check (pull_request) Failing after 44s
1.7 KiB
1.7 KiB
Harmony Codebase Resources
Knowledge
- Repository contract:
AGENTS.mdCanonical contribution rules: minimalism, Score-Topology-Interpret, capability boundaries, deploy architecture, build commands. - Guide: Writing a Score Practical introduction to declaring desired state, capability trait bounds, and Interpret execution logic.
- Guide: Writing a Topology Use when learning how environments expose capabilities to Scores.
- Guide: Adding Capabilities Use when a change needs a new domain-level infrastructure capability.
- ADR-002: Hexagonal Architecture Explains the domain versus infrastructure adapter split.
- ADR-003: Infrastructure Abstractions Use for capability naming and vendor-boundary decisions.
- ADR-015: Higher-Order Topologies Use for topology composition and blanket capability forwarding.
- ADR-023: Deploy Architecture Canonical deploy rules: Scores over manifests, deploy crates, smoke-test ownership, topology selection.
- Workspace manifest:
Cargo.tomlMap of crates and their rough system boundaries.
Wisdom (Communities)
- Project maintainers and code review in this repository. Best source for contribution judgment because many rules are project-specific and enforced by review taste.
Gaps
- No external community is recorded yet; this mission is repository-specific, so maintainers are the primary wisdom source.