Skip to content

fix(plugin-agentic-qe): add agentic-qe as required peer dependency#1118

Open
proffesor-for-testing wants to merge 2 commits intoruvnet:mainfrom
proffesor-for-testing:feat/add-agentic-qe-plugin
Open

fix(plugin-agentic-qe): add agentic-qe as required peer dependency#1118
proffesor-for-testing wants to merge 2 commits intoruvnet:mainfrom
proffesor-for-testing:feat/add-agentic-qe-plugin

Conversation

@proffesor-for-testing
Copy link

@proffesor-for-testing proffesor-for-testing commented Feb 10, 2026

Summary

  • Adds agentic-qe>=3.6.0 as a required peer dependency to @claude-flow/plugin-agentic-qe — the plugin wraps the agentic-qe npm package but didn't declare it as a dependency
  • Updates plugin description from "51 agents / 12 bounded contexts" to match current state: 59+ agents, 13 bounded contexts, 63 skills
  • Updates README agent count from 58 to 59+ with 63 skills

Context

The @claude-flow/plugin-agentic-qe plugin (v3.0.0-alpha.4 on npm) wraps the agentic-qe package which is now at v3.6.2. The discovery registry entry in discovery.ts already correctly references agentic-qe: ^3.6.0 as a dependency, but the actual plugin package.json was missing this declaration.

Test plan

  • Verify npm install @claude-flow/plugin-agentic-qe warns about missing agentic-qe peer
  • Verify npm install @claude-flow/plugin-agentic-qe agentic-qe installs cleanly
  • Verify plugin loads correctly with agentic-qe@3.6.2 installed

🤖 Generated with Claude Code

The plugin registry entry for @claude-flow/plugin-agentic-qe was stale,
referencing v3.0.0-alpha.3 while the agentic-qe package has progressed
to v3.6.2 with 63 skills and 59+ agents.

- Update fallback version from 3.0.0-alpha.3 to 3.6.2
- Update description to reflect current capabilities (63 skills, 13
  bounded contexts, O(log n) coverage, ReasoningBank)
- Add explicit agentic-qe@^3.6.0 dependency alongside @claude-flow/core
- Add ddd and reasoningbank tags
- Update security audit version and date

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The plugin wraps the agentic-qe npm package but did not declare it as a
dependency. This adds agentic-qe>=3.6.0 as a required peer dependency
and updates the description/README to reflect current capabilities
(59+ agents, 13 bounded contexts, 63 skills).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@proffesor-for-testing proffesor-for-testing changed the title fix(plugins): update agentic-qe plugin entry to v3.6.2 fix(plugin-agentic-qe): add agentic-qe as required peer dependency Feb 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant