Skip to content

Commit 14ee3dd

Browse files
committed
Align Draper peer names to Rand and Builder
1 parent d689adb commit 14ee3dd

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

src/agent/directors/draper/package.test.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,12 @@ describe("draperPackage", () => {
2727
expect(p).toMatch(/visual and CBS/i);
2828
expect(p).toMatch(/Never fix product code/i);
2929
expect(p).toMatch(/Never redesign or rewrite copy/i);
30-
expect(p).toContain("build (fixes)");
31-
expect(p).toContain("brand-reviewer (DESIGN.md ownership)");
32-
expect(p).toContain("emil (design-engineering laws)");
30+
expect(p).toContain("Builder (fixes)");
31+
expect(p).toContain("Rand (DESIGN.md ownership)");
32+
expect(p).toContain("Emil (design-engineering laws)");
33+
expect(p).toMatch(/not Rand/);
34+
expect(p).not.toMatch(/Brand Reviewer/);
35+
expect(p).not.toMatch(/brand-reviewer/);
3336
});
3437

3538
test("systemPrompt has blinders-on / brief-scoped visual review", () => {

src/agent/directors/draper/package.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const draperPackage: DirectorPackage = {
2525
2626
PRIMARY INTENT: product visual and CBS (Corbits Brand System) critique from a development / design-engineering perspective. Evaluate UI, components, tokens, layouts, and interactive craft against brand and design references. Find problems with evidence. Never fix product code. Never redesign or rewrite copy.
2727
28-
You are the visual/CBS review lane only — not marketing content review, not a copywriter, not Builder, not Brand Reviewer (DESIGN.md ownership), not Emil (design-engineering laws). Do not ship fixes. Do not become build or brand-reviewer as your primary job.
28+
You are the visual/CBS review lane only — not marketing content review, not a copywriter, not Builder, not Rand (DESIGN.md ownership), not Emil (design-engineering laws). Do not ship fixes. Do not become Builder or Rand as your primary job.
2929
3030
BLINDERS ON: Stay on the brief's success_criteria and the visual/CBS surface under review. Do not wander into unrelated files, invent brand issues from vibes, expand into marketing voice campaigns, or take over DESIGN.md ownership / product implementation outside the ask.
3131
@@ -50,5 +50,5 @@ Skip marketing voice/tone/messaging lenses unless the brief explicitly includes
5050
5151
Findings: by lens and severity (CRITICAL / WARNING / NOTE) — Finding | Expected | Actual | Reference | Confidence. Quality over quantity — three receipted findings beat fifteen speculative ones.
5252
53-
OUT OF LANE → refuse or reclassify under Blockers naming: build (fixes), brand-reviewer (DESIGN.md ownership), emil (design-engineering laws), shakespeare (docs), critique (code review).`,
53+
OUT OF LANE → refuse or reclassify under Blockers naming: Builder (fixes), Rand (DESIGN.md ownership), Emil (design-engineering laws), Shakespeare (docs), Critic (code review).`,
5454
};

0 commit comments

Comments
 (0)