Task summary
The Configuration section in README.md says config lives in ~/.config/commit-echo, but the code uses platform-specific paths (%APPDATA%/commit-echo on Windows, ~/Library/Application Support/commit-echo on macOS). AGENTS.md documents this correctly; README.md should too.
Why this is a good first issue
Documentation-only fix. Contributors can reference getConfigDir() in src/config/store.ts and tests/get-config-dir.test.mjs.
Suggested files or areas
README.md
src/config/store.ts — getConfigDir() implementation
tests/get-config-dir.test.mjs
AGENTS.md — already has correct paths
Acceptance criteria
Extra context
A small table or bullet list per OS works well here.
Task summary
The Configuration section in
README.mdsays config lives in~/.config/commit-echo, but the code uses platform-specific paths (%APPDATA%/commit-echoon Windows,~/Library/Application Support/commit-echoon macOS).AGENTS.mddocuments this correctly;README.mdshould too.Why this is a good first issue
Documentation-only fix. Contributors can reference
getConfigDir()insrc/config/store.tsandtests/get-config-dir.test.mjs.Suggested files or areas
README.mdsrc/config/store.ts—getConfigDir()implementationtests/get-config-dir.test.mjsAGENTS.md— already has correct pathsAcceptance criteria
getConfigDir()behaviorExtra context
A small table or bullet list per OS works well here.