Skip to content

Commit da85d76

Browse files
committed
update TODO.md and copilot instructions
1 parent c432918 commit da85d76

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/copilot-instructions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,7 @@ When generating or modifying documentation:
4141
- Always use **Markdown** format.
4242
- Use simple sentences and a clear writing style, consistent with standard technical documentation practices.
4343

44+
## Development Workflow
45+
46+
- Whenever a TODO comment is added, modified, or deleted in the code, run the top-level task `pnpm make:todo` to update the automatically generated `TODO.md`.
47+

TODO.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# @spearwolf/shadow-objects-monorepo
33

4-
> _Generated by [scripts/makeTODO.mjs](scripts/makeTODO.mjs) at 2025-05-07T08:47:38.393Z_
4+
> _Generated by [scripts/makeTODO.mjs](scripts/makeTODO.mjs) at 2025-11-26T11:20:15.350Z_
55
66
This file contains an overview of all TODO, FIXME or XXX comments extracted from the source files of the packages.
77

@@ -31,5 +31,4 @@ This file contains an overview of all TODO, FIXME or XXX comments extracted from
3131
| [packages/shadow-objects/src/in-the-dark/events.ts](packages/shadow-objects/src/in-the-dark/events.ts#L7) | 7 | @test test if OnCreate is called when an entity token is changed |
3232
| [packages/shadow-objects/src/in-the-dark/events.ts](packages/shadow-objects/src/in-the-dark/events.ts#L25) | 25 | @test test if OnDestroy is called when an entity is destroyed |
3333
| [packages/shadow-objects/src/in-the-dark/events.ts](packages/shadow-objects/src/in-the-dark/events.ts#L26) | 26 | @test test if OnDestroy is called when a shadow-object is removed from an entity (token-change) |
34-
| [packages/shadow-objects/src/in-the-dark/Kernel.ts](packages/shadow-objects/src/in-the-dark/Kernel.ts#L27) | 27 | @test if MessageToView#traverseChildren is implemented all the way down |
3534

0 commit comments

Comments
 (0)