BID · Console
Baseline · Intelligence · Decision
src/agents/baseline/source-extraction/runbook.ts 421 bytes · typescript
/**
 * Source/Extraction — runbook (Std 6).
 *
 * Re-exported from matrix.ts so the contract and the runtime read from
 * the same source of truth. Kept as its own file so the agent's
 * five-file layout matches its sibling agents.
 */

export { sourceExtractionContract as contract } from './matrix.js';
import { sourceExtractionContract } from './matrix.js';

export const runbook = sourceExtractionContract.runbook;