@kaddo/cli 3.5.0 → 3.5.1

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/README.md CHANGED
@@ -437,6 +437,7 @@ create --from roadmap → owners → guard → explain`.
437
437
  | v3.3 | Work Item delivery lifecycle: `understand` shows branch → scan → ownership → guard → knowledge → commit for active Work Items (suggestions only; Kaddo never runs git) |
438
438
  | v3.4 | Delivery protocol in the `work-item-agent`: branch first per the Git strategy, commit only with human confirmation (CLI never touches git) |
439
439
  | v3.5 | Knowledge discovery by front-matter type with per-layer maturity (explain/understand/context); context pack carries Operating Rules so agents never commit without confirmation |
440
+ | v3.5.1 | Author attribution & knowledge identity: Kaddo as a practical implementation of KDD for AI-assisted development (docs/README) |
440
441
 
441
442
  **Optional modules (installed with `kaddo add`):**
442
443
 
package/dist/index.js CHANGED
@@ -8145,7 +8145,7 @@ async function runBootstrap(dir = cwd()) {
8145
8145
 
8146
8146
  // src/index.ts
8147
8147
  var program = new Command();
8148
- program.name("kaddo").description("Knowledge Driven Development toolkit").version("3.5.0");
8148
+ program.name("kaddo").description("Knowledge Driven Development toolkit").version("3.5.1");
8149
8149
  program.command("init").description("Initialize Kaddo in the current project").action(async () => {
8150
8150
  await runInit();
8151
8151
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaddo/cli",
3
- "version": "3.5.0",
3
+ "version": "3.5.1",
4
4
  "description": "Knowledge Driven Development toolkit",
5
5
  "license": "MIT",
6
6
  "repository": {