|
54 | 54 | "skills/_style.md", "skills/_bootstrap_skill.md", "skills/README.md", |
55 | 55 | "skills/start-new-project*", "skills/contribute-upstream*", |
56 | 56 | "sources.yaml", "sources/*", # the source-registry pattern |
57 | | - "autoassistant/*", # API gate + wiki-currency tooling |
| 57 | + "autoassistant/*", # API gate + wiki-currency + benchmark tooling |
| 58 | + "benchmarks/AGENTS.md", # benchmark run/record contract |
58 | 59 | ".github/*", # wiki-currency / citation workflows |
59 | 60 | "wiki/README.md", "wiki/project/*", # project wiki rules + profile template |
60 | 61 | "scripts/AGENTS.md", "scripts/CLAUDE.md", |
|
71 | 72 | "dataset/*", |
72 | 73 | "README.md", # science framing + the three example prompts |
73 | 74 | "hpc/*", |
| 75 | + "benchmarks/prompts/*", # prompt cards — a new domain writes its own |
| 76 | + # Per-clone data: a newborn starts with empty runs/ and regenerates |
| 77 | + # RESULTS.md (benchmark.py report) — never copied, so "regenerate or stub". |
| 78 | + "benchmarks/runs/*", "benchmarks/RESULTS.md", |
74 | 79 | ] |
75 | 80 | MIXED_PATTERNS = [ |
76 | 81 | "llms.txt", "llms-full.txt", |
77 | 82 | "config/*", |
| 83 | + "benchmarks/README.md", # protocol generic, benchmark table domain |
78 | 84 | ] |
79 | 85 |
|
80 | 86 | ACTIONS = { |
|
0 commit comments