@curdx/flow 7.1.15 → 7.1.16

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 (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to `@curdx/flow` are documented here. Format follows [Keep a Changelog](https://keepachangelog.com/) and the project follows [Semantic Versioning](https://semver.org/).
4
4
 
5
+ ## 7.1.16 — 2026-05-11
6
+
7
+ ### Fixed
8
+
9
+ - **Installed plugin load failure on Claude Code 2.1.138.** Removed the duplicate `hooks` path from `plugin.json`; Claude Code auto-discovers the standard `hooks/hooks.json` file, and redeclaring the same path caused `curdx-flow@7.1.15` to fail with `Duplicate hooks file detected` after `claudecc plugin update`.
10
+ - **Manifest drift guard for hook discovery.** Runner tests now require `hooks/hooks.json` to exist while forbidding `plugin.json` from redeclaring that standard hook file.
11
+
5
12
  ## 7.1.15 — 2026-05-11
6
13
 
7
14
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@curdx/flow",
3
- "version": "7.1.15",
3
+ "version": "7.1.16",
4
4
  "description": "Interactive installer for Claude Code plugins and MCP servers",
5
5
  "type": "module",
6
6
  "bin": "./dist/index.mjs",