Probe Planner
Path:
loom-sprint-scaffold/loom/src/dispatcher/core/probe-planner.tsRelative: loom/src/dispatcher/core/probe-planner.tsSubproject: loom-sprint-scaffoldCategory: otherLines: 129Bytes: 4,290Imports: 6Exports: 2
Content Preview
- /**
- * H2.5 — Probe Planner.
- *
- * For stages with variety_class === "api_integration" AND no management-scope
- * behavior model in memory, prepend a read-only probe sub-stage:
- * - tools restricted to recoverable-only
- * - tiny budget
- * - done_criteria = one http_status predicate
- *
- * After probe execution, the I/O hypothesis is written as a MemoryRecord
- * with scope="management" via injected MemoryWriter (validated against schema).
- */
- import type { StageSpec, MemoryRecord, Predicate, Allo