Skip to content

Commit bab4202

Browse files
committed
Fix last stale goal reference (integration test comment)
Critique's sweep found one comment survivor in tests/integration/vendored-carry.test.ts referencing "the chat director and goal governor" as the shape an ephemeral nudge takes. Reworded to the chat director's terminal rewrites generally, since that's what the test actually exercises now.
1 parent dfa341a commit bab4202

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/vendored-carry.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ describe("integration — vendored feature carry", () => {
9393
const workdir = join(cwd, ".agent-state", "carry-session");
9494

9595
// Minimal director: every user message infers with an ephemeral nudge
96-
// attached, exactly the shape the chat director and goal governor emit.
96+
// attached, exactly the shape the chat director's terminal rewrites emit.
9797
const nudgeDirectorDef = defineDirector({
9898
id: `${ID_PREFIX}/carry-nudge`,
9999
configSchema: type({}),

0 commit comments

Comments
 (0)