Split changelog into separate file

This commit is contained in:
deamonkai
2026-03-28 12:11:21 -05:00
parent 942aeab830
commit 563dbee7eb
3 changed files with 23 additions and 10 deletions

View File

@@ -59,7 +59,8 @@ At the moment, the repository is a partially completed assignment skeleton rathe
- Treat `/docs` and direct instructor clarifications as authoritative for assignment requirements and parameter values.
- Record assumptions, extracted tables, unresolved issues, and verification status in [`MEMORY.md`](./MEMORY.md).
- Track the active execution queue in [`TODO.md`](./TODO.md).
- Record dated repository-level changes in [`CHANGELOG.md`](./CHANGELOG.md).
## For AI Agents
Read [`MEMORY.md`](./MEMORY.md) before making changes. Use [`MEMORY.md`](./MEMORY.md) for durable handoff context and [`TODO.md`](./TODO.md) for the live task queue, and update the one that changed so the next agent can continue without re-discovering context.
Read [`MEMORY.md`](./MEMORY.md) before making changes. Use [`MEMORY.md`](./MEMORY.md) for durable handoff context, [`TODO.md`](./TODO.md) for the live task queue, and [`CHANGELOG.md`](./CHANGELOG.md) for dated repo history, and update the file whose role changed so the next agent can continue without re-discovering context.