@mjasnikovs/pi-task 0.15.0 → 0.15.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/config/register.js +6 -6
- package/package.json +1 -1
package/dist/config/register.js
CHANGED
|
@@ -18,15 +18,15 @@ const ITEMS = [
|
|
|
18
18
|
label: 'orientation',
|
|
19
19
|
description: 'Pre-supply the project core (manifest, types, schema…) to the read-heavy research workers'
|
|
20
20
|
},
|
|
21
|
-
{
|
|
22
|
-
id: 'enforceGuidelines',
|
|
23
|
-
label: 'enforce guidelines',
|
|
24
|
-
description: 'Before each /task-auto commit, re-check the work against AGENTS.md/CLAUDE.md and fix drift'
|
|
25
|
-
},
|
|
26
21
|
{
|
|
27
22
|
id: 'verifyWork',
|
|
28
23
|
label: 'verify work',
|
|
29
|
-
description: "After each /task-auto task, RUN its spec's VERIFY block in the workspace and report a PASS/FAIL verdict"
|
|
24
|
+
description: "After each /task-auto task, RUN its spec's VERIFY block in the workspace and report a PASS/FAIL verdict (also the signal that lets 'enforce guidelines' fix safely)"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
id: 'enforceGuidelines',
|
|
28
|
+
label: 'enforce guidelines',
|
|
29
|
+
description: "Check each /task-auto commit against AGENTS.md/CLAUDE.md. Needs 'verify work' to FIX drift (fixes are reverted if they regress verification); without it, only reports violations"
|
|
30
30
|
}
|
|
31
31
|
];
|
|
32
32
|
function makeTheme(theme) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mjasnikovs/pi-task",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.1",
|
|
4
4
|
"description": "Deterministic spec-orchestration for local models, with a bundled real-time remote web view and web/docs/fetch/worker subagent tools.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|