Skip to content

Commit b962138

Browse files
committed
Fix prettier formatting for Tier-1 discovery gate
1 parent 873a290 commit b962138

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ describe("greybeardPackage", () => {
5454
expect(allow).not.toContain("delete_file");
5555
});
5656

57-
5857
test("modelRole is review", () => {
5958
expect(greybeardPackage.modelRole).toBe("review");
6059
});

src/agent/directors/tool-sets.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ describe("SKYWALKER_TOOLS / ORCHESTRATOR_TOOLS", () => {
6060
});
6161
});
6262

63-
6463
describe("BUILD_TOOLS", () => {
6564
test("includes apply_patch alongside path mutation tools", () => {
6665
expect(BUILD_TOOLS).toContain("write_file");

src/agent/directors/tool-sets.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,3 @@ export const SKYWALKER_TOOLS = [
6868
"edit_file",
6969
"delete_file",
7070
] as const;
71-

src/subagent/authority.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ describe("assertTierMayMountFleetVerb", () => {
5353
});
5454
});
5555

56-
5756
describe("assertCanTargetAgent", () => {
5857
// Tree: skywalker(root) -> greybeard -> intern
5958
// -> build (sibling of greybeard)

0 commit comments

Comments
 (0)