agentsys 5.0.0 → 5.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. package/.claude-plugin/marketplace.json +13 -13
  2. package/.claude-plugin/plugin.json +1 -1
  3. package/CHANGELOG.md +14 -2
  4. package/adapters/README.md +1 -1
  5. package/adapters/codex/skills/next-task/SKILL.md +8 -8
  6. package/adapters/opencode/agents/delivery-validator.md +1 -1
  7. package/adapters/opencode/agents/implementation-agent.md +1 -1
  8. package/adapters/opencode/agents/worktree-manager.md +3 -3
  9. package/adapters/opencode/commands/next-task.md +7 -7
  10. package/adapters/opencode/skills/agnix/SKILL.md +1 -1
  11. package/adapters/opencode/skills/consult/SKILL.md +1 -1
  12. package/adapters/opencode/skills/deslop/SKILL.md +1 -1
  13. package/adapters/opencode/skills/discover-tasks/SKILL.md +2 -2
  14. package/adapters/opencode/skills/drift-analysis/SKILL.md +1 -1
  15. package/adapters/opencode/skills/enhance-agent-prompts/SKILL.md +1 -1
  16. package/adapters/opencode/skills/enhance-claude-memory/SKILL.md +1 -1
  17. package/adapters/opencode/skills/enhance-cross-file/SKILL.md +1 -1
  18. package/adapters/opencode/skills/enhance-docs/SKILL.md +1 -1
  19. package/adapters/opencode/skills/enhance-hooks/SKILL.md +1 -1
  20. package/adapters/opencode/skills/enhance-orchestrator/SKILL.md +1 -1
  21. package/adapters/opencode/skills/enhance-plugins/SKILL.md +1 -1
  22. package/adapters/opencode/skills/enhance-prompts/SKILL.md +1 -1
  23. package/adapters/opencode/skills/enhance-skills/SKILL.md +1 -1
  24. package/adapters/opencode/skills/learn/SKILL.md +1 -1
  25. package/adapters/opencode/skills/orchestrate-review/SKILL.md +1 -1
  26. package/adapters/opencode/skills/perf-analyzer/SKILL.md +1 -1
  27. package/adapters/opencode/skills/perf-baseline-manager/SKILL.md +1 -1
  28. package/adapters/opencode/skills/perf-benchmarker/SKILL.md +1 -1
  29. package/adapters/opencode/skills/perf-code-paths/SKILL.md +1 -1
  30. package/adapters/opencode/skills/perf-investigation-logger/SKILL.md +1 -1
  31. package/adapters/opencode/skills/perf-profiler/SKILL.md +1 -1
  32. package/adapters/opencode/skills/perf-theory-gatherer/SKILL.md +1 -1
  33. package/adapters/opencode/skills/perf-theory-tester/SKILL.md +1 -1
  34. package/adapters/opencode/skills/sync-docs/SKILL.md +1 -1
  35. package/adapters/opencode/skills/validate-delivery/SKILL.md +2 -2
  36. package/bin/cli.js +17 -2
  37. package/package.json +2 -1
  38. package/plugins/agnix/.claude-plugin/plugin.json +1 -1
  39. package/plugins/agnix/skills/agnix/SKILL.md +1 -1
  40. package/plugins/audit-project/.claude-plugin/plugin.json +1 -1
  41. package/plugins/consult/.claude-plugin/plugin.json +1 -1
  42. package/plugins/consult/skills/consult/SKILL.md +1 -1
  43. package/plugins/deslop/.claude-plugin/plugin.json +1 -1
  44. package/plugins/deslop/skills/deslop/SKILL.md +1 -1
  45. package/plugins/drift-detect/.claude-plugin/plugin.json +1 -1
  46. package/plugins/drift-detect/skills/drift-analysis/SKILL.md +1 -1
  47. package/plugins/enhance/.claude-plugin/plugin.json +1 -1
  48. package/plugins/enhance/skills/enhance-agent-prompts/SKILL.md +1 -1
  49. package/plugins/enhance/skills/enhance-claude-memory/SKILL.md +1 -1
  50. package/plugins/enhance/skills/enhance-cross-file/SKILL.md +1 -1
  51. package/plugins/enhance/skills/enhance-docs/SKILL.md +1 -1
  52. package/plugins/enhance/skills/enhance-hooks/SKILL.md +1 -1
  53. package/plugins/enhance/skills/enhance-orchestrator/SKILL.md +1 -1
  54. package/plugins/enhance/skills/enhance-plugins/SKILL.md +1 -1
  55. package/plugins/enhance/skills/enhance-prompts/SKILL.md +1 -1
  56. package/plugins/enhance/skills/enhance-skills/SKILL.md +1 -1
  57. package/plugins/learn/.claude-plugin/plugin.json +1 -1
  58. package/plugins/learn/skills/learn/SKILL.md +1 -1
  59. package/plugins/next-task/.claude-plugin/plugin.json +1 -1
  60. package/plugins/next-task/agents/delivery-validator.md +1 -1
  61. package/plugins/next-task/agents/implementation-agent.md +2 -2
  62. package/plugins/next-task/agents/worktree-manager.md +3 -3
  63. package/plugins/next-task/commands/next-task.md +8 -8
  64. package/plugins/next-task/hooks/hooks.json +1 -1
  65. package/plugins/next-task/skills/discover-tasks/SKILL.md +2 -2
  66. package/plugins/next-task/skills/orchestrate-review/SKILL.md +1 -1
  67. package/plugins/next-task/skills/validate-delivery/SKILL.md +2 -2
  68. package/plugins/perf/.claude-plugin/plugin.json +1 -1
  69. package/plugins/perf/skills/perf-analyzer/SKILL.md +1 -1
  70. package/plugins/perf/skills/perf-baseline-manager/SKILL.md +1 -1
  71. package/plugins/perf/skills/perf-benchmarker/SKILL.md +1 -1
  72. package/plugins/perf/skills/perf-code-paths/SKILL.md +1 -1
  73. package/plugins/perf/skills/perf-investigation-logger/SKILL.md +1 -1
  74. package/plugins/perf/skills/perf-profiler/SKILL.md +1 -1
  75. package/plugins/perf/skills/perf-theory-gatherer/SKILL.md +1 -1
  76. package/plugins/perf/skills/perf-theory-tester/SKILL.md +1 -1
  77. package/plugins/repo-map/.claude-plugin/plugin.json +1 -1
  78. package/plugins/ship/.claude-plugin/plugin.json +1 -1
  79. package/plugins/sync-docs/.claude-plugin/plugin.json +1 -1
  80. package/plugins/sync-docs/skills/sync-docs/SKILL.md +1 -1
  81. package/scripts/bump-version.js +4 -1
  82. package/scripts/dev-install.js +9 -0
  83. package/scripts/validate-opencode-install.js +17 -4
  84. package/site/content.json +1 -1
  85. package/site/index.html +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "agentsys",
3
3
  "description": "12 specialized plugins for AI workflow automation - task orchestration, PR workflow, slop detection, code review, drift detection, enhancement analysis, documentation sync, repo mapping, perf investigations, topic research, agent config linting, and cross-tool AI consultation",
4
- "version": "5.0.0",
4
+ "version": "5.0.1",
5
5
  "owner": {
6
6
  "name": "Avi Fenesh",
7
7
  "url": "https://github.com/avifenesh"
@@ -26,84 +26,84 @@
26
26
  "name": "next-task",
27
27
  "source": "./plugins/next-task",
28
28
  "description": "Master workflow orchestrator: autonomous workflow with model optimization (opus/sonnet/haiku), two-file state management, workflow enforcement gates, 14 specialist agents",
29
- "version": "5.0.0",
29
+ "version": "5.0.1",
30
30
  "category": "productivity"
31
31
  },
32
32
  {
33
33
  "name": "ship",
34
34
  "source": "./plugins/ship",
35
35
  "description": "Complete PR workflow: commit to production, skips review when called from next-task, removes task from registry on cleanup, automatic rollback",
36
- "version": "5.0.0",
36
+ "version": "5.0.1",
37
37
  "category": "deployment"
38
38
  },
39
39
  {
40
40
  "name": "deslop",
41
41
  "source": "./plugins/deslop",
42
42
  "description": "3-phase AI slop detection: regex patterns (HIGH), multi-pass analyzers (MEDIUM), CLI tools (LOW)",
43
- "version": "5.0.0",
43
+ "version": "5.0.1",
44
44
  "category": "development"
45
45
  },
46
46
  {
47
47
  "name": "audit-project",
48
48
  "source": "./plugins/audit-project",
49
49
  "description": "Multi-agent iterative code review until zero issues remain",
50
- "version": "5.0.0",
50
+ "version": "5.0.1",
51
51
  "category": "development"
52
52
  },
53
53
  {
54
54
  "name": "drift-detect",
55
55
  "source": "./plugins/drift-detect",
56
56
  "description": "Deep repository analysis to realign project plans with code reality - detects drift, gaps, and creates prioritized reconstruction plans",
57
- "version": "5.0.0",
57
+ "version": "5.0.1",
58
58
  "category": "productivity"
59
59
  },
60
60
  {
61
61
  "name": "enhance",
62
62
  "source": "./plugins/enhance",
63
63
  "description": "Master enhancement orchestrator: parallel analyzer execution for plugins, agents, docs, CLAUDE.md, and prompts with unified reporting",
64
- "version": "5.0.0",
64
+ "version": "5.0.1",
65
65
  "category": "development"
66
66
  },
67
67
  {
68
68
  "name": "sync-docs",
69
69
  "source": "./plugins/sync-docs",
70
70
  "description": "Standalone documentation sync: find outdated refs, update CHANGELOG, flag stale examples based on code changes",
71
- "version": "5.0.0",
71
+ "version": "5.0.1",
72
72
  "category": "development"
73
73
  },
74
74
  {
75
75
  "name": "repo-map",
76
76
  "source": "./plugins/repo-map",
77
77
  "description": "AST-based repository map generation using ast-grep with incremental updates for faster drift analysis",
78
- "version": "5.0.0",
78
+ "version": "5.0.1",
79
79
  "category": "development"
80
80
  },
81
81
  {
82
82
  "name": "perf",
83
83
  "source": "./plugins/perf",
84
84
  "description": "Rigorous performance investigation workflow with baselines, profiling, hypotheses, and evidence-backed decisions",
85
- "version": "5.0.0",
85
+ "version": "5.0.1",
86
86
  "category": "development"
87
87
  },
88
88
  {
89
89
  "name": "learn",
90
90
  "source": "./plugins/learn",
91
91
  "description": "Research topics online and create comprehensive learning guides with RAG-optimized indexes",
92
- "version": "5.0.0",
92
+ "version": "5.0.1",
93
93
  "category": "productivity"
94
94
  },
95
95
  {
96
96
  "name": "agnix",
97
97
  "source": "./plugins/agnix",
98
98
  "description": "Lint agent configuration files (SKILL.md, CLAUDE.md, hooks, MCP) against 155 rules across 10+ AI tools",
99
- "version": "5.0.0",
99
+ "version": "5.0.1",
100
100
  "category": "development"
101
101
  },
102
102
  {
103
103
  "name": "consult",
104
104
  "source": "./plugins/consult",
105
105
  "description": "Cross-tool AI consultation: get second opinions from Gemini CLI, Codex CLI, Claude Code, OpenCode, or Copilot CLI with model and thinking effort control",
106
- "version": "5.0.0",
106
+ "version": "5.0.1",
107
107
  "category": "productivity"
108
108
  }
109
109
  ]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentsys",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "description": "Professional-grade slash commands for Claude Code with cross-platform support",
5
5
  "keywords": [
6
6
  "workflow",
package/CHANGELOG.md CHANGED
@@ -7,6 +7,20 @@ All notable changes to this project will be documented in this file.
7
7
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8
8
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
9
9
 
10
+ ## [Unreleased]
11
+
12
+ ## [5.0.1] - 2026-02-14
13
+
14
+ ### Fixed
15
+ - **OpenCode legacy cleanup** - Installer now removes legacy agent files (`review.md`, `ship.md`, `workflow.md`) left over from pre-rename installs
16
+ - **OpenCode install validator** - Now checks only the agents/commands/skills produced by discovery, preventing false positives from legacy files
17
+ - **Windows compatibility** - `bump-version.js` uses `npm.cmd` on win32 (fixes `execFileSync` PATHEXT resolution)
18
+ - **Windows test fixes** - Scaffold test tolerates `EBUSY` on temp directory cleanup; script-failure-hooks test skips bash-dependent tests on Windows
19
+ - **Jest module resolution** - Added `moduleNameMapper` for `@agentsys/lib` to resolve to local `lib/` directory
20
+
21
+ ### Changed
22
+ - **Workflow ship references** - Updated all `/ship` references to `ship:ship` (plugin-namespaced command) across next-task command, agents, hooks, and Codex/OpenCode adapters
23
+
10
24
  ## [4.1.1] - 2025-02-09
11
25
 
12
26
  ### Fixed
@@ -14,8 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
28
  - **agnix config** - Migrated `.agnix.toml` `disabled_rules` from deprecated slug format to proper rule IDs (XP-003, AS-014)
15
29
  - **Memory file language** - Strengthened imperative language in AGENTS.md/CLAUDE.md (PE-003, CC-MEM-006)
16
30
 
17
- ## [Unreleased]
18
-
19
31
  ## [4.2.2] - 2026-02-12
20
32
 
21
33
  ### Fixed
@@ -84,7 +84,7 @@ node ${CLAUDE_PLUGIN_ROOT}/lib/platform/detect-platform.js
84
84
 
85
85
  **Codex CLI:**
86
86
  ```bash
87
- node ~/.codex/skills/agentsys/lib/platform/detect-platform.js
87
+ node ~/.codex/agentsys/lib/platform/detect-platform.js
88
88
  ```
89
89
 
90
90
  **OpenCode:**
@@ -54,7 +54,7 @@ This workflow exists because each step serves a purpose. Taking shortcuts defeat
54
54
  9. Review Loop
55
55
  10. Delivery Validation
56
56
  11. Docs Update
57
- 12. /ship
57
+ 12. `ship:ship`
58
58
 
59
59
  **Human interaction points (ONLY THESE):**
60
60
  1. Policy selection via checkboxes
@@ -73,10 +73,10 @@ Each phase must complete before the next starts:
73
73
  | Review Loop | Must approve (no open issues or override) |
74
74
  | Delivery | Tests pass, build passes |
75
75
  | Docs | Documentation updated |
76
- | Ship | Explicit /ship invocation (not hook-only) |
76
+ | Ship | Explicit `ship:ship` invocation (plugin command) |
77
77
 
78
78
  **Forbidden actions for agents:**
79
- - No agent may create PRs or push to remote (only /ship)
79
+ - No agent may create PRs or push to remote (only ship:ship)
80
80
  - No agent may skip Phase 9, delivery-validator, or docs update
81
81
  </workflow-gates>
82
82
 
@@ -503,17 +503,17 @@ workflowState.completePhase({ docsUpdated: true, fixesApplied: result.fixes?.len
503
503
  </phase-11>
504
504
 
505
505
  <phase-12>
506
- ## Phase 12: Handoff to /ship
506
+ ## Phase 12: Handoff to ship:ship
507
507
 
508
- After docs update (sync-docs-agent) completes, invoke /ship explicitly:
508
+ After docs update (sync-docs-agent) completes, invoke `ship:ship` explicitly:
509
509
 
510
510
  ```javascript
511
- console.log(`Task #${state.task.id} passed all validation. Invoking /ship...`);
511
+ console.log(`Task #${state.task.id} passed all validation. Invoking ship:ship...`);
512
512
  const stateDir = workflowState.getStateDir(); // Returns platform-aware state directory
513
513
  await Task({ subagent_type: "ship:ship", prompt: `Ship the task. State file: ${stateDir}/flow.json` });
514
514
  ```
515
515
 
516
- **/ship responsibilities:**
516
+ **ship:ship responsibilities:**
517
517
  - Create PR, push branch
518
518
  - Monitor CI and review comments
519
519
  - Merge when approved
@@ -541,6 +541,6 @@ try {
541
541
  - Sonnet for validation tasks (review, delivery)
542
542
  - Haiku for simple tasks (worktree)
543
543
  - Fully autonomous after plan approval
544
- - Explicit /ship handoff for PR workflow
544
+ - Explicit ship:ship handoff for PR workflow
545
545
 
546
546
  Begin workflow now.
@@ -70,7 +70,7 @@ delivery-validator (YOU ARE HERE)
70
70
  **MUST NOT do:**
71
71
  - Create PRs
72
72
  - Push to remote
73
- - Invoke /ship
73
+ - Invoke ship
74
74
  - Skip sync-docs-agent
75
75
 
76
76
  ## State Updates
@@ -166,7 +166,7 @@ implementation-agent (YOU ARE HERE)
166
166
 
167
167
  sync-docs-agent
168
168
 
169
- /ship command (creates PR)
169
+ ship command (creates PR)
170
170
  ```
171
171
 
172
172
  ### Required Handoff
@@ -167,12 +167,12 @@ Report: branch name, worktree path, base commit. Confirm PWD anchored to worktre
167
167
  | Component | Creates | Cleans Up |
168
168
  |-----------|---------|-----------|
169
169
  | worktree-manager | worktrees, tasks.json entries, workflow-status.json | Nothing |
170
- | /ship | - | worktrees (after merge), tasks.json entries |
170
+ | ship | - | worktrees (after merge), tasks.json entries |
171
171
  | --abort | - | worktrees, tasks.json entries |
172
172
 
173
173
  **Agents MUST NOT**: clean up worktrees, remove tasks from registry, or delete branches.
174
174
 
175
- ## Cleanup Reference (for /ship and --abort)
175
+ ## Cleanup Reference (for ship and --abort)
176
176
 
177
177
  *(Bash command with Node.js require - adapt for OpenCode)*
178
178
 
@@ -192,7 +192,7 @@ On failure: remove partial worktree, prune refs, update state with `failPhase()`
192
192
 
193
193
  ## Constraints
194
194
 
195
- - Only create worktrees - never delete them (cleanup is handled by /ship or --abort)
195
+ - Only create worktrees - never delete them (cleanup is handled by ship or --abort)
196
196
  - Do not remove tasks from tasks.json registry
197
197
  - Do not delete branches
198
198
  - Do not modify files in the main repository after switching to worktree
@@ -87,7 +87,7 @@ This workflow exists because each step serves a purpose. Taking shortcuts defeat
87
87
  9. Review Loop
88
88
  10. Delivery Validation
89
89
  11. Docs Update
90
- 12. /ship
90
+ 12. `ship`
91
91
 
92
92
  **Human interaction points (ONLY THESE):**
93
93
  1. Policy selection via checkboxes
@@ -106,10 +106,10 @@ Each phase must complete before the next starts:
106
106
  | Review Loop | Must approve (no open issues or override) |
107
107
  | Delivery | Tests pass, build passes |
108
108
  | Docs | Documentation updated |
109
- | Ship | Explicit /ship invocation (not hook-only) |
109
+ | Ship | Explicit `ship` invocation (plugin command) |
110
110
 
111
111
  **Forbidden actions for agents:**
112
- - No agent may create PRs or push to remote (only /ship)
112
+ - No agent may create PRs or push to remote (only ship)
113
113
  - No agent may skip Phase 9, delivery-validator, or docs update
114
114
  </workflow-gates>
115
115
 
@@ -354,13 +354,13 @@ Uses the unified sync-docs agent from the sync-docs plugin with `before-pr` scop
354
354
  </phase-11>
355
355
 
356
356
  <phase-12>
357
- ## Phase 12: Handoff to /ship
357
+ ## Phase 12: Handoff to ship
358
358
 
359
- After docs update (sync-docs-agent) completes, invoke /ship explicitly:
359
+ After docs update (sync-docs-agent) completes, invoke `ship` explicitly:
360
360
 
361
361
  *(JavaScript reference - not executable in OpenCode)*
362
362
 
363
- **/ship responsibilities:**
363
+ **ship responsibilities:**
364
364
  - Create PR, push branch
365
365
  - Monitor CI and review comments
366
366
  - Merge when approved
@@ -388,6 +388,6 @@ try {
388
388
  - Sonnet for validation tasks (review, delivery)
389
389
  - Haiku for simple tasks (worktree)
390
390
  - Fully autonomous after plan approval
391
- - Explicit /ship handoff for PR workflow
391
+ - Explicit ship handoff for PR workflow
392
392
 
393
393
  Begin workflow now.
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: agnix
4
4
  description: "Use when user asks to 'lint agent configs', 'validate skills', 'check CLAUDE.md', 'validate hooks', 'lint MCP'. Validates agent configuration files against 155 rules across 10+ AI tools."
5
- version: 5.0.0
5
+ version: 5.0.1
6
6
  argument-hint: "[path] [--fix] [--strict] [--target=claude-code|cursor|codex]"
7
7
  ---
8
8
 
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: consult
4
4
  description: "Cross-tool AI consultation. Use when user asks to 'consult gemini', 'ask codex', 'get second opinion', 'cross-check with claude', 'consult another AI', 'ask opencode', 'copilot opinion', or wants a second opinion from a different AI tool."
5
- version: 5.0.0
5
+ version: 5.0.1
6
6
  argument-hint: "[question] [--tool] [--effort] [--model] [--context] [--continue]"
7
7
  ---
8
8
 
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: deslop
4
4
  description: "Use when user wants to clean AI slop from code. Use for cleanup, remove debug statements, find ghost code, repo hygiene."
5
- version: 5.0.0
5
+ version: 5.0.1
6
6
  argument-hint: "[report|apply] [--scope=all|diff|path] [--thoroughness=quick|normal|deep]"
7
7
  ---
8
8
 
@@ -1,8 +1,8 @@
1
1
  <!-- AUTO-GENERATED by scripts/gen-adapters.js - DO NOT EDIT -->
2
2
  ---
3
3
  name: discover-tasks
4
- description: "Use when discovering and prioritizing tasks from configured sources. Handles GitHub, GitLab, local files, and custom sources."
5
- version: 5.0.0
4
+ description: "Use when user asks to \"discover tasks\", \"find next task\", or \"prioritize issues\". Discovers and ranks tasks from GitHub, GitLab, local files, and custom sources."
5
+ version: 5.0.1
6
6
  ---
7
7
 
8
8
  # discover-tasks
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: drift-analysis
4
4
  description: Use when the user asks about plan drift, reality check, comparing docs to code, project state analysis, roadmap alignment, implementation gaps, or needs guidance on identifying discrepancies between documented plans and actual implementation state.
5
- version: 5.0.0
5
+ version: 5.0.1
6
6
  ---
7
7
 
8
8
  # Drift Analysis
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: enhance-agent-prompts
4
4
  description: "Use when improving agent prompts, frontmatter, and tool restrictions."
5
- version: 5.0.0
5
+ version: 5.0.1
6
6
  argument-hint: "[path] [--fix] [--verbose]"
7
7
  ---
8
8
 
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: enhance-claude-memory
4
4
  description: "Use when improving CLAUDE.md or AGENTS.md project memory files."
5
- version: 5.0.0
5
+ version: 5.0.1
6
6
  ---
7
7
 
8
8
  > **OpenCode Note**: Invoke agents using `@agent-name` syntax.
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: enhance-cross-file
4
4
  description: "Use when checking cross-file consistency: tools vs frontmatter, agent references, duplicate rules, contradictions."
5
- version: 5.0.0
5
+ version: 5.0.1
6
6
  argument-hint: "[path]"
7
7
  ---
8
8
 
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: enhance-docs
4
4
  description: "Use when improving documentation structure, accuracy, and RAG readiness."
5
- version: 5.0.0
5
+ version: 5.0.1
6
6
  argument-hint: "[path] [--fix] [--ai]"
7
7
  ---
8
8
 
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: enhance-hooks
4
4
  description: "Use when reviewing hooks for safety, timeouts, and correct frontmatter."
5
- version: 5.0.0
5
+ version: 5.0.1
6
6
  argument-hint: "[path] [--fix]"
7
7
  ---
8
8
 
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: enhance-orchestrator
4
4
  description: "Use when coordinating multiple enhancers for /enhance command. Runs analyzers in parallel and produces unified report."
5
- version: 5.0.0
5
+ version: 5.0.1
6
6
  argument-hint: "[path] [--apply] [--focus=TYPE]"
7
7
  ---
8
8
 
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: enhance-plugins
4
4
  description: "Use when analyzing plugin structures, MCP tools, and plugin security patterns."
5
- version: 5.0.0
5
+ version: 5.0.1
6
6
  argument-hint: "[path] [--fix]"
7
7
  ---
8
8
 
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: enhance-prompts
4
4
  description: "Use when improving general prompts for structure, examples, and constraints."
5
- version: 5.0.0
5
+ version: 5.0.1
6
6
  argument-hint: "[path] [--fix]"
7
7
  ---
8
8
 
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: enhance-skills
4
4
  description: "Use when reviewing SKILL.md files for structure and trigger quality."
5
- version: 5.0.0
5
+ version: 5.0.1
6
6
  argument-hint: "[path] [--fix]"
7
7
  ---
8
8
 
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: learn
4
4
  description: "Research any topic online and create learning guides. Use when user asks to 'learn about', 'research topic', 'create learning guide', 'build knowledge base', or 'study subject'."
5
- version: 5.0.0
5
+ version: 5.0.1
6
6
  argument-hint: "[topic] [--depth=brief|medium|deep]"
7
7
  ---
8
8
 
@@ -1,7 +1,7 @@
1
1
  <!-- AUTO-GENERATED by scripts/gen-adapters.js - DO NOT EDIT -->
2
2
  ---
3
3
  name: orchestrate-review
4
- description: "Use when user asks to \"deep review the code\", \"thorough code review\", \"multi-pass review\", or when orchestrating Phase 9 review loop. Provides review pass definitions (code quality, security, performance, test coverage, specialists), signal detection patterns, and iteration algorithms."
4
+ description: "Use when user asks to \"deep review the code\", \"thorough code review\", \"multi-pass review\", or when orchestrating the Phase 9 review loop. Provides review pass definitions (code quality, security, performance, test coverage), signal detection patterns, and iteration algorithms."
5
5
  metadata:
6
6
  short-description: "Multi-pass code review orchestration"
7
7
  ---
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: perf-analyzer
4
4
  description: "Use when synthesizing perf findings into evidence-backed recommendations and decisions."
5
- version: 5.0.0
5
+ version: 5.0.1
6
6
  ---
7
7
 
8
8
  # perf-analyzer
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: perf-baseline-manager
4
4
  description: "Use when managing perf baselines, consolidating results, or comparing versions. Ensures one baseline JSON per version."
5
- version: 5.0.0
5
+ version: 5.0.1
6
6
  ---
7
7
 
8
8
  # perf-baseline-manager
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: perf-benchmarker
4
4
  description: "Use when running performance benchmarks, establishing baselines, or validating regressions with sequential runs. Enforces 60s minimum runs (30s only for binary search) and no parallel benchmarks."
5
- version: 5.0.0
5
+ version: 5.0.1
6
6
  argument-hint: "[command] [duration]"
7
7
  ---
8
8
 
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: perf-code-paths
4
4
  description: "Use when mapping code paths, entrypoints, and likely hot files before profiling."
5
- version: 5.0.0
5
+ version: 5.0.1
6
6
  ---
7
7
 
8
8
  # perf-code-paths
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: perf-investigation-logger
4
4
  description: "Use when appending structured perf investigation notes and evidence."
5
- version: 5.0.0
5
+ version: 5.0.1
6
6
  ---
7
7
 
8
8
  # perf-investigation-logger
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: perf-profiler
4
4
  description: "Use when profiling CPU/memory hot paths, generating flame graphs, or capturing JFR/perf evidence."
5
- version: 5.0.0
5
+ version: 5.0.1
6
6
  argument-hint: "[tool] [command]"
7
7
  ---
8
8
 
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: perf-theory-gatherer
4
4
  description: "Use when generating performance hypotheses backed by git history and code evidence."
5
- version: 5.0.0
5
+ version: 5.0.1
6
6
  ---
7
7
 
8
8
  # perf-theory-gatherer
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: perf-theory-tester
4
4
  description: "Use when running controlled perf experiments to validate hypotheses."
5
- version: 5.0.0
5
+ version: 5.0.1
6
6
  ---
7
7
 
8
8
  # perf-theory-tester
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: sync-docs
4
4
  description: "Sync documentation with code. Use when user asks to update docs, check docs, fix stale documentation, update changelog, or after code changes."
5
- version: 5.0.0
5
+ version: 5.0.1
6
6
  argument-hint: "[report|apply] [--scope=all|recent|before-pr] [--include-undocumented]"
7
7
  allowed-tools: Bash(git:*), Read, Grep, Glob
8
8
  ---
@@ -1,8 +1,8 @@
1
1
  <!-- AUTO-GENERATED by scripts/gen-adapters.js - DO NOT EDIT -->
2
2
  ---
3
3
  name: validate-delivery
4
- description: "Use when validating task completion before shipping. Runs tests, build, and requirement checks. Returns pass/fail with fix instructions."
5
- version: 5.0.0
4
+ description: "Use when user asks to \"validate delivery\", \"check readiness\", or \"verify completion\". Runs tests, build, and requirement checks with pass/fail instructions."
5
+ version: 5.0.1
6
6
  ---
7
7
 
8
8
  # validate-delivery
package/bin/cli.js CHANGED
@@ -218,6 +218,12 @@ function installForClaude() {
218
218
  // Validate plugin name before shell use (prevents injection)
219
219
  if (!/^[a-z0-9][a-z0-9-]*$/.test(plugin)) continue;
220
220
  console.log(` Installing ${plugin}...`);
221
+ // Remove pre-rename plugin ID to prevent dual loading on upgrade
222
+ try {
223
+ execSync(`claude plugin uninstall ${plugin}@awesome-slash`, { stdio: 'pipe' });
224
+ } catch {
225
+ // Not installed under old name
226
+ }
221
227
  try {
222
228
  // Try install first
223
229
  execSync(`claude plugin install ${plugin}@agentsys`, { stdio: 'pipe' });
@@ -328,9 +334,11 @@ function installForOpenCode(installDir, options = {}) {
328
334
  // OpenCode global locations are under ~/.config/opencode (or $XDG_CONFIG_HOME/opencode).
329
335
  const commandsDir = path.join(opencodeConfigDir, 'commands');
330
336
  const pluginDir = path.join(opencodeConfigDir, 'plugins');
337
+ const agentsDir = path.join(opencodeConfigDir, 'agents');
331
338
 
332
339
  fs.mkdirSync(commandsDir, { recursive: true });
333
340
  fs.mkdirSync(pluginDir, { recursive: true });
341
+ fs.mkdirSync(agentsDir, { recursive: true });
334
342
 
335
343
  // Install native OpenCode plugin (auto-thinking, workflow enforcement, compaction)
336
344
  const pluginSrcDir = path.join(installDir, 'adapters', 'opencode-plugin');
@@ -384,10 +392,17 @@ function installForOpenCode(installDir, options = {}) {
384
392
  }
385
393
  }
386
394
 
395
+ // Remove legacy agent files from pre-rename installs.
396
+ const legacyAgentFiles = ['review.md', 'ship.md', 'workflow.md'];
397
+ for (const legacyFile of legacyAgentFiles) {
398
+ const legacyPath = path.join(agentsDir, legacyFile);
399
+ if (fs.existsSync(legacyPath)) {
400
+ fs.unlinkSync(legacyPath);
401
+ }
402
+ }
403
+
387
404
  // Install agents to global OpenCode location
388
405
  // OpenCode looks for agents in ~/.config/opencode/agents/ (global) or .opencode/agents/ (per-project)
389
- const agentsDir = path.join(opencodeConfigDir, 'agents');
390
- fs.mkdirSync(agentsDir, { recursive: true });
391
406
 
392
407
  console.log(' Installing agents for OpenCode...');
393
408
  const pluginDirs = discovery.discoverPlugins(installDir);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentsys",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "description": "A modular runtime and orchestration system for AI agents - works with Claude Code, OpenCode, and Codex CLI",
5
5
  "main": "lib/platform/detect-platform.js",
6
6
  "type": "commonjs",
@@ -81,6 +81,7 @@
81
81
  "node": ">=18.0.0"
82
82
  },
83
83
  "dependencies": {
84
+ "agentsys": "^5.0.0",
84
85
  "js-yaml": "^4.1.1"
85
86
  },
86
87
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agnix",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "description": "Lint agent configurations before they break your workflow. Validates Skills, Hooks, MCP, Memory, Plugins.",
5
5
  "author": {
6
6
  "name": "Avi Fenesh",