|
1
|
data/ |
|
2
|
deploy/compose/.env |
|
3
|
.gocache/ |
|
4
|
bin/* |
|
5
|
!bin/.gitkeep |
|
6
|
*.log |
|
7
|
*.pid |
|
8
|
scuttlebot.yaml |
|
9
|
.scuttlebot.yaml |
|
10
|
tests/e2e/ |
|
11
|
tmp-*.sh |
|
12
|
REPORT.md |
|
13
|
coverage.out |
|
14
|
test-results/ |
|
15
|
|
|
16
|
# Compiled binaries (root-level only) |
|
17
|
/claude-agent |
|
18
|
/claude-relay |
|
19
|
/codex-agent |
|
20
|
/codex-relay |
|
21
|
/gemini-relay |
|
22
|
/scuttlebot |
|
23
|
/scuttlectl |
|
24
|
|