1015 B
1015 B
description
| description |
|---|
| Prime with foundational context for the fusion-harness Pi extension repo |
Purpose
Orient yourself in fusion-harness: a clean-room Pi coding-agent extension that fuses two frontier models (ARCHITECT plans/fuses/validates, BUILDER builds) behind three slash commands, with a strict two-column output DX.
Workflow
- Run
git ls-files | sortto see the full tree - Read
README.mdfor the repo-level overview — it covers the commands, flags, host-as-builder architecture, gate loop, and the two-column DX contract - Note
extensions/fusion-harness/is RUNTIME ONLY: the .ts plus the prompt files it loads. Docs live at the root README - Read
justfilefor the run recipes and model configuration (WORKHORSE test pair vs SOTA fable/sol pair) - Glob
extensions/fusion-harness/*_PROMPT_*.mdand skim 1-2 to see how default prompts are externalized with{{VAR}}interpolation - Summarize your understanding of the project: purpose, stack, structure, key files, and entry points