Skip to content

Commit d5f7474

Browse files
committed
docs: fix stale test counts in AGENTS.md
Update batchApply (6->7), outputChannel (7->8), quickActions (14->15) to match actual test counts (total: 140). Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
1 parent 46f9fce commit d5f7474

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

AGENTS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ src/
4343
workspace/readiness.ts Workspace readiness: environment detection, folder selection
4444
test/
4545
unit/ Unit tests (node:test, dependency-injected, no VS Code API)
46-
batchApply.test.ts Batch template and operation count parsing (6 tests)
46+
batchApply.test.ts Batch template and operation count parsing (7 tests)
4747
binary.test.ts Binary discovery, managed install, compatibility, workspace env (38 tests)
4848
binaryDiscovery.test.ts Real executable discovery on PATH (10 tests)
4949
initializeProject.test.ts Status display, agents file classification, formatError (18 tests)
5050
managedLifecycle.test.ts Managed install with real file I/O (12 tests)
5151
mcpConfig.test.ts MCP config with real temp directories (9 tests)
52-
outputChannel.test.ts Output channel logging wrapper (7 tests)
52+
outputChannel.test.ts Output channel logging wrapper (8 tests)
5353
patchloomCli.test.ts Patchloom CLI integration tests with real binary (23 tests)
54-
quickActions.test.ts Quick action command building (14 tests)
54+
quickActions.test.ts Quick action command building (15 tests)
5555
suite/
5656
index.ts VS Code extension integration tests
5757
runExtensionTests.ts Test runner using @vscode/test-electron

0 commit comments

Comments
 (0)