Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.1 KB

File metadata and controls

22 lines (18 loc) · 1.1 KB

Claude Code guidance

Read AGENTS.md in full before changing this repository. It is the canonical source for Astra's architecture, safety, verification, and Git delivery rules. Follow CONTRIBUTING.md for the contributor workflow and use the design index to find the contract that owns the behavior being changed.

Claude-specific integration

  • Project skills live under .claude/skills/. Read the matching SKILL.md before performing a task covered by one of those skills.
  • .agent/skills/ is the compatibility mirror used by other Agent Skills hosts. Do not update only one copy; the skill contract tests require their instruction bodies and manifests to remain equivalent, except for explicitly supported host-tool differences.
  • Prefer the narrowest relevant make target while iterating. Live database, provider, and system lanes are opt-in as described in the testing guide.

Do not duplicate repository-wide rules here. Update AGENTS.md when the canonical guidance changes.