Split changelog into separate file
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user