Task summary
CONTRIBUTING.md lists git/ as only containing diff.ts, but the repo also has git/hook.ts. It also omits commands/completion.ts and commands/config.ts. Update the project structure diagram to match the current codebase.
Why this is a good first issue
Low-risk documentation fix. A great first PR to learn the repo layout before touching code.
Suggested files or areas
CONTRIBUTING.md — project structure section
AGENTS.md — more complete and up-to-date reference
src/git/hook.ts, src/commands/completion.ts, src/commands/config.ts
Acceptance criteria
Extra context
AGENTS.md has a more complete architecture diagram — use it as the source of truth.
Task summary
CONTRIBUTING.mdlistsgit/as only containingdiff.ts, but the repo also hasgit/hook.ts. It also omitscommands/completion.tsandcommands/config.ts. Update the project structure diagram to match the current codebase.Why this is a good first issue
Low-risk documentation fix. A great first PR to learn the repo layout before touching code.
Suggested files or areas
CONTRIBUTING.md— project structure sectionAGENTS.md— more complete and up-to-date referencesrc/git/hook.ts,src/commands/completion.ts,src/commands/config.tsAcceptance criteria
git/section includeshook.tscommands/section includescompletion.tsandconfig.tssrc/layoutExtra context
AGENTS.mdhas a more complete architecture diagram — use it as the source of truth.