dashclaw 4.4.0 → 4.4.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -618,7 +618,7 @@ If your agent supports Model Context Protocol (Claude Code, Claude Desktop, Mana
618
618
 
619
619
  **Streamable HTTP transport** (same surface, served by your DashClaw instance at `POST /api/mcp`).
620
620
 
621
- **28 tools** in 10 groups:
621
+ **29 tools** in 10 groups:
622
622
 
623
623
  - **Core governance (8):** `dashclaw_guard`, `dashclaw_record`, `dashclaw_invoke`, `dashclaw_capabilities_list`, `dashclaw_policies_list`, `dashclaw_wait_for_approval`, `dashclaw_session_start`, `dashclaw_session_end`.
624
624
  - **Optimal files (2):** `dashclaw_optimal_files_preview`, `dashclaw_optimal_files_manifest` — Code Sessions optimizer output (root CLAUDE.md, path-scoped rules, hooks, skill packs).
@@ -626,7 +626,7 @@ If your agent supports Model Context Protocol (Claude Code, Claude Desktop, Mana
626
626
  - **Credential hygiene (3):** `dashclaw_secret_list`, `dashclaw_secret_due`, `dashclaw_secret_mark_rotated` — check rotation due-dates before acting on tracked credentials.
627
627
  - **Skill safety (1):** `dashclaw_skill_scan` — static safety scan of untrusted skill files; results cached by content hash.
628
628
  - **Open loops (3):** `dashclaw_loop_add`, `dashclaw_loop_list`, `dashclaw_loop_close` — action-scoped commitments (the "I will X later" tracker).
629
- - **Learning + retrospection (3):** `dashclaw_learning_log`, `dashclaw_learning_query`, `dashclaw_decisions_recent` — log + query non-obvious decisions; recent governed-action ledger.
629
+ - **Learning + retrospection (4):** `dashclaw_learning_log`, `dashclaw_learning_query`, `dashclaw_decisions_recent`, `dashclaw_assumption_record` — log + query non-obvious decisions; recent governed-action ledger; record an assumption an action rests on.
630
630
  - **Agent inbox (2):** `dashclaw_inbox_list`, `dashclaw_messages_mark_read`
631
631
  - **Behavior learning (1):** `dashclaw_behavior_suggestions`
632
632
  - **Governance posture (2, read-only):** `dashclaw_posture`, `dashclaw_posture_next` — org governance posture score (6 dimensions + findings) and the next prioritized finding; read-only, drafting/remediation stays human-gated.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dashclaw",
3
- "version": "4.4.0",
3
+ "version": "4.4.2",
4
4
  "description": "Minimal governance runtime for AI agents. Intercept, govern, and verify agent actions.",
5
5
  "type": "module",
6
6
  "publishConfig": {