infra: .claude/agents/ symlinks for subagent-type discovery

Three symlinks per skill:
  .claude/agents/implement -> skills/implement/agents
  .claude/agents/audit     -> skills/audit/agents
  .claude/agents/debug     -> skills/debug/agents

Tracked so contributors get correct subagent dispatch on clone.
Resolved correctly via 'ls -L'.
This commit is contained in:
2026-05-09 14:22:10 +02:00
parent 9015905d9f
commit 326e4dbe87
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
../../skills/audit/agents
+1
View File
@@ -0,0 +1 @@
../../skills/debug/agents
+1
View File
@@ -0,0 +1 @@
../../skills/implement/agents