@agent-deck/cli 1.6.1 → 1.6.2

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.
@@ -38,7 +38,7 @@ Deck playbooks are task recipes — thin trigger stubs from \`agent-deck use\` p
38
38
 
39
39
  **When the user corrects your output** (the write trigger — no need to have called \`get_playbook\` earlier in the session):
40
40
 
41
- **Update case** (a playbook covered this task): fix the output, then \`propose_playbook_patch\` with item ops prefer one \`add_item\` to Gotchas/Checklist; include \`evidence.user_feedback_excerpt\` as a short verbatim quote of the correction.
41
+ **Update case** (a playbook covered this task): fix the output, then \`get_playbook\` and read \`openPatches\`. If an open proposal addresses the **same** lesson, pass its \`id\`(s) in \`supersedes\` and fold into one better \`propose_playbook_patch\` (do not file a sibling). If open patches are different problems, omit \`supersedes\`. Prefer one \`add_item\` to Gotchas/Checklist; include \`evidence.user_feedback_excerpt\` as a short verbatim quote of the correction.
42
42
 
43
43
  **Genesis case** (no playbook covered the task): before ending, \`propose_playbook_patch { kind: "create", new_playbook: { title, triggers, body with one gotcha } }\` — a few lines is the right size.
44
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-deck/cli",
3
- "version": "1.6.1",
3
+ "version": "1.6.2",
4
4
  "description": "Local MCP proxy — decks of tools, keys, and self-improving playbooks",
5
5
  "license": "MIT",
6
6
  "bin": {
@@ -40,8 +40,8 @@
40
40
  "prepublishOnly": "node ../../scripts/pre-publish-check.mjs && npm run build"
41
41
  },
42
42
  "dependencies": {
43
- "@agent-deck/backend": "^1.6.1",
44
- "@agent-deck/shared": "^1.6.1"
43
+ "@agent-deck/backend": "^1.6.2",
44
+ "@agent-deck/shared": "^1.6.2"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/node": "^20.11.5",