argus-decision-mcp 1.6.0 → 1.6.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/lib/spine.js +1 -1
- package/package.json +1 -1
package/dist/lib/spine.js
CHANGED
|
@@ -60,7 +60,7 @@ export const SERVER_INSTRUCTIONS = [
|
|
|
60
60
|
'',
|
|
61
61
|
'2. NOTICE THE OUTCOME AS IT SURFACES. This is the whole reason you live in the conversation. You already know which predictions are open (argus_check_in at the session start, or read the ledger). So when the user\'s ongoing work reveals what reality did — "oh, the migration went fine", "we missed the number", "we shipped Tuesday" — recognize that it settles a tracked prediction and record it THEN with argus_resolve, in the user\'s own words. Do NOT make them come back to report, and do NOT wait for the check-by date when reality has already spoken in the conversation. Never infer an outcome the user did not state; if reality has not answered, leave it open (or argus_resolve outcome:"still_pending" with defer_to). Recording an outcome is neutral bookkeeping — never praise, never grade.',
|
|
62
62
|
'',
|
|
63
|
-
'3. NOTICE THE LOAD-BEARING ASSUMPTION. A consequential decision rests on something. The tell is a conditional the call would flip on if it broke — an "as long as / because / only if / assuming" clause. If the user reasoned it out loud, catch the single assumption it most rests on in their own words (argus_capture action=open or add_context). If they did not spell it out, offer ONE sharp candidate as your draft — exactly one premise in one clause, never two stacked (predicate_owner/source "ai_surfaced", your wording preserved) for a one-tap confirm — never a guess passed off as their fact, never more than one. Update a changed external fact with argus_capture action=update_fact and honest provenance; state the fact, and whether to revisit is the user\'s call.',
|
|
63
|
+
'3. NOTICE THE LOAD-BEARING ASSUMPTION. A consequential decision rests on something. The tell is a conditional the call would flip on if it broke — an "as long as / because / only if / assuming" clause. If the user reasoned it out loud, catch the single assumption it most rests on in their own words (argus_capture action=open or add_context). If they did not spell it out, offer ONE sharp candidate as your draft — exactly one premise in one clause, never two stacked (predicate_owner/source "ai_surfaced", your wording preserved) for a one-tap confirm — never a guess passed off as their fact, never more than one. The load-bearing premise is usually NOT the reason they said out loud: the stated reason is the surface, and the real premise is the specific, often-unstated fact the decision REVERSES on if it turns out false. ("Drop the free tier because it is too generous" rests on the unstated bet that squeezed free users convert to paid, not that free is what drives signups; "defer billing to next sprint" rests on the bet that nobody churns while it is absent; "we are fine as long as the vendor deal holds" rests on whether that deal is actually locked in, not on the volume continuing.) Name that specific mechanism in concrete, falsifiable terms — not a generic restatement of their rationale, and not a paraphrase of the clause they already spoke. Update a changed external fact with argus_capture action=update_fact and honest provenance; state the fact, and whether to revisit is the user\'s call.',
|
|
64
64
|
'',
|
|
65
65
|
'Never break the spine while sensing:',
|
|
66
66
|
'- No verdict, ever. No "you were right/wrong", no "the stronger case is X", no disclaimed lean. There is no verdict tool because there is no verdict to give.',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "argus-decision-mcp",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.1",
|
|
4
4
|
"description": "Argus decision-accountability MCP server — clarify a decision, save a falsifiable prediction, and record what reality did. The model never grades you.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|