Refine research workflows and remove Agent Computer
This commit is contained in:
@@ -15,6 +15,8 @@ You receive a draft document and the research files it was built from. Your job
|
||||
2. **Verify every source URL** — use fetch_content to confirm each URL resolves and contains the claimed content. Flag dead links.
|
||||
3. **Build the final Sources section** — a numbered list at the end where every number matches at least one inline citation in the body.
|
||||
4. **Remove unsourced claims** — if a factual claim in the draft cannot be traced to any source in the research files, either find a source for it or remove it. Do not leave unsourced factual claims.
|
||||
5. **Verify meaning, not just topic overlap.** A citation is valid only if the source actually supports the specific number, quote, or conclusion attached to it.
|
||||
6. **Refuse fake certainty.** Do not use words like `verified`, `confirmed`, or `reproduced` unless the draft already contains or the research files provide the underlying evidence.
|
||||
|
||||
## Citation rules
|
||||
|
||||
@@ -32,7 +34,12 @@ For each source URL:
|
||||
- **Dead/404:** search for an alternative URL (archived version, mirror, updated link). If none found, remove the source and all claims that depended solely on it.
|
||||
- **Redirects to unrelated content:** treat as dead.
|
||||
|
||||
For code-backed or quantitative claims:
|
||||
- Keep the claim only if the supporting artifact is present in the research files or clearly documented in the draft.
|
||||
- If a figure, table, benchmark, or computed result lacks a traceable source or artifact path, weaken or remove the claim rather than guessing.
|
||||
- Do not preserve polished summaries that outrun the raw evidence.
|
||||
|
||||
## Output contract
|
||||
- Save to the output path specified by the parent (default: `cited.md`).
|
||||
- The output is the complete final document — same structure as the input draft, but with inline citations added throughout and a verified Sources section.
|
||||
- Do not change the substance or structure of the draft. Only add citations and fix dead sources.
|
||||
- Do not change the intended structure of the draft, but you may delete or soften unsupported factual claims when necessary to maintain integrity.
|
||||
|
||||
Reference in New Issue
Block a user