changebook 0.10.0 → 0.10.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/tools.js +1 -1
- package/package.json +1 -1
- package/server.json +2 -2
package/dist/tools.js
CHANGED
|
@@ -811,7 +811,7 @@ Returns (structured): { files: [{ file, modules: [{ module, risk, changes, last_
|
|
|
811
811
|
// e inflaría la precisión que el producto publica.
|
|
812
812
|
server.registerTool("atlas_resolve_alert", {
|
|
813
813
|
title: "Resolve a regression alert",
|
|
814
|
-
description: "Close this project's open regression alert(s) once you have judged them, so the analysis stops re-raising them and stops re-queuing the owner's task. Call it with `verdict:\"fixed\"` when the alert was RIGHT and you fixed or confirmed the risk, and with `verdict:\"dismissed\"` when you CHECKED IT AND IT WAS WRONG — a false alarm, already handled, or about code that is deliberately that way. Refuting is as valuable as confirming: the accuracy this product reports needs both, and an alert you silently confirm to get rid of it makes that number a lie. Identify them by `module` (closes every open alert on that module) and optionally narrow with `symbol` (the evidence symbol the alert hangs on). Judge only what you actually looked at; it is reversible from the web. " +
|
|
814
|
+
description: "Close this project's open regression alert(s) once you have judged them, so the analysis stops re-raising them and stops re-queuing the owner's task. Call it with `verdict:\"fixed\"` when the alert was RIGHT and you fixed or confirmed the risk, and with `verdict:\"dismissed\"` when you CHECKED IT AND IT WAS WRONG — a false alarm, already handled, or about code that is deliberately that way. If the SAME commit that raised the alert already handles the risk, that is `dismissed` (already handled), not `fixed`: `fixed` means the alert caught something that was really wrong. Refuting is as valuable as confirming: the accuracy this product reports needs both, and an alert you silently confirm to get rid of it makes that number a lie. Identify them by `module` (closes every open alert on that module) and optionally narrow with `symbol` (the evidence symbol the alert hangs on). Judge only what you actually looked at; it is reversible from the web. " +
|
|
815
815
|
"project: the repo you are working in (folder name or slug).",
|
|
816
816
|
inputSchema: {
|
|
817
817
|
project: z.string().min(1).max(120),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "changebook",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.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.10.
|
|
5
|
+
"version": "0.10.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.10.
|
|
18
|
+
"version": "0.10.1",
|
|
19
19
|
"transport": {
|
|
20
20
|
"type": "stdio"
|
|
21
21
|
}
|