fix(plugin): repoint plugin/agents symlink at .claude/agents (33 active md files)

The repo-as-Claude-Code-plugin manifest at plugin/.claude-plugin/plugin.json
declares "agents": "./agents", but the symlink at plugin/agents pointed
at ../v2/.claude/agents — a path that never existed at repo root and
was definitively gone after archive/v2/ moves. Result: anyone installing
this repo via /plugin got zero agents loaded.

Repointed to ../.claude/agents (33 active md files: coder, reviewer,
tester, planner, researcher, security-architect, etc). The hooks /
commands / skills symlinks were already correct.

Verified: ls -L plugin/agents resolves to 33 entries; matches what
.claude/agents/ contains.

Co-Authored-By: RuFlo <ruv@ruv.net>
This commit is contained in:
Reuven
2026-05-06 11:12:35 -04:00
parent c07b5c263f
commit 004dda36dd
+1 -1
View File
@@ -1 +1 @@
../v2/.claude/agents
../.claude/agents