You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: modernize plugin to v8.1.0 with full Claude Code spec compliance
- Fix "agents: Invalid input" installation error by stripping non-standard
frontmatter keys from all 36 agents, 41 commands, and 27 skills
- Replace legacy path discovery with ${CLAUDE_PLUGIN_ROOT} across 81 files
- Remove ~230 lines of dead Python code from orchestrator system prompt
- Add missing SKILL.md for transcendent-ai-systems skill
- Fix YAML parse errors in 3 commands and normalize tool format
- Remove invalid model: inherit from 25 agent files
- Update all documentation for v8.1.0 release
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CLAUDE.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
7
7
This is an **Autonomous Claude Agent Plugin** that demonstrates true autonomous AI behavior through pattern learning, skill auto-selection, background task execution, comprehensive quality control, and advanced token optimization. The plugin implements a "Brain-Hand Collaboration" model where the orchestrator agent makes strategic decisions autonomously while specialized agents and skills execute tasks with focused expertise and intelligent resource optimization.
8
8
9
9
**Platform**: Claude Code CLI only (uses subagents, not compatible with claude.ai web/mobile)
10
-
**Version**: 8.0.0
10
+
**Version**: 8.1.0
11
11
12
12
## Development Guidelines
13
13
@@ -60,7 +60,7 @@ Run `python detect_fix_emojis.py --directory lib` to check for emoji usage.
0 commit comments