pi-goal-list-loop-audit 0.19.2 → 0.19.3
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-goal-list-loop-audit",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.3",
|
|
4
4
|
"description": "Goal. Loop. Audit. Done. — a pi-coding-agent extension that supervises long-running work, with isolated auditor on each completion. Beat bamboozling by design: the auditor runs in a fresh session with no extensions, no skills, no editor — only the read tools needed to verify your goal.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "dracon",
|
|
@@ -25,10 +25,17 @@ request into a **confirmed goal contract**. Do NOT start substantive work yet.
|
|
|
25
25
|
enough that a skeptical auditor could verify them from raw evidence.
|
|
26
26
|
"Make it better" is not a goal. "Reduce `npm test` failures from 14 to 0"
|
|
27
27
|
is.
|
|
28
|
-
5.
|
|
28
|
+
5. Scope thoroughness INTO the contract, never into iteration budgets. A
|
|
29
|
+
goal has no iterations and no stop rules — it ends when the auditor
|
|
30
|
+
approves. If the user wants exhaustiveness, write it as checkable
|
|
31
|
+
contract items ("Done when: all 22 settings screens audited"), not as
|
|
32
|
+
"N passes". Iterations / plateau / window are `/loop` vocabulary; do not
|
|
33
|
+
import them here, and do not present invented pass-counts as packaged
|
|
34
|
+
tiers.
|
|
35
|
+
6. When concrete, call `propose_goal_draft` with `objective` and
|
|
29
36
|
`verificationContract`. That opens the user's **Confirm dialog** —
|
|
30
37
|
nothing activates until they confirm.
|
|
31
|
-
|
|
38
|
+
7. If the user rejects the draft, refine based on their feedback and
|
|
32
39
|
propose again. Do not call `propose_goal_draft` repeatedly without
|
|
33
40
|
changing anything.
|
|
34
41
|
|