Skip to content

Commit 1c407a3

Browse files
committed
chore: consolidate agent config under .agents/, symlink tool-specific 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
1 parent 163dfeb commit 1c407a3

18 files changed

Lines changed: 49 additions & 1244 deletions

File tree

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

.claude/CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../AGENTS.md

.claude/agents

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../.agents/agents

.claude/commands

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../.agents/commands

.claude/skills

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../.agents/skills

.gitignore

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ distllms/
1212
# skills/ is fetched from middlecache via bin/fetch-skills.ts
1313
skills/
1414
!.agents/skills/
15+
!.agents/commands/
16+
!.agents/agents/
1517
!.flue/.agents/
1618
!.flue/.agents/**
1719

@@ -51,15 +53,6 @@ pnpm-debug.log*
5153

5254
tools/relevant_changed_files.txt
5355

54-
# Configuration of AI tools we don't directly support in this repo (generated via rulesync)
55-
.rulesync/
56-
.claude/
57-
CLAUDE.md
58-
.cursor/
59-
.github/prompts/
60-
.github/agents/
61-
/agents/
62-
6356
# certain versions of opencode mistakenly commit package-lock.json
6457
.opencode/package-lock.json
6558

0 commit comments

Comments
 (0)