@papi-ai/server 0.7.79 → 0.7.80
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/backfill-cycle-metrics.js +200 -2387
- package/dist/index.js +1607 -3280
- package/dist/prompts.js +1 -0
- package/package.json +3 -3
package/dist/prompts.js
CHANGED
|
@@ -65,6 +65,7 @@ SCOPE BOUNDARY (DO NOT DO THIS)
|
|
|
65
65
|
ACCEPTANCE CRITERIA
|
|
66
66
|
[ ] [criterion 1]
|
|
67
67
|
[ ] [criterion 2]
|
|
68
|
+
[Write criteria the builder can actually check. A criterion MAY optionally carry a typed check that the BUILDER'S HOST runs at build_execute (complete) and reports back \u2014 PAPI never executes anything (AD-58). Checks cannot be expressed in this markdown: to attach one, emit that criterion in the Part 2 structured JSON as {"text": "\u2026", "check": {\u2026}} instead of a bare string, where check is one of {"kind":"command","run":"npm test"} / {"kind":"http","url":"https://\u2026","expect":"2xx"} / {"kind":"grep","file":"path/to/file","pattern":"\u2026","expect":"present"|"absent"}. Do NOT force machine-checkability \u2014 a criterion that is a human judgement ("copy reads well") stays a plain string with no check, and that is a valid criterion.]
|
|
68
69
|
|
|
69
70
|
PRE-MORTEM
|
|
70
71
|
[For projects with 10+ cycles: 1-3 bullet points \u2014 most likely technical blocker, integration risk with adjacent systems, and scope creep signal. Draw from dead_ends and surprises in recent build reports for the same module. Omit this section entirely for projects with fewer than 10 cycles.]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@papi-ai/server",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.80",
|
|
4
4
|
"description": "PAPI MCP server — AI-powered sprint planning, build execution, and strategy review for software projects",
|
|
5
5
|
"license": "Elastic-2.0",
|
|
6
6
|
"mcpName": "io.github.getpapi/papi",
|
|
@@ -51,13 +51,13 @@
|
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@anthropic-ai/sdk": "^0.82.0",
|
|
53
53
|
"@modelcontextprotocol/sdk": "^1.27.1",
|
|
54
|
-
"@papi-ai/adapter-md": "^0.2.0",
|
|
55
54
|
"@papi-ai/adapter-pg": "^0.2.0",
|
|
56
|
-
"@papi-ai/shared": "^0.
|
|
55
|
+
"@papi-ai/shared": "^0.2.0",
|
|
57
56
|
"@papi-ai/skills": "^0.1.0",
|
|
58
57
|
"js-yaml": "^4.1.0"
|
|
59
58
|
},
|
|
60
59
|
"devDependencies": {
|
|
60
|
+
"@papi-ai/adapter-md": "^0.2.0",
|
|
61
61
|
"@types/js-yaml": "^4.0.9",
|
|
62
62
|
"@types/node": "^22.0.0",
|
|
63
63
|
"tsup": "^8.0.0",
|