You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reflective-prompt-library/GLOSSARY.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -337,7 +337,7 @@ Curated top-of-cheatsheet summary of high-confusion routing traps (ROUTE-002 hol
337
337
338
338
## Governance Maintenance Playbook / 治理維護手冊
339
339
340
-
Ongoing upkeep after panel close (Rounds 1–99). Not agent instructions — operator checklist.
340
+
Ongoing upkeep after panel close (Rounds 1–100). Not agent instructions — operator checklist.
341
341
342
342
**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.
343
343
@@ -372,3 +372,4 @@ Ongoing upkeep after panel close (Rounds 1–99). Not agent instructions — ope
372
372
29. When editing per-category `reference_workflow_skills` guards, use `assert_prompt_references_workflow_skill` in `prompt_eval_helpers.py` (preamble-scoped, not fenced templates); run `test_prompt_workflow_skill_reference_library_registry.py` plus per-category harness guards.
373
373
30. When editing per-category eval_harness fixtures, keep `PROMPT_LIBRARY_REPO_ROOT` and `make_category_eval_harness_fixture` in `prompt_eval_helpers.py`; run `test_prompt_eval_harness_fixture_library_registry.py` plus per-category harness guards.
374
374
31. When editing per-category `*_DIR` / `*_PROMPTS` tuples, use `category_prompt_dir` and `sorted_category_prompts` in `prompt_eval_helpers.py`; run `test_prompt_category_paths_library_registry.py` plus per-category harness guards.
375
+
32. When editing cross-category library registries, use `assert_library_wide_unique_basenames`, `assert_registry_matches_library_glob`, and `sorted_all_library_prompts` in `prompt_eval_helpers.py`; run `test_prompt_library_registry_helpers_library_registry.py` plus per-registry glob/unique guards.
Copy file name to clipboardExpand all lines: reflective-prompt-library/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Pick **Strictness L1–L6** first (`skills/reflective-dispatch/SKILL.md`, [GLOSS
30
30
31
31
## Governance Panel Record
32
32
33
-
Multi-agent Socratic consensus on project goals and the nine skills (Rounds 1–99, options A–HU) is recorded in [plans/multi-agent-panel-consensus-2026-06-25.md](plans/multi-agent-panel-consensus-2026-06-25.md). Run `make all` before claiming routing or governance changes are verified.
33
+
Multi-agent Socratic consensus on project goals and the nine skills (Rounds 1–100, options A–HV) is recorded in [plans/multi-agent-panel-consensus-2026-06-25.md](plans/multi-agent-panel-consensus-2026-06-25.md). Run `make all` before claiming routing or governance changes are verified.
@@ -384,4 +384,4 @@ Phase 1 quality-gate tooling and documentation are **complete**. Routing consist
384
384
- ✅ Benchmark fixture gate plus optional manual benchmark runs
385
385
- ✅ Research-backed design decisions
386
386
387
-
The project is positioned to grow sustainably with quality discipline built in from the start. **No open implementation blockers** remain from panel Rounds 1–99; work is recurrence-gated maintenance per playbook. The next measurable quality target is **holdout expansion before router tuning** and optional manual baseline-vs-skill benchmark runs — not shipping new core skills without promotion evidence.
387
+
The project is positioned to grow sustainably with quality discipline built in from the start. **No open implementation blockers** remain from panel Rounds 1–100; work is recurrence-gated maintenance per playbook. The next measurable quality target is **holdout expansion before router tuning** and optional manual baseline-vs-skill benchmark runs — not shipping new core skills without promotion evidence.
Copy file name to clipboardExpand all lines: reflective-prompt-library/plans/multi-agent-panel-consensus-2026-06-25.md
+54Lines changed: 54 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3040,3 +3040,57 @@ User directive (repeat): review prompts, plans, skills, and Socratic/critical-th
3040
3040
---
3041
3041
3042
3042
**Resealed 2026-06-25** after **Round 99** (options HQ–HU). Composable prompt category paths are now library-registry checked across all `00-core`–`06-repo` categories with shared `category_prompt_dir` / `sorted_category_prompts`; workflow skill reference guards are preamble-scoped as documented. Holdout expansion remains recurrence-gated maintenance.
| HY | Holdout expansion |**Defer**| maintenance |
3066
+
| HZ | Router/tenth skill/benchmark CI |**Reject**| no change |
3067
+
3068
+
### Socratic rationale (Round 100)
3069
+
3070
+
-**Opus:** Round 99 closed category path helpers; nine cross-category registry files still duplicated library-wide unique-basename and glob-parity loops with local `LIBRARY_ROOT` paths.
3071
+
-**Codex:** Shared `assert_registry_matches_library_glob` ensures every registry uses `sorted_category_prompts` semantics; `sorted_all_library_prompts` gives one canonical library-wide tuple.
3072
+
-**Gemini:** Deterministic helper extraction; no prompt content churn.
3073
+
-**Composer:** Mirrors R91–R99 registry pattern; one helper trio + one registry test file + migration sweep.
3074
+
-**Sakana:** Registry glob parity now falsifies if any module reintroduces ad-hoc `Path(__file__).parent` globs.
3075
+
-**GLM:** Playbook step 32 gives operators a single checklist line for library registry edits.
0 commit comments