|
46 | 46 | batchApply.test.ts Batch template and operation count parsing (10 tests) |
47 | 47 | binary.test.ts Binary discovery, managed install, compatibility, workspace env (38 tests) |
48 | 48 | binaryDiscovery.test.ts Real executable discovery on PATH (13 tests) |
49 | | - initializeProject.test.ts Status display, agents file classification, formatError (18 tests) |
| 49 | + initializeProject.test.ts Status display, agents file classification, formatError (19 tests) |
50 | 50 | managedLifecycle.test.ts Managed install with real file I/O (12 tests) |
51 | 51 | mcpConfig.test.ts MCP config with real temp directories (9 tests) |
52 | 52 | outputChannel.test.ts Output channel logging wrapper (13 tests) |
|
59 | 59 | extension.test.ts ExTester UI tests (status bar, command palette) |
60 | 60 | scripts/ |
61 | 61 | hide-test-vscode.sh macOS: patch test VS Code to suppress window activation |
| 62 | +.github/ |
| 63 | + CODEOWNERS Owner for all files |
| 64 | + copilot-instructions.md Pointer to AGENTS.md for GitHub Copilot |
| 65 | + dependabot.yml Dependabot config: npm + github-actions, weekly |
| 66 | + ISSUE_TEMPLATE/ |
| 67 | + bug-report.yml Structured bug report form |
| 68 | + config.yml Issue template chooser config |
| 69 | + feature-request.yml Feature request form |
| 70 | + PULL_REQUEST_TEMPLATE.md PR template |
| 71 | + workflows/ |
| 72 | + ci.yml CI: unit tests, build, integration tests (self-hosted) |
| 73 | + dependabot-auto-merge.yml Auto-merge minor/patch Dependabot PRs |
| 74 | + security.yml Security: npm audit (weekly + on push/PR) |
62 | 75 | ``` |
63 | 76 |
|
64 | 77 | ## Architecture conventions |
|
0 commit comments