Goal State.Schema
Path:
_archive/loom-stale-pre-sprint-snapshot/src/contracts/goal-state.schema.jsonRelative: loom-stale-pre-sprint-snapshot/src/contracts/goal-state.schema.jsonSubproject: _archiveCategory: archivedLines: 82Bytes: 3,193Imports: 0Exports: 0
Content Preview
- {
- "$schema": "http://json-schema.org/draft-07/schema#",
- "$id": "https://leverageai.network/schemas/loom/goal-state.json",
- "title": "GoalState",
- "type": "object",
- "required": ["goal_id", "original_spec", "spec_hash", "omega", "stages_completed",
- "stages_pending", "failing_invariants", "checkpoint", "tunables", "status"],
- "additionalProperties": false,
- "properties": {
- "goal_id": { "type": "string", "pattern": "^goal_[a-z0-9]{12}$" },
- "original_spec": {
- "t