mirror of
https://github.com/ruvnet/ruflo.git
synced 2026-09-14 14:01:28 +08:00
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:
+1
-1
@@ -1 +1 @@
|
||||
../v2/.claude/agents
|
||||
../.claude/agents
|
||||
Reference in New Issue
Block a user