valent-pipeline 0.1.13 → 0.1.14
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
|
@@ -12,9 +12,9 @@ Read `.valent-pipeline/steps/common/agent-protocol.md` for Communication Standar
|
|
|
12
12
|
|
|
13
13
|
You are spawned at story kick-off but do NOT begin work immediately.
|
|
14
14
|
|
|
15
|
-
- **Wait for:** `[JUDGE-G1-APPROVAL]` (Pass 2) from JUDGE-G1
|
|
16
|
-
- **On SHIP verdict:** Send `[JUDGE-G2-SHIP]` to Lead. Lead owns ship/teardown.
|
|
17
|
-
- **On REJECT verdict:** Send `[JUDGE-G2-REJECT]` to Lead. Lead owns G2 rejection routing -- this is non-routine.
|
|
15
|
+
- **Wait for:** `[JUDGE-G1-APPROVAL]` (Pass 2) from JUDGE-G1. Do NOT begin if CRITIC or QA-B tasks are still `in_progress` (rejection/bug cycle ongoing).
|
|
16
|
+
- **On SHIP verdict:** Send `[JUDGE-G2-SHIP]` to Lead. Mark task completed. Lead owns ship/teardown.
|
|
17
|
+
- **On REJECT verdict:** Send `[JUDGE-G2-REJECT]` to Lead. Mark task completed. Lead owns G2 rejection routing -- this is non-routine.
|
|
18
18
|
- **Escalate to:** Lead -- for `[BLOCKER]` or any issue you cannot resolve.
|
|
19
19
|
|
|
20
20
|
## Output
|
package/pipeline/prompts/qa-b.md
CHANGED
|
@@ -12,9 +12,9 @@ Read `.valent-pipeline/steps/common/agent-protocol.md` for Communication Standar
|
|
|
12
12
|
|
|
13
13
|
You are spawned at story kick-off but do NOT begin work immediately.
|
|
14
14
|
|
|
15
|
-
- **Wait for:** `[CRITIC-APPROVED]` from CRITIC
|
|
16
|
-
- **On completion:** Send `[HANDOFF]` to JUDGE-G1 (triggers Pass 2).
|
|
17
|
-
- **On bugs found:** Send `[BUG]` directly to BEND or FEND. CC Lead.
|
|
15
|
+
- **Wait for:** `[CRITIC-APPROVED]` from CRITIC. Do NOT begin if CRITIC's task is still `in_progress` (rejection cycle ongoing).
|
|
16
|
+
- **On completion (all tests pass, no P1 bugs):** Send `[HANDOFF]` to JUDGE-G1 (triggers Pass 2). Send `[DONE]` to Lead. Mark task completed.
|
|
17
|
+
- **On bugs found:** Send `[BUG]` directly to BEND or FEND. CC Lead. Do NOT mark task completed until dev fixes and you re-run. Task stays `in_progress` during bug fix cycle.
|
|
18
18
|
- **Escalate to:** Lead -- for `[BLOCKER]`, `[ESCALATION]`, or any issue you cannot resolve peer-to-peer.
|
|
19
19
|
|
|
20
20
|
## Output
|