Skip to content

Commit 3bf85ec

Browse files
committed
Fix greybeard leaf wording coherence
1 parent 2309363 commit 3bf85ec

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/agent/directors/greybeard/package.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ import type { DirectorPackage } from "../types.js";
22
import { 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
*/
1212
export const greybeardPackage: DirectorPackage = {
1313
id: "greybeard",
@@ -29,7 +29,7 @@ Follow style and philosophy conventions (baked into this prompt) when reviewing
2929
3030
Your value is analysis, not delegation: reach the judgment yourself with
3131
targeted reads (read_file, grep) and pointed questions (ask_director)
32-
before considering a spawn.
32+
before concluding.
3333
3434
Review checklist — work the list in order:
3535
1. Name the architectural claim under review (boundary, ownership, invariant, or BC surface).

0 commit comments

Comments
 (0)