← Skills
| File | Location | Purpose |
|---|---|---|
README.md |
Root | Entry point - features, install, quick start |
LICENSE.md |
Root | Project license (MIT, Apache, etc.) |
CHANGELOG.md |
Root | Release history, version per entry |
CONTRIBUTING.md |
Root | How to contribute, run locally, submit PRs |
SECURITY.md |
Root | Vulnerability disclosure policy |
GOVERNANCE.md |
docs/ |
Roadmap, release process, bus factor |
KNOWN_ISSUES.md |
docs/ |
Known bugs and limitations |
DECISIONS.md |
docs/ |
Architecture rationale, trade-offs |
AUDIT.md |
docs/ |
Third-party dependency audit notes |
CODE_SIGNING_POLICY.md |
docs/ |
Signing key management expectations |
_release.md |
Root | Current release notes body (CI references it) |
| API docs | docs/ |
Module guides, technical references |
## [v0.x.y] - YYYY-MM-DD
### Added
- New features
### Fixed
- Bug fixes
### Changed
- Behavior changes, refactors
### Removed
- Features removed
### Notes
- Operational notes (git resets, CI issues, etc.)
_release.md)