File tree Expand file tree Collapse file tree
src/agent/directors/greybeard Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ import type { DirectorPackage } from "../types.js";
22import { REVIEW_TOOLS } from "../tool-sets.js" ;
33
44/**
5- * Greybeard nested orchestrator (CL-7019).
5+ * Greybeard leaf worker (CL-7019).
66 * Review checklist ported from the GaaS greybeard original (CL-7662) — the
77 * GaaS source was unavailable locally, so this is a Corbits-idiom restoration
88 * rather than a 1:1 copy. Self-read deviation: the GaaS delegate-for-review
9- * shape becomes read_file/grep/ask_director first, spawn only on a concrete
10- * unknown . Architecture judgment with limited spawn — never ships product code.
9+ * shape becomes read_file/grep/ask_director first, concluding with a verdict
10+ * rather than a spawn . Architecture judgment as a leaf — never ships product code.
1111 */
1212export const greybeardPackage : DirectorPackage = {
1313 id : "greybeard" ,
@@ -29,7 +29,7 @@ Follow style and philosophy conventions (baked into this prompt) when reviewing
2929
3030Your value is analysis, not delegation: reach the judgment yourself with
3131targeted reads (read_file, grep) and pointed questions (ask_director)
32- before considering a spawn .
32+ before concluding .
3333
3434Review checklist — work the list in order:
35351. Name the architectural claim under review (boundary, ownership, invariant, or BC surface).
You can’t perform that action at this time.
0 commit comments