pullfrog 0.1.35 → 0.1.36
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/agents/reviewer.d.ts +1 -1
- package/dist/cli.mjs +557 -187
- package/dist/index.js +556 -186
- package/dist/internal.js +55 -62
- package/dist/mcp/checkout.d.ts +1 -0
- package/dist/mcp/shared.d.ts +3 -1
- package/dist/toolState.d.ts +0 -1
- package/dist/utils/changeImpact.d.ts +18 -0
- package/dist/utils/diffCoverage.d.ts +0 -5
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Definition of the `reviewfrog` named subagent — the constrained
|
|
3
3
|
* read-only worker dispatched by Build mode self-review and the in-Pullfrog
|
|
4
|
-
* /anneal
|
|
4
|
+
* /anneal and in-Pullfrog specialist review.
|
|
5
5
|
*
|
|
6
6
|
* The contract: non-mutative + non-recursive.
|
|
7
7
|
* allow: file reads, grep/glob, web search/fetch, read-only MCP queries
|