-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path.gitignore
More file actions
29 lines (23 loc) · 985 Bytes
/
Copy path.gitignore
File metadata and controls
29 lines (23 loc) · 985 Bytes
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
.DS_Store
# Local Claude Code session data
.claude/
# Playwright review artifacts
.playwright-mcp/
# Eval run-output trees: regenerable skill-creator outputs, not plugin content,
# and excluded from both hosts' plugin bundles. The eval *definitions*
# (plugins/*/skills/*/evals/) stay tracked.
plugins/*/skills/*-workspace/
# Ad-hoc screenshots at repo root (site screenshots live in site/src/assets/)
/*.png
/*.jpg
# private (for now?) potential next action notes
TODO.md
# Research tree. Publishes: the exploration docs, the dispatcher prototype,
# and each experiment's RESULTS.md writeup. Hides everything else under
# experiments/ — copied source, generated proofs, raw LLM runs, overlay
# manifests with absolute paths, logs — which would leak the private
# case-study app ("Threadkeeper") this research was run against.
docs/research/threadkeeper-recommendations.md
docs/research/**/node_modules/
docs/research/experiments/*/**
!docs/research/experiments/*/RESULTS.md