Skip to content

Commit 1fbbf74

Browse files
committed
[harness] Wire factory discovery via .claude symlink and gitignore
.claude -> .agents so Claude Code discovers the skills; un-ignore .claude and ignore only .agents/settings.local.json.
1 parent 5441190 commit 1fbbf74

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.claude

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

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ htmlcov/
4646
.env.local
4747

4848
# Assistant / tooling scratch
49-
.claude/
49+
# `.claude` is a tracked symlink -> `.agents` (the documentation factory), so it is NOT
50+
# ignored. Only genuinely personal Claude Code settings are ignored:
51+
.agents/settings.local.json
5052
.warp/
5153

5254
# Project-local drafts not for publication

0 commit comments

Comments
 (0)