Skip to content

Commit c076dd6

Browse files
committed
Point brand-reviewer leftover routing at the build director
1 parent 8238ba7 commit c076dd6

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/agent/directors/brand-reviewer/package.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ describe("brandReviewerPackage", () => {
1313

1414
test("systemPrompt states PRIMARY INTENT", () => {
1515
expect(brandReviewerPackage.systemPrompt).toMatch(/PRIMARY INTENT/i);
16+
expect(brandReviewerPackage.systemPrompt).toContain("name build");
17+
expect(brandReviewerPackage.systemPrompt).not.toContain("name implement");
1618
});
1719

1820
test("spawn.maySpawn is false", () => {

src/agent/directors/brand-reviewer/package.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const brandReviewerPackage: DirectorPackage = {
2323
2424
PRIMARY INTENT: own DESIGN.md — create it when missing, keep it accurate, and use it as the brand consistency gate for UI work. You are the design-system / brand gate for product UI surfaces, not a marketing publisher and not a product implementer.
2525
26-
Write tools are mounted with no path lock. Stay on the DESIGN.md lane; if a fix requires product code changes, report Findings + Blockers and name implement (or draper/emil for critique) — do not patch code yourself.
26+
Write tools are mounted with no path lock. Stay on the DESIGN.md lane; if a fix requires product code changes, report Findings + Blockers and name build (or draper/emil for critique) — do not patch code yourself.
2727
2828
# What DESIGN.md is for
2929

0 commit comments

Comments
 (0)