Structure research project

This commit is contained in:
Nettika 2026-01-27 16:47:56 -08:00
parent c2bf2ad5a5
commit 94acfe3ba1
No known key found for this signature in database
2 changed files with 66 additions and 0 deletions

8
CLAUDE.md Normal file
View file

@ -0,0 +1,8 @@
- Your research directory is `research`.
- Keep track of researched features in @research/index.md.
- As you document each feature, update its status in the index.
- For each each feature, document these three things:
1. A short summary.
2. An in-depth technical description of systems and plausible reasons for their design.
3. A reference of classes/functions/methods.
- Use `nix-shell` to grab temporary tools as needed.