fix(plugin-agentic-qe): add agentic-qe as required peer dependency#1118
Open
proffesor-for-testing wants to merge 2 commits intoruvnet:mainfrom
Open
fix(plugin-agentic-qe): add agentic-qe as required peer dependency#1118proffesor-for-testing wants to merge 2 commits intoruvnet:mainfrom
proffesor-for-testing wants to merge 2 commits intoruvnet:mainfrom
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
agentic-qe>=3.6.0as a required peer dependency to@claude-flow/plugin-agentic-qe— the plugin wraps theagentic-qenpm package but didn't declare it as a dependencyContext
The
@claude-flow/plugin-agentic-qeplugin (v3.0.0-alpha.4 on npm) wraps theagentic-qepackage which is now at v3.6.2. The discovery registry entry indiscovery.tsalready correctly referencesagentic-qe: ^3.6.0as a dependency, but the actual pluginpackage.jsonwas missing this declaration.Test plan
npm install @claude-flow/plugin-agentic-qewarns about missingagentic-qepeernpm install @claude-flow/plugin-agentic-qe agentic-qeinstalls cleanly🤖 Generated with Claude Code