greprag 5.74.5 → 5.74.6
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
|
@@ -41,6 +41,15 @@ verifies the active goal names this mission before fanout. That native goal
|
|
|
41
41
|
tracks the LEAD mission; it is not a GrepRAG lease, durable manifest, or child
|
|
42
42
|
permission gate.
|
|
43
43
|
|
|
44
|
+
LEAD is an orchestrator, not an implementation chip. After `create_goal` /
|
|
45
|
+
`get_goal`, the LEAD's next required action is creating the listed
|
|
46
|
+
`Chip A/B/C: <Specific Purview>` visible Codex tasks/worktrees. Before all
|
|
47
|
+
required children exist, LEAD must not implement the phase, edit application,
|
|
48
|
+
worker, or product source files, or treat Chip A/B/C as sections of its own work. If
|
|
49
|
+
child creation fails, LEAD stops and reports `BLOCKED`; it must not continue
|
|
50
|
+
solo. Allowed LEAD edits are mission/runtime docs, integration reconciliation
|
|
51
|
+
after chip reports, and tiny mechanical conflict fixes during merge.
|
|
52
|
+
|
|
44
53
|
## Quick versus Leader
|
|
45
54
|
|
|
46
55
|
- **Quick:** the current task renames itself `LEAD: <Mission>` and directly
|
|
@@ -87,7 +96,8 @@ ordering in the brief rather than relying on hidden coordination metadata.
|
|
|
87
96
|
blocker, explicit LEAD decision request, or operator status request.
|
|
88
97
|
4. In the dedicated LEAD, create the native top-level mission goal with
|
|
89
98
|
`create_goal`, then verify it with `get_goal`.
|
|
90
|
-
5.
|
|
99
|
+
5. Next, before any implementation edit, spawn each
|
|
100
|
+
`Chip A/B/C: <Specific Purview>` with its own
|
|
91
101
|
visible worktree and the mission context it needs.
|
|
92
102
|
A `FIX: [type] <one friction unit>` child must make `greprag load mechanic` its
|
|
93
103
|
first Setup action before diagnosis or edits.
|
|
@@ -116,7 +116,14 @@ exists, run `node scripts/ensure-npm-deps.cjs`; if
|
|
|
116
116
|
another checkout.
|
|
117
117
|
If the exact first-line title is `LEAD: <Mission>`, create a native top-level
|
|
118
118
|
mission goal with `create_goal`, then run `get_goal` and verify the active goal
|
|
119
|
-
names this mission before any child fanout.
|
|
119
|
+
names this mission before any child fanout. Then create the listed
|
|
120
|
+
`Chip A/B/C: <Specific Purview>` visible Codex tasks/worktrees before any
|
|
121
|
+
implementation edit. LEAD is an orchestrator, not an implementation chip: do
|
|
122
|
+
not implement the phase, edit app/worker/product source files, or treat
|
|
123
|
+
Chip A/B/C as sections of your own work before all required children exist. If
|
|
124
|
+
child creation fails, stop and report `BLOCKED`; do not continue solo. Allowed
|
|
125
|
+
LEAD edits are mission/runtime docs, integration reconciliation after chip
|
|
126
|
+
reports, and tiny mechanical conflict fixes during merge.
|
|
120
127
|
If the exact first-line title starts with `FIX:`, run
|
|
121
128
|
`greprag load mechanic` before diagnosis or edits.
|
|
122
129
|
If the exact first-line title is `ADVISOR: <Purview>`, report consultation to
|