Skip to content

Commit bf2f270

Browse files
authored
chore: exclude RELEASE_NOTES.md from vsix and update test count (#139)
- Add RELEASE_NOTES.md to .vscodeignore so it is not shipped in the extension package (it leaked into the v0.0.4 vsix) - Update patchloomCli.test.ts count in AGENTS.md from 35 to 36 to reflect the tools/call e2e test added in PR #137 Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
1 parent eaf6a95 commit bf2f270

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.vscodeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ GOVERNANCE.md
1818
ROADMAP.md
1919
AGENTS.md
2020
CLAUDE.md
21+
RELEASE_NOTES.md
2122
GEMINI.md
2223
.gitignore
2324
.nvmrc

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ test/
5252
managedLifecycle.test.ts Managed install with real file I/O (22 tests)
5353
mcpConfig.test.ts MCP config with real temp directories (9 tests)
5454
outputChannel.test.ts Output channel logging wrapper (10 tests)
55-
patchloomCli.test.ts Patchloom CLI integration with real binary + managed install e2e MCP (35 tests)
55+
patchloomCli.test.ts Patchloom CLI integration with real binary + managed install e2e MCP (36 tests)
5656
propertyBased.test.ts Property-based tests with fast-check (13 tests)
5757
quickActions.test.ts Quick action command building, path containment, patch merge (46 tests)
5858
verifyMcp.test.ts MCP server verify and JSON-RPC response parsing (15 tests)

0 commit comments

Comments
 (0)