pi-goal-list-loop-audit 0.31.4 → 0.31.5
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.
|
@@ -173,9 +173,9 @@ export function buildSettingsRows(
|
|
|
173
173
|
id: "auditorModelFallback",
|
|
174
174
|
section: "auditor",
|
|
175
175
|
label: "Auditor fallback model",
|
|
176
|
-
valueText: show("auditorModelFallback", "
|
|
176
|
+
valueText: show("auditorModelFallback", "session model (last resort)"),
|
|
177
177
|
sourceText: src("auditorModelFallback"),
|
|
178
|
-
description: "
|
|
178
|
+
description: "walked when the primary is unavailable OR IS the session model (the verifier should differ) — unset = the session model is the last resort",
|
|
179
179
|
},
|
|
180
180
|
{
|
|
181
181
|
id: "auditCap",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-goal-list-loop-audit",
|
|
3
|
-
"version": "0.31.
|
|
3
|
+
"version": "0.31.5",
|
|
4
4
|
"description": "Goal. Loop. Audit. Done. \u2014 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 \u2014 only the read tools needed to verify your goal.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "dracon",
|