prism-mcp-server 20.9.1 → 20.9.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.
|
@@ -97,7 +97,13 @@ export function assembleSkillBlock(entries, budgetChars) {
|
|
|
97
97
|
block +=
|
|
98
98
|
`\n\n[📦 SKILLS NOT INLINED — max_tokens budget reached]\n` +
|
|
99
99
|
`${overflow.join(", ")}\n` +
|
|
100
|
-
`
|
|
100
|
+
`These are RULES YOU ARE BOUND BY, not optional reading — only their text ` +
|
|
101
|
+
`was withheld for budget. Before acting on work a listed skill governs ` +
|
|
102
|
+
`(e.g. verified-shipping before any completion claim, push, or PR), load ` +
|
|
103
|
+
`its body first: invoke it via the host's Skill tool, read it from the ` +
|
|
104
|
+
`skills directory, or re-call session_load_context with a higher ` +
|
|
105
|
+
`max_tokens. Claiming done without consulting the governing skill is the ` +
|
|
106
|
+
`exact failure this list exists to prevent.`;
|
|
101
107
|
}
|
|
102
108
|
return { block, inlined, overflow };
|
|
103
109
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "prism-mcp-server",
|
|
3
|
-
"version": "20.9.
|
|
3
|
+
"version": "20.9.2",
|
|
4
4
|
"mcpName": "io.github.dcostenco/prism-coder",
|
|
5
5
|
"description": "Persistent session memory for AI coding agents that never leaves your machine \u2014 including the on-device model that reasons over it. Restores your prior decisions, open TODOs, and changed files across sessions; adds associative recall of related past work, semantic drift detection, and local inference. Local-first by default. Works with Claude Code, Cursor, and Codex.",
|
|
6
6
|
"module": "index.ts",
|