Skip to content

Commit a72bf18

Browse files
committed
Round 86: composable Human Review preamble guards
Add parametrized Human Review preamble guards for composable prompts (02-engineering–06-repo) via prompt_eval_helpers exact-heading detection; align HR copy to route through reflective-risk; backfill GLOSSARY playbook step 17 (R85) and add step 18; governance sync for panel round 86.
1 parent 2b3de12 commit a72bf18

21 files changed

Lines changed: 161 additions & 27 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Full library docs: [reflective-prompt-library/README.md](reflective-prompt-libra
2121
## Governance
2222

2323
- **Contributing:** [CONTRIBUTING.md](CONTRIBUTING.md) — quality gates, routing maintenance (R8–R12), `make all`
24-
- **Panel record:** [multi-agent-panel-consensus](reflective-prompt-library/plans/multi-agent-panel-consensus-2026-06-25.md) — six-lens Socratic consensus (Rounds 1–85)
24+
- **Panel record:** [multi-agent-panel-consensus](reflective-prompt-library/plans/multi-agent-panel-consensus-2026-06-25.md) — six-lens Socratic consensus (Rounds 1–86)
2525
- **Operator playbook:** [GLOSSARY.md](reflective-prompt-library/GLOSSARY.md) — Governance Maintenance Playbook
2626

2727
The repository contains:

reflective-prompt-library/03-context/small-context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ State what evidence would require escalating to `medium-context.md`.
2222

2323
## Human Review
2424

25-
Escalate when window limits would hide safety-critical unknowns.
25+
Escalate to `reflective-risk` when window limits would hide safety-critical unknowns.
2626

2727
```markdown
2828
你在小 context window 中工作。請極度節省 token。

reflective-prompt-library/04-agent/memory-consolidation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ State what would disprove a pattern's claimed recurrence.
2323

2424
## Human Review
2525

26-
Require human approval before promoting executable knowledge (skills, hooks, runners).
26+
Escalate to `reflective-risk` before promoting executable knowledge (skills, hooks, runners).
2727

2828

2929
```markdown

reflective-prompt-library/04-agent/retro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Name one proposed rule that would be rejected if the failure cannot recur.
2323

2424
## Human Review
2525

26-
Escalate promotion candidates that would change agent operating rules to explicit human approval.
26+
Escalate to `reflective-risk` when promotion candidates would change agent operating rules.
2727

2828

2929
```markdown

reflective-prompt-library/05-domain/creative-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ State what preview or validation result would reject the creative spec.
2222

2323
## Human Review
2424

25-
Require human approval before publishing creative output that affects brand or external audiences.
25+
Escalate to `reflective-risk` before publishing creative output that affects brand or external audiences.
2626

2727
```markdown
2828
你是 Creative Template Architect。請把自然語言創意轉成可驗證、可重播、可約束的 creative spec。

reflective-prompt-library/06-repo/AGENTS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Repository-level harness policy for reflective engineering agents. Primary workf
1818

1919
Name one task that would fail if this harness policy were ignored at session start.
2020

21+
## Human Review
22+
23+
Escalate to `reflective-risk` for irreversible or high-blast-radius work; see **Human Review Required** below for category triggers.
24+
2125
## Mission
2226

2327
This repository uses Reflective Engineering Agent Protocol.

reflective-prompt-library/06-repo/PROJECT_KNOWLEDGE.template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ State what evidence would retire a recorded principle as stale.
2020

2121
## Human Review
2222

23-
Require human approval before promoting lessons into executable skills or overriding `AGENTS.md`.
23+
Escalate to `reflective-risk` before promoting lessons into executable skills or overriding `AGENTS.md`.
2424

2525

2626
# Project Knowledge — [Project Name]

reflective-prompt-library/06-repo/cursor-rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ State what test or diff review would reject the change as out of scope.
2020

2121
## Human Review
2222

23-
Require human approval before editing credential handling, schema, billing, public API, or destructive operations.
23+
Escalate to `reflective-risk` before editing credential handling, schema, billing, public API, or destructive operations.
2424

2525
```markdown
2626
You are working inside an IDE. Prioritize small, safe, reviewable edits.

reflective-prompt-library/GLOSSARY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ Curated top-of-cheatsheet summary of high-confusion routing traps (ROUTE-002 hol
337337

338338
## Governance Maintenance Playbook / 治理維護手冊
339339

340-
Ongoing upkeep after panel close (Rounds 1–85). Not agent instructions — operator checklist.
340+
Ongoing upkeep after panel close (Rounds 1–86). Not agent instructions — operator checklist.
341341

342342
**Operational test:** Before router tuning, add fresh ROUTE-002/003 holdout phrases; run `make all`; record decisions in `PROJECT_KNOWLEDGE.md` Decision Index when governance surface changes.
343343

@@ -357,3 +357,4 @@ Ongoing upkeep after panel close (Rounds 1–85). Not agent instructions — ope
357357
14. When editing `01-thinking/` Purpose preambles, keep `Primary workflow surfaces` aligned exactly with `SKILL_THINKING_SOURCES` via `test_thinking_lens_primary_surfaces_match_consumer_graph`; put escalations and adjacent workflow notes in Scope or Human Review, not on the primary line.
358358
15. When editing composable prompts (`02-engineering``06-repo`), keep `Primary workflow surface(s)` aligned with `*_SKILL_LINKS` in `test_prompt_cross_links.py`; use Supporting lens for cross-cutting lenses like `runtime-trust-boundary.md`; put escalate/pair notes in Scope.
359359
16. When editing `00-core/` prompts, keep `Primary workflow surface(s)` aligned with `CORE_SKILL_LINKS` in `test_prompt_cross_links.py`; put pair/escalation skills in Scope or Human Review, not on the primary line.
360+
17. When editing composable prompts (`00-core``06-repo`), keep `Primary workflow surface(s)` / Supporting-lens preamble lines and run `test_*_prompts_eval_harness.py` primary-surface guards.18. When adding or editing composable prompts (`02-engineering``06-repo`) with `## Human Review`, keep preamble escalation routed to `reflective-risk` and run Human Review guards in `test_*_prompts_eval_harness.py` (exact heading match via `prompt_eval_helpers.py`).

reflective-prompt-library/PROJECT_KNOWLEDGE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ deferred promotions are recurrence-gated — see [panel backlog](plans/multi-age
7373
## Decision Index
7474

7575
- 2026-06-25 Round 85 panel — composable prompt Primary workflow surface preamble guards (`test_*_prompts_eval_harness.py`) + Supporting-lens exemption → [record](plans/multi-agent-panel-consensus-2026-06-25.md)
76+
- 2026-06-25 Round 86 panel — composable Human Review preamble guards + `reflective-risk` routing alignment → [record](plans/multi-agent-panel-consensus-2026-06-25.md)
7677
- 2026-06-25 Round 84 panel — `00-core` Primary workflow surface parity + primary-line trim → [record](plans/multi-agent-panel-consensus-2026-06-25.md)
7778
- 2026-06-25 Round 83 panel — composable prompt Primary workflow surface parity (`02-engineering``06-repo`) + supporting-lens exemption → [record](plans/multi-agent-panel-consensus-2026-06-25.md)
7879
> Pointers to the causal trail — plans, reflections, tests, commits. Detail is

0 commit comments

Comments
 (0)