changebook 0.9.0 → 0.9.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/dist/index.js CHANGED
@@ -71,6 +71,10 @@ Usage:
71
71
  changebook friction [dir] Where the agent's work gets redone in this repo,
72
72
  read from the local Claude Code transcripts. Says
73
73
  MUERTO if the repo has edits and it read nothing
74
+ changebook audit [dir] Static check of your agent setup: rules in CLAUDE.md
75
+ that cite files which no longer exist, how much
76
+ context you pay per session, whether the hook is on.
77
+ No account, no network, writes nothing
74
78
  changebook scan [dir] [--json|--card|--badge]
75
79
  Coupling report for any repo, from its git history
76
80
  alone. No account, no network, writes nothing — run it
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "changebook",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "mcpName": "io.github.raulbr90/changebook",
5
5
  "description": "Your agent already broke this three times. ChangeBook tells it before the fourth. MCP server + CLI: the history of what broke in your repo, served to Claude Code, Cursor or Codex before they edit.",
6
6
  "type": "module",
package/server.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3
3
  "name": "io.github.raulbr90/changebook",
4
4
  "description": "Your agent already broke this three times. ChangeBook tells it before the fourth.",
5
- "version": "0.9.0",
5
+ "version": "0.9.1",
6
6
  "websiteUrl": "https://changebook.dev",
7
7
  "remotes": [
8
8
  {
@@ -15,7 +15,7 @@
15
15
  "registryType": "npm",
16
16
  "registryBaseUrl": "https://registry.npmjs.org",
17
17
  "identifier": "changebook",
18
- "version": "0.9.0",
18
+ "version": "0.9.1",
19
19
  "transport": {
20
20
  "type": "stdio"
21
21
  }