@axiomatic-labs/claudeflow 2.49.12 → 2.49.14
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.
- package/lib/install.js +1 -1
- package/package.json +1 -1
package/lib/install.js
CHANGED
|
@@ -295,7 +295,7 @@ function mergeCodexMarketplace(cwd, payloadMarketplace) {
|
|
|
295
295
|
}
|
|
296
296
|
|
|
297
297
|
// Seed the BASE MCP server set (playwright for visual QA / browser_verification, context7 for live library
|
|
298
|
-
// docs during Discover) into the project's root `.mcp.json
|
|
298
|
+
// docs during Discover, chrome-devtools for Chrome DevTools inspection) into the project's root `.mcp.json`.
|
|
299
299
|
// ADD-IF-ABSENT by server key: create the file if missing, else merge in only the keys the user doesn't
|
|
300
300
|
// already have (never clobber a server they configured). A corrupt/unexpected `.mcp.json` is left untouched
|
|
301
301
|
// (don't risk eating the user's servers). Returns the number of servers added (0 = nothing to do). Like the
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axiomatic-labs/claudeflow",
|
|
3
|
-
"version": "2.49.
|
|
3
|
+
"version": "2.49.14",
|
|
4
4
|
"description": "Claudeflow — AI-powered development toolkit for Claude Code and Codex. Skills, agents, hooks, and quality gates that ship production apps.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"claudeflow": "./bin/cli.js"
|