Commit Graph

3 Commits

Author SHA1 Message Date
Giancarmine Salucci
e63279fcf6 improve readme, untrack agents 2026-03-29 18:35:47 +02:00
Giancarmine Salucci
fd46328a8b chore(git): tighten .gitignore and untrack machine-specific files
- Add *.db-shm and *.db-wal to cover SQLite WAL mode files (*.db alone
  was not sufficient)
- Replace blanket .claude/ ignore with .claude/ + !.claude/rules/ so
  project-level Claude Code rules remain tracked while local settings
  (settings.local.json, projects/, etc.) stay ignored

Machine-specific files removed from tracking in the previous refactor
commit: .claude/settings.local.json, local.db-shm, local.db-wal.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-25 14:30:35 +01:00
Giancarmine Salucci
18437dfa7c chore: initial project scaffold 2026-03-22 17:08:15 +01:00