-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
64 lines (53 loc) · 1.28 KB
/
Copy path.gitignore
File metadata and controls
64 lines (53 loc) · 1.28 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
# Build artifacts (embedded skill bundles produced by build/embed-skills.py)
agents/*/_built/
# Evidence directories from validation runs (large; per-run)
.evidence/
e2e-evidence/
# Validation harness outputs
.shannon/runs/
.shannon/logs/
.shannon/cache/
# Working planning files (PLAN.md intermediates — keep SUMMARY.md only)
.planning/phases/**/PLAN.md
.planning/phases/**/RESEARCH.md
.planning/phases/**/FINDINGS.md
.planning/scratchpad/
.continue-here*.md
# OS / editor
.DS_Store
*.swp
*~
.idea/
.vscode/
__pycache__/
*.pyc
# Local config
.env
.env.*
!.env.example
# Tmux harness state (per-run, ephemeral)
scripts/harness/_state/
scripts/harness/_logs/
# Skills-10x harness evidence + probe transcripts (per-run, ephemeral).
# Captures real `claude -p --debug` stdout/debug/meta which may contain auth
# tokens, env vars, paths, session secrets. NEVER commit. NEVER `git add -f`.
.skills10x/
# Local agent tool-state cruft (never part of the plugin surface)
.omc/
.a5c/
.mimirs/
# Session tool artifacts (not plugin surface)
.remember/
.claude/
# Other-plugin sentinels + runtime state (not Shannon plugin surface)
.anneal/
.crucible/
.shannon/
.understand-anything/
.serena/
.in_use/
.prompts/
.v7/
# Per-run consolidation evidence + working plans (large; not shipped surface)
evidence/
plans/