Stage Spec.Bad Predicate Kind

_archivetestjson
Path: _archive/loom-stale-pre-sprint-snapshot/tests/fixtures/invalid/stage-spec.bad-predicate-kind.jsonRelative: loom-stale-pre-sprint-snapshot/tests/fixtures/invalid/stage-spec.bad-predicate-kind.jsonSubproject: _archiveCategory: archived
Lines: 13Bytes: 413Imports: 0Exports: 0has tests

Content Preview

  1. {
  2. "stage_id": "stg_a1b2c3d4e5f6",
  3. "goal_id": "goal_a1b2c3d4e5f6",
  4. "objective": "Done criterion uses a non-machine-evaluable kind.",
  5. "done_criteria": [
  6. { "predicate_id": "p1", "kind": "looks_good_to_me", "expr": "vibes" }
  7. ],
  8. "failure_modes": [],
  9. "escalation": { "m_override": null },
  10. "variety_class": "codegen",
  11. "budget_defaults": { "b_tokens": 80000, "b_calls": 40, "b_wallclock_s": 900 }
  12. }