Overhaul Feynman harness: streamline agents, prompts, and extensions
Remove legacy chains, skills, and config modules. Add citation agent, SYSTEM.md, modular research-tools extension, and web-access layer. Add ralph-wiggum to Pi package stack for long-running loops. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -4,11 +4,8 @@ description: Compare a paper's claims against its public codebase and identify m
|
||||
Audit the paper and codebase for: $@
|
||||
|
||||
Requirements:
|
||||
- Prefer the `researcher` subagent for evidence gathering and the `verifier` subagent for the mismatch pass when the audit is non-trivial.
|
||||
- Identify the canonical paper first with `alpha_search` and `alpha_get_paper`.
|
||||
- Extract implementation-sensitive claims with `alpha_ask_paper`.
|
||||
- If a public repo exists, inspect it with `alpha_read_code`.
|
||||
- Compare claimed methods, defaults, metrics, and data handling against the repository.
|
||||
- Use the `researcher` subagent for evidence gathering and the `citation` subagent to verify sources and add inline citations when the audit is non-trivial.
|
||||
- Compare claimed methods, defaults, metrics, and data handling against the actual code.
|
||||
- Call out missing code, mismatches, ambiguous defaults, and reproduction risks.
|
||||
- End with a `Sources` section containing paper and repository URLs.
|
||||
- Save exactly one audit artifact to `outputs/` as markdown.
|
||||
- End with a `Sources` section containing paper and repository URLs.
|
||||
|
||||
Reference in New Issue
Block a user