Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion agents/conductors/clone/_clone.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@
"skills/_style.md", "skills/_bootstrap_skill.md", "skills/README.md",
"skills/start-new-project*", "skills/contribute-upstream*",
"sources.yaml", "sources/*", # the source-registry pattern
"autoassistant/*", # API gate + wiki-currency tooling
"autoassistant/*", # API gate + wiki-currency + benchmark tooling
"benchmarks/AGENTS.md", # benchmark run/record contract
".github/*", # wiki-currency / citation workflows
"wiki/README.md", "wiki/project/*", # project wiki rules + profile template
"scripts/AGENTS.md", "scripts/CLAUDE.md",
Expand All @@ -71,10 +72,15 @@
"dataset/*",
"README.md", # science framing + the three example prompts
"hpc/*",
"benchmarks/prompts/*", # prompt cards — a new domain writes its own
# Per-clone data: a newborn starts with empty runs/ and regenerates
# RESULTS.md (benchmark.py report) — never copied, so "regenerate or stub".
"benchmarks/runs/*", "benchmarks/RESULTS.md",
]
MIXED_PATTERNS = [
"llms.txt", "llms-full.txt",
"config/*",
"benchmarks/README.md", # protocol generic, benchmark table domain
]

ACTIONS = {
Expand Down