Remove AI-assistant tooling definitions#3362
Merged
Merged
Conversation
Move Claude/Codex/Kilo commands, Cursor rules, and .cursorrules to the dedicated xarray-spatial-skills repo. Runtime sweep-*-state.csv files remain. The tooling's single source of truth is now xarray-spatial-skills.
These are now sourced from the xarray-spatial-skills repo and synced in via its sync.sh. Keep them present locally but untracked so they aren't re-added to this repo.
The AI-assisted commands and rules now live in the dedicated xarray-spatial-skills repo and are synced in via sync.sh. Update CONTRIBUTING.md and AI_POLICY.md so contributors can find them.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Moves the AI-assistant tooling definitions out of this library repo and into the dedicated
xarray-spatial-skillsrepo, so this repo stays focused on library code with a single source of truth for the tooling.Removed (89 files)
.claude/commands/(22).codex/commands/(22).kilo/command/(22).cursor/rules/(22).cursorrulesKept (unchanged)
.claude/,.codex/,.kilo/sweep-*-state.csvruntime audit state (7 each)settings.local.json,worktrees/)These are developer-side AI tooling files only — no impact on source, tests, CI, or packaging.
Distribution of the tooling back into this repo to start could use something like: https://github.com/brendancol/xarray-spatial-skills/blob/main/sync.sh