chore: consolidate agent config under .agents/, symlink tool-specific paths#31341
Open
mvvmm wants to merge 3 commits into
Open
chore: consolidate agent config under .agents/, symlink tool-specific paths#31341mvvmm wants to merge 3 commits into
mvvmm wants to merge 3 commits into
Conversation
5bdea32 to
1c407a3
Compare
Contributor
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
73e902a to
d95a9a9
Compare
Contributor
|
Preview URL: https://5287b70a.preview.developers.cloudflare.com Files with changes (up to 15)
|
… paths - Move .opencode/command/ -> .agents/commands/ and .opencode/agent/ -> .agents/agents/ - Symlink .opencode/commands and .opencode/agents back to .agents/ (fixes singular/plural too) - Add CLAUDE.md -> AGENTS.md symlink for Claude Code and VS Code Copilot - Remove rulesync dependency and ai-setup:* scripts (nothing consumed generated output) - Update .gitignore: remove rulesync-generated entries, add explicit includes for new dirs - Update AGENTS.md with commands/agents tables and symlink documentation
d95a9a9 to
ec5f971
Compare
Contributor
Review✅ No style-guide issues found in commit CommandsOnly codeowners can run commands. Post a comment with the command to trigger it.
|
ahaywood
approved these changes
Jun 9, 2026
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.
Summary
Consolidates all repo-specific agent configuration under
.agents/as the single source of truth, with symlinks from tool-specific paths pointing into it. Removes therulesyncdependency, which was generating output that nothing consumed.Structure:
Symlinks into
.agents/:.opencode/agents../.agents/agents.opencode/commands../.agents/commands.claude/CLAUDE.md../AGENTS.md.claude/agents../.agents/agents.claude/skills../.agents/skills.claude/commands../.agents/commands.windsurf/workflows../.agents/commandsGEMINI.mdAGENTS.mdNote: Windsurf and Gemini CLI both read
.agents/skills/natively — no symlink needed for skills.Also:
rulesyncdevDependency andai-setup:*scripts removed — the generated output (.claude/,.cursor/,.github/prompts/) was gitignored and unused.gitignoreupdated: removed rulesync-generated entries, added explicit includes for.agents/commands/and.agents/agents/.prettierignoreupdated: added symlink paths that prettier errors onAGENTS.mdupdated to document the new structureDocumentation checklist