-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitignore
More file actions
171 lines (153 loc) · 3.89 KB
/
Copy path.gitignore
File metadata and controls
171 lines (153 loc) · 3.89 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
node_modules/
dist/
outputs/
.pubprep/
*.tsbuildinfo
*.swp
*.swo
*.log
!evidence/baseline-v8.0.3/*.log
.DS_Store
test-output.txt
.env
.env.*
!.env.example
plans/
test-plans/
test-runs/
test-proof/
runs/
# Runtime artifacts (avoid committing local execution evidence)
reports/
knowledge-base.json
proof/
.quickfix/
.context/
.locks/
# Run artifacts under .swarm/ are gitignored; project-level audit
# config is committed (consumer repos commit theirs too).
.swarm/*
!.swarm/audit-config.yaml
comparison-runs/
# Key material (just in case)
*.pem
*.key
*.p12
*.pfx
service-account*.json
# Copilot instructions contain internal prompts, not for public
.github/copilot-instructions.md
.github/v7-overhaul-plan.md
.github/v7-implementation-guide.md
.github/cso-upgrade-plan.md
.github/cso-upgrade.md
# Internal planning, design, and phase-tracking docs (not for public repo)
OPTIMIZATION-PLAN.md
OPTIMIZATION-REPORT.md
swarm-orchestrator-optimization-plan.md
coding-optimization-report.md
DECISIONS.md
# Dev.to / launch-post drafts (kept locally, never published from the repo)
devto-*.md
docs/v8-implementation-guide.md
docs/v8-overhaul-guide.md
docs/v8-architecture-deviations.md
docs/v8-reuse-audit.md
docs/v8-phase-*.md
docs/v8-e2e/
docs/benchmarks/
docs/p1-eval-fixtures/
docs/known-gaps.md
docs/finding-shapes.md
docs/adapter-integration.md
docs/falsification-battery-current.md
docs/output-spec.md
docs/v6-to-v7-migration.md
# Internal phase evidence (test fixtures under evidence/fixtures/ stay)
evidence/phase*/
evidence/2026-*/
# Phase 2 parity captures are committed as evidence alongside their sub-cut.
!evidence/phase-2-parity/
!evidence/phase-2-parity/**
# Phase 3 parity captures are committed as evidence alongside their sub-cut.
!evidence/phase-3-parity/
!evidence/phase-3-parity/**
# Local MCP config and gate output artifacts
.mcp.json
quality-gates.json
quality-gates.md
!docs/quality-gates.md
# Security review (internal only, never push)
.github/security-recommendations.md
.copilot-instructions.md
# Internal benchmarks (contains competitive analysis, not for public)
docs/orchestrator-copilot-benchmarks.md
__pycache__/
.venv/
venv/
# Coverage / pytest artifacts
.pytest_cache/
.coverage
coverage_html/
coverage.json
.cache/
IMPROVEMENTS.md
OCR-UPDATE-PLAN.md
E2E-EVIDENCE.md
.vscode/
TEST_COVERAGE_REPORT.md
RELEASE-NOTES-v*-alpha*.md
# Open Code Review runtime artifacts and per-developer state
.ocr/data/
.ocr/sessions/
.ocr/cli-config.json
.ocr/reviewers-meta.json
.ocr/skills/
.ocr/commands/
*.db-shm
*.db-wal
# Claude Code per-developer settings
.claude/settings.local.json
# Constraint-binding fixtures, regenerated from SOURCES.md on demand
/benchmarks/constraint-binding/fixtures/
/benchmarks/constraint-binding/.cache/
# Generated demo scaffolds (produced by orchestrator runs)
/app/
/calculator/
/calculations-api/
/examples/completed-run/
/logtail/
/notes-api/
/tictactoe/
/web/
src/*.egg-info/
.codex
benchmarks/swe-bench/results/*.json
benchmarks/swe-bench/results/*.jsonl
benchmarks/swe-bench/results/interrupted-*/
benchmarks/swe-bench/instances-smoke-*.json
*.tmp.json
*-verification.txt
# Verification harness artifacts (round-1, round-2, etc.)
verification-runs/
# Plugin agent build artifacts
plugin/agents/*.agent.md
# Benchmark raw run data
benchmarks/harness/raw_data/*/run-*/
benchmarks/harness/raw_data/runs-*/
benchmarks/harness/raw_data/*/metrics.jsonl
benchmarks/harness/statistical_summary.md
benchmarks/falsification-corpus/results/
benchmarks/swe-bench/results/eval-*.json
docs/media/
docs/p1-eval-fixtures/eval-output/
test/*.map
tmp/
scripts/real-prs/eslint-runner/node_modules/
_site/
# The packed CLI copied into the campaign image build context; built, never committed
campaign/images/*.tgz
# Campaign working trees and per-run output; the committed corpus is campaign/corpus
campaign/work/
# The rendered review page is drawn from the ledger beside it and the verifier never reads it
campaign/corpus/**/review.html