chore: update gitignore and claude instructions

This commit is contained in:
Edward Langley
2026-04-09 02:54:28 -07:00
parent d34e8eb313
commit 70e7cfbef7
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -21,3 +21,4 @@ bench/*.txt
# Added by git-smart-commit # Added by git-smart-commit
*.swp *.swp
proptest-regressions/

View File

@ -4,8 +4,8 @@
- Option<...> or Result<...> are fine but should not be present in the majority of the code. - Option<...> or Result<...> are fine but should not be present in the majority of the code.
- Similarly, code managing Box<...> or RC<...>, etc. for containers pointing to heap data should be split - Similarly, code managing Box<...> or RC<...>, etc. for containers pointing to heap data should be split
from logic from logic
- context/repo-map.md is your "road map" for the repository. use it to reduce exploration and keep it updated. - @context/repo-map.md is your "road map" for the repository. use it to reduce exploration and keep it updated.
- context/design-principles.md is also important for keeping the repository consistent. - @context/design-principles.md is also important for keeping the repository consistent.
- prefer merges to rebasing. - prefer merges to rebasing.
<!-- BEGIN BEADS INTEGRATION v:1 profile:minimal hash:ca08a54f --> <!-- BEGIN BEADS INTEGRATION v:1 profile:minimal hash:ca08a54f -->