vibeostheog 0.25.9 → 0.25.11
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/assets/dashboard/vibeos-dashboard-config.js +1 -1
- package/dist/assets/flow-rules.json +21 -0
- package/dist/vibeOS.js +1700 -1485
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
window.__VIBEOS_DASHBOARD_BASE__ = "http://127.0.0.1:
|
|
1
|
+
window.__VIBEOS_DASHBOARD_BASE__ = "http://127.0.0.1:53461";
|
|
@@ -28,6 +28,27 @@
|
|
|
28
28
|
"pattern": "TODO|FIXME|HACK",
|
|
29
29
|
"description": "TODO/FIXME left in output"
|
|
30
30
|
},
|
|
31
|
+
{
|
|
32
|
+
"id": "require-read-before-claim",
|
|
33
|
+
"severity": "warn",
|
|
34
|
+
"trigger": "Edit",
|
|
35
|
+
"pattern": "(?i)\\b(done|complete|success|trained|ready|works|fixed)\\b",
|
|
36
|
+
"description": "Success claim detected — verify live state before asserting completion"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"id": "verify-state-on-disk",
|
|
40
|
+
"severity": "flag",
|
|
41
|
+
"trigger": "Edit",
|
|
42
|
+
"pattern": "(?i)\\b(assume|guess|probably|likely|maybe|seems|appears)\\b",
|
|
43
|
+
"description": "Inference language detected — verify actual files/state first"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"id": "postmortem-trigger",
|
|
47
|
+
"severity": "warn",
|
|
48
|
+
"trigger": "Edit",
|
|
49
|
+
"pattern": "(?i)\\breality check\\b",
|
|
50
|
+
"description": "Reality check requested — read and verify live state before reporting"
|
|
51
|
+
},
|
|
31
52
|
{
|
|
32
53
|
"id": "detect-secrets",
|
|
33
54
|
"severity": "flag",
|