Describe the bug
The important callout at the top of README.md links the AI review workflow to a local path:
run your changes through the project's approved AI review workflow (see the slash-command suite in .claude/commands/).
That .claude/commands/ directory is gitignored (.gitignore:107), so it is never committed. On GitHub the link resolves to a 404. The commands are no longer maintained in this repo at all — they now live in brendancol/xarray-spatial-skills and are synced locally via sync.sh, as AI_POLICY.md and CONTRIBUTING.md already document.
Expected behavior
The README should point contributors at the xarray-spatial-skills repository (the single source of truth for the command suite) instead of a gitignored local path that 404s on GitHub.
Additional context
.gitignore:107 ignores .claude/commands/.
AI_POLICY.md:130 and CONTRIBUTING.md:66 already reference https://github.com/brendancol/xarray-spatial-skills.
Describe the bug
The important callout at the top of
README.mdlinks the AI review workflow to a local path:That
.claude/commands/directory is gitignored (.gitignore:107), so it is never committed. On GitHub the link resolves to a 404. The commands are no longer maintained in this repo at all — they now live inbrendancol/xarray-spatial-skillsand are synced locally viasync.sh, asAI_POLICY.mdandCONTRIBUTING.mdalready document.Expected behavior
The README should point contributors at the
xarray-spatial-skillsrepository (the single source of truth for the command suite) instead of a gitignored local path that 404s on GitHub.Additional context
.gitignore:107ignores.claude/commands/.AI_POLICY.md:130andCONTRIBUTING.md:66already referencehttps://github.com/brendancol/xarray-spatial-skills.