Skip to content

Commit 09fe431

Browse files
anandgupta42claude
andcommitted
chore: add missing instructions field to Pack.Info test fixtures
Root typecheck (`tsgo`) was stricter than bun test's runtime check and flagged the two fixture objects in `pack-cli.test.ts` for missing `instructions` — added as `undefined` so the fixtures match the Pack.Info schema shape exactly. No runtime behavior change. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent bea67e8 commit 09fe431

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/opencode/test/pack/pack-cli.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ describe("cleanupPackActivation — plugin refcount by canonical name", () => {
134134
skill_groups: {},
135135
mcp: {},
136136
plugins: ["@scope/plugin@1.2.3"],
137+
instructions: undefined,
137138
detect: [],
138139
content: "",
139140
}
@@ -195,6 +196,7 @@ describe("cleanupPackActivation — sidecar missing (legacy fallback)", () => {
195196
"legacy-mcp": { type: "stdio", command: ["foo"] },
196197
},
197198
plugins: [],
199+
instructions: undefined,
198200
detect: [],
199201
content: "",
200202
}

0 commit comments

Comments
 (0)