-
-
Notifications
You must be signed in to change notification settings - Fork 81
Expand file tree
/
Copy path.gitignore
More file actions
124 lines (99 loc) · 2.76 KB
/
Copy path.gitignore
File metadata and controls
124 lines (99 loc) · 2.76 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
# Runtime state (regenerated automatically)
.claude/circuit-breaker-state.json
.claude/compact-state.json
.claude/harness.json
.claude/consent-*.json
.claude/settings.json
.claude/settings.local.json
.claude/agent-context/
# Per-project scaffolded state (created by init-project hook)
.citadel/*
!.citadel/project.md
!.citadel/project.template.md
# Desktop app (experimental, not production-ready)
apps/
# Coordination (ephemeral, per-session)
.planning/coordination/instances/*.json
.planning/coordination/claims/*.json
.planning/discoveries/
.planning/workspace/
.worktrees/
# Telemetry logs and runtime state
.planning/telemetry/
.planning/acquisition/
.planning/doc-sync/
.planning/pr-readiness/
.planning/next-actions/
.planning/approval-capsules/
.planning/operator-console/
.planning/stack-readiness/
.planning/usefulness-trial/
.planning/operating-proof/
.planning/loops/
.planning/operation-forks/
.planning/product-proof/
# Screenshots (generated by /live-preview and local verification scripts)
.planning/screenshots/
docs/*.png
docs/*.jpg
docs/take-screenshots.js
# Verification results (test artifacts, not user-facing)
.planning/verification/
# Generated codebase map cache
.planning/map/
# Codex app-server capture/dashboard artifacts
.planning/app-server/
.planning/artifacts/
# Benchmark run results (generated by skill-bench.js --execute)
.planning/benchmark-results/
# No-op audit verdicts (generated by noop-judge.js)
.planning/noop-audit/
# Live steward proof artifacts (generated by live-github-steward-proof.js)
.planning/live-proof/
# Session handoffs (generated by quality-gate hook)
.planning/handoffs/
# Research outputs (generated by /research and /research-fleet)
.planning/research/*
!.planning/research/.gitkeep
# Improvement logs (operational data, not user-facing)
.planning/improvement-logs/
# Fleet session state (operational, not examples)
.planning/fleet/session-*.md
.planning/fleet/briefs/wave*.md
# Daemon state
.planning/daemon.json
.planning/daemon-runs.log
.planning/watch-state.json
# Node
node_modules/
npm-debug.log*
# OS
.DS_Store
Thumbs.db
# Environment
.env
.env.local
.env.*.local
# Local planning notes (roadmaps, drafts -- not for public repo)
.planning/roadmap/
CITADEL-STATE.md
# Codex runtime state (local, like .citadel/)
.codex/
.codex-remote-attachments/
.codex-plugin/*
!.codex-plugin/
!.codex-plugin/plugin.json
# Agent runtime state
.agents/*
!.agents/plugins/
.agents/plugins/*
!.agents/plugins/marketplace.json
# JourneyKit distribution (private -- funnels users back to Citadel, not for public repo)
.planning/journeykits/
# Internal source analysis and private cloud/strategy docs
_cc_source/
Analysis-of-source.md
docs/cloud-integration.md
docs/cloud/
# Internal planning and design documents (not user-facing)
docs/FACELIFT_PLAN.md