Skip to content

Commit ccf145c

Browse files
committed
docs: add .github/ structure to AGENTS.md project structure
Closes #45 Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
1 parent c3801a9 commit ccf145c

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

AGENTS.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ test/
4646
batchApply.test.ts Batch template and operation count parsing (10 tests)
4747
binary.test.ts Binary discovery, managed install, compatibility, workspace env (38 tests)
4848
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)
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)
5252
outputChannel.test.ts Output channel logging wrapper (13 tests)
@@ -59,6 +59,19 @@ test/
5959
extension.test.ts ExTester UI tests (status bar, command palette)
6060
scripts/
6161
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)
6275
```
6376

6477
## Architecture conventions

0 commit comments

Comments
 (0)