-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy path.gitignore
More file actions
80 lines (69 loc) · 2.09 KB
/
Copy path.gitignore
File metadata and controls
80 lines (69 loc) · 2.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
node_modules/
.swarm/
.tmp/
tmp/
packages/
.newsroom/
# PlanSyncWorker test temp directories
.test-plan-sync-*/
# Gate workflow test directories
gate-workflow-test-*/
# Adversarial detector test temp directories
.test-adversarial-*/
# Test output artifacts
test-results.xml
test_output.txt
test_results.txt
lint_output.txt
violations.txt
# Coverage reports (generated by `bun run test:coverage` / `bun run coverage`)
/coverage/
# Swarm scratch/context files
ctx_*.txt
# Windows null device redirect artifacts
nul
# Spurious test-created directories
undefined/
syntax-check-test-*/
# Session trajectory recordings
trajectories/
# Test output artifacts (numbered variants)
testlog*.txt
test_result*.txt
dist-build-test/
# Build output: generated by `bun run build`, no longer committed (#1047).
# Root-anchored so nested `dist/` test fixtures are not accidentally ignored.
/dist/
# Swarm phase spec/planning scratch files (root-level only, not docs/releases/)
/v6.*-*.md
/v6.*.md
# Test artifact directories created at project root by path-validation tests
.temp-test-*/
output_*.js
# Task gate evidence (runtime, not committed)
.swarm/evidence/
# Root-level checkpoint artifacts (export-only, not runtime source of truth)
/SWARM_PLAN.md
/SWARM_PLAN.json
# npm lockfile — project uses bun.lock
package-lock.json
# Perplexity MCP log (locked by process, never commit)
perplexity.log
# Generated repo graph (contains absolute workspace paths — local artifact)
repo-graph.json
# drift-check report (generated by scripts/drift-check.ts / CI)
drift-report.md
# Claude Code session artifacts (investigation traces, event logs, local settings)
events.jsonl
.claude/issue-traces/
# Swarm durable-session-state task artifacts (review verdicts, gates.md) — runtime, never commit
.claude/session/tasks/
.codex/issue-traces/
.Codex/issue-traces/
# Unified issue-tracer trace root (v2) — runtime evidence under the tracked .agents/ tree, never commit
.agents/issue-traces/
.zcode/issue-traces/
# ZCode session artifacts (investigation traces, swarm-mode state)
.zcode/
# graphify exploration output (local, transient)
graphify-out/