Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 536 Bytes

File metadata and controls

11 lines (8 loc) · 536 Bytes

agents.md

Post-Change Checklist

After making major changes (new language features, bug fixes, backend additions, refactors), ensure the following docs are up to date before committing:

  1. CHANGELOG.md — add an entry for the change
  2. README.md — update usage, feature lists, or examples if affected
  3. docs/SPEC.md — update if language semantics or syntax changed
  4. MISSING_FEATURES.md — mark completed gaps or document new ones
  5. TODO.md — check off completed items or add newly discovered work