Skip to content

Commit 274282f

Browse files
authored
Merge pull request #79 from PyAutoLabs/feature/assistant-benchmarks
feat: classify the assistant benchmarks/ package in the clone partition
2 parents ee68a97 + 8d4575c commit 274282f

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

agents/conductors/clone/_clone.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
"skills/_style.md", "skills/_bootstrap_skill.md", "skills/README.md",
5555
"skills/start-new-project*", "skills/contribute-upstream*",
5656
"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
5859
".github/*", # wiki-currency / citation workflows
5960
"wiki/README.md", "wiki/project/*", # project wiki rules + profile template
6061
"scripts/AGENTS.md", "scripts/CLAUDE.md",
@@ -71,10 +72,15 @@
7172
"dataset/*",
7273
"README.md", # science framing + the three example prompts
7374
"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",
7479
]
7580
MIXED_PATTERNS = [
7681
"llms.txt", "llms-full.txt",
7782
"config/*",
83+
"benchmarks/README.md", # protocol generic, benchmark table domain
7884
]
7985

8086
ACTIONS = {

0 commit comments

Comments
 (0)