Add TODO.md and instructions

This commit is contained in:
2026-01-01 15:45:43 -06:00
parent f504576f3e
commit 7b8eaac637
2 changed files with 23 additions and 0 deletions

2
.claude/instructions.md Normal file
View File

@@ -0,0 +1,2 @@
When asked "what's next?" or during downtime, check TODO.md and suggest items to work on.

21
TODO.md Normal file
View File

@@ -0,0 +1,21 @@
- [ ] Update check script:
- [ ] Run `go fmt` on all .go files
- [ ] Run prettier on all .ts files
- [ ] Eventually, run unit tests
- [ ] Adapt master program so that it reads configuration from command line
args instead of from environment variables
- Should have sane defaults
- Adding new arguments should be easy and obvious
- [ ] Add wrapper script to run main program (so that various assumptions related
to relative paths are safer)
- [ ] Add unit tests all over the place.
- ⚠️ Huge task - needs breakdown before starting
- [ ] flesh out the `sync.sh` script
- [ ] update framework-managed node
- [ ] update framework-managed pnpm
- [ ] update pnpm-managed deps
- [ ] rebuild golang programs