Skip to content

Commit 5bc58ce

Browse files
committed
docs: update AGENTS.md test count and util description
outputChannel.test.ts: 8 -> 10 (whitespace-only and CRLF tests) util.ts: add formatCliOutput to description Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
1 parent 6f8863e commit 5bc58ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Always run `npm run check` before committing.
2626
```
2727
src/
2828
extension.ts Thin entrypoint: registers commands, status bar, config listeners
29-
util.ts Shared utilities (formatError)
29+
util.ts Shared utilities (formatError, formatCliOutput)
3030
binary/patchloom.ts Binary discovery, version parsing, compatibility assessment
3131
commands/
3232
configureMcp.ts Configure MCP command: multi-target MCP config injection
@@ -49,7 +49,7 @@ test/
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 (8 tests)
52+
outputChannel.test.ts Output channel logging wrapper (10 tests)
5353
patchloomCli.test.ts Patchloom CLI integration tests with real binary (23 tests)
5454
quickActions.test.ts Quick action command building, path containment (26 tests)
5555
suite/

0 commit comments

Comments
 (0)