chief-clancy 0.9.16 → 0.9.18

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/README.md +5 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  **Autonomous, board-driven development for Claude Code.**
4
4
 
5
- [![npm](https://img.shields.io/npm/v/chief-clancy?style=for-the-badge&color=cb3837)](https://www.npmjs.com/package/chief-clancy) [![License: MIT](https://img.shields.io/badge/License-MIT-blue?style=for-the-badge)](../../LICENSE)
5
+ [![npm](https://img.shields.io/npm/v/chief-clancy?style=for-the-badge&color=cb3837)](https://www.npmjs.com/package/chief-clancy) [![License: MIT](https://img.shields.io/badge/License-MIT-blue?style=for-the-badge)](https://github.com/Pushedskydiver/chief-clancy/blob/main/LICENSE)
6
6
 
7
7
  ```bash
8
8
  npx chief-clancy
@@ -24,6 +24,10 @@ This is the CLI entry point for the [Clancy monorepo](https://github.com/Pusheds
24
24
 
25
25
  - [`@chief-clancy/terminal`](https://www.npmjs.com/package/@chief-clancy/terminal) — installer, slash commands, hooks, runners, agents
26
26
  - [`@chief-clancy/core`](https://www.npmjs.com/package/@chief-clancy/core) — board integrations, pipeline phases, lifecycle modules, schemas
27
+ - [`@chief-clancy/dev`](https://www.npmjs.com/package/@chief-clancy/dev) — standalone ticket executor
28
+ - [`@chief-clancy/scan`](https://www.npmjs.com/package/@chief-clancy/scan) — codebase scanning agents and workflows
29
+ - [`@chief-clancy/brief`](https://www.npmjs.com/package/@chief-clancy/brief) — strategic brief generator
30
+ - [`@chief-clancy/plan`](https://www.npmjs.com/package/@chief-clancy/plan) — implementation planner
27
31
 
28
32
  ## Documentation
29
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chief-clancy",
3
- "version": "0.9.16",
3
+ "version": "0.9.18",
4
4
  "description": "Autonomous, board-driven development for Claude Code",
5
5
  "author": "Alex Clapperton",
6
6
  "license": "MIT",
@@ -30,9 +30,9 @@
30
30
  "bin"
31
31
  ],
32
32
  "dependencies": {
33
- "@chief-clancy/brief": "0.3.1",
34
- "@chief-clancy/plan": "0.5.1",
35
- "@chief-clancy/scan": "0.2.0",
36
- "@chief-clancy/terminal": "0.1.8"
33
+ "@chief-clancy/brief": "0.3.3",
34
+ "@chief-clancy/plan": "0.5.3",
35
+ "@chief-clancy/scan": "0.2.2",
36
+ "@chief-clancy/terminal": "0.1.10"
37
37
  }
38
38
  }