-
Notifications
You must be signed in to change notification settings - Fork 79
Expand file tree
/
Copy path.gitignore
More file actions
114 lines (95 loc) · 3.78 KB
/
Copy path.gitignore
File metadata and controls
114 lines (95 loc) · 3.78 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
.DS_Store
Thumbs.db
*.swp
*.swo
*~
.idea/
.vscode/
*.code-workspace
.env
.env.*
!.env.example
node_modules/
dist/
build/
*.log
coverage/
.cache/
tmp/
.sisyphus/
.opencode/
.claude/
local-ignore/
.planning/
# Dashboard build artifacts
packages/dashboard/dist/
packages/dashboard/node_modules/
packages/dashboard/src-tauri/target/
# Plugin README is copied from root at release time
packages/plugin/README.md
.bg-shell/
# Keep only the final animation; iteration folders stay local
packages/plugin/docs/animation[0-9]*/
.pi/
# Local agent task outputs / scratch state.
# Selectively expose .alfonso/release-notes/ — CI reads it for release body
# + Discord announcement. Must use `.alfonso/*` rather than `.alfonso/` so
# git descends into the directory and can re-include nested paths.
.alfonso/*
!.alfonso/release-notes/
# Prompt/model experiment harnesses (model-dispatch, replay, migration validation).
# Kept on disk for reuse but excluded from git + CI typecheck: they intentionally
# track in-flight prompt/signature shapes that drift faster than production src,
# so committing them would couple CI to experiment state. Production generators
# (scripts/build-*.ts) stay tracked — they are wired into release.sh.
packages/plugin/scripts/experiments/
scripts/experiments/
# Same experiment harnesses when dropped at scripts/ root (not under experiments/).
packages/plugin/scripts/lib/
packages/plugin/scripts/claude-oauth.ts
packages/plugin/scripts/dump-historian-view.ts
packages/plugin/scripts/replay-historian.ts
packages/plugin/scripts/test-historian-prompt.ts
# CodeGraph index (local tree-sitter knowledge graph; rebuilt on demand).
.codegraph/
# Local scratch directories — checkouts dropped here for one-off lookups
.tmp-*/
# Dogfooding: Magic Context runs on its own repo and writes runtime
# artifacts (historian dumps) + a fenced .gitignore under .cortexkit/.
# This is local runtime state, never source.
.cortexkit/
# Internal SUBC-migration design docs / specs (not public)
docs/cache-policy/
docs/specs/
# Rust workspace build output
/target
# Keep the reproducible visual-memory v3 inputs and latest report while leaving
# generated model responses and PNG trial artifacts local.
!packages/plugin/scripts/experiments/
!packages/plugin/scripts/experiments/visual-memory/
!packages/plugin/scripts/experiments/visual-memory/run-palace-trial.ts
!packages/plugin/scripts/experiments/visual-memory/corpus/
packages/plugin/scripts/experiments/visual-memory/corpus/*
!packages/plugin/scripts/experiments/visual-memory/trials/
packages/plugin/scripts/experiments/visual-memory/trials/*
!packages/plugin/scripts/experiments/visual-memory/trials/REPORT.md
# Palace experiment outputs derive from the real project memory pool — never public.
packages/plugin/scripts/experiments/visual-memory/palace.txt
packages/plugin/scripts/experiments/visual-memory/coverage.json
packages/plugin/scripts/experiments/visual-memory/spec-*.json
packages/plugin/scripts/experiments/visual-memory/TRIAL-REPORT.md
# Local experiment scratch under scripts/experiments/ — dev-only harnesses and
# their outputs, several run against REAL session/memory data and must never be
# tracked. The visual-memory harness CODE is tracked explicitly; everything else
# here stays local.
packages/plugin/scripts/experiments/gap-heal/
packages/plugin/scripts/experiments/language/
packages/plugin/scripts/experiments/maintain-memory/
packages/plugin/scripts/experiments/primers/
packages/plugin/scripts/experiments/smart-drops/
packages/plugin/scripts/experiments/caveman/
packages/plugin/scripts/experiments/bench-local-embed.ts
packages/plugin/scripts/experiments/issue-195-repro.mjs
packages/plugin/scripts/experiments/visual-memory/render-trimmed-memories.ts
packages/plugin/scripts/experiments/visual-memory/trials/REPORT.md
packages/plugin/scripts/mural-test-output/