Contributing¶
Adding or updating a document¶
All .md files (except README.md, CHANGELOG.md, CONTRIBUTING.md, ARCHIVED.md) must include YAML frontmatter. Follow the authoring standard:
- Documentation Authoring — required fields (
title,summary,read_when), field rules, and examples - Specification Organization — where to place new documents, naming conventions, domain placement workflow
Adding a new domain¶
- Create a new folder with a
definition.md— define the domain scope first - Add domain-specific specifications following the authoring guide
- Update the structure in
README.md
Commit format¶
Follow the semantic commit standard from agent-software.
Index¶
index.json is auto-generated — do not edit it manually. It is regenerated on every push to main.