Refine research workflows and remove Agent Computer
This commit is contained in:
@@ -181,53 +181,3 @@ export async function pathExists(path: string): Promise<boolean> {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
export function buildProjectAgentsTemplate(): string {
|
||||
return `# Feynman Project Guide
|
||||
|
||||
This file is read automatically at startup. It is the durable project memory for Feynman.
|
||||
|
||||
## Project Overview
|
||||
- State the research question, target artifact, target venue, and key datasets or benchmarks here.
|
||||
|
||||
## AI Research Context
|
||||
- Problem statement:
|
||||
- Core hypothesis:
|
||||
- Closest prior work:
|
||||
- Required baselines:
|
||||
- Required ablations:
|
||||
- Primary metrics:
|
||||
- Datasets / benchmarks:
|
||||
|
||||
## Ground Rules
|
||||
- Do not modify raw data in \`Data/Raw/\` or equivalent raw-data folders.
|
||||
- Read first, act second: inspect project structure and existing notes before making changes.
|
||||
- Prefer durable artifacts in \`notes/\`, \`outputs/\`, \`experiments/\`, and \`papers/\`.
|
||||
- Keep strong claims source-grounded. Include direct URLs in final writeups.
|
||||
|
||||
## Current Status
|
||||
- Replace this section with the latest project status, known issues, and next steps.
|
||||
|
||||
## Session Logging
|
||||
- Use \`/log\` at the end of meaningful sessions to write a durable session note into \`notes/session-logs/\`.
|
||||
|
||||
## Review Readiness
|
||||
- Known reviewer concerns:
|
||||
- Missing experiments:
|
||||
- Missing writing or framing work:
|
||||
`;
|
||||
}
|
||||
|
||||
export function buildSessionLogsReadme(): string {
|
||||
return `# Session Logs
|
||||
|
||||
Use \`/log\` to write one durable note per meaningful Feynman session.
|
||||
|
||||
Recommended contents:
|
||||
- what was done
|
||||
- strongest findings
|
||||
- artifacts written
|
||||
- unresolved questions
|
||||
- next steps
|
||||
`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user