recovery_checkpoints.json 1.1 KB

12345678910111213141516171819202122232425
  1. {
  2. "schema_version": "script-build-checkpoint-fixtures/v1",
  3. "checkpoints": {
  4. "direction": {
  5. "boundary": "PHASE_ONE_CAPABILITY_BOUNDARY",
  6. "accepted_task_kinds": ["decode-retrieval", "direction"],
  7. "input_snapshot_digest": "sha256:1111111111111111111111111111111111111111111111111111111111111111"
  8. },
  9. "structure": {
  10. "boundary": "STRUCTURE_ACCEPTED",
  11. "accepted_task_kinds": ["direction", "structure"],
  12. "input_snapshot_digest": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
  13. },
  14. "portfolio": {
  15. "boundary": "PHASE_TWO_CANDIDATE_PORTFOLIO_READY",
  16. "accepted_task_kinds": ["direction", "structure", "paragraph", "compose", "candidate-portfolio"],
  17. "input_snapshot_digest": "sha256:3333333333333333333333333333333333333333333333333333333333333333"
  18. },
  19. "root": {
  20. "boundary": "ROOT_ACCEPTED",
  21. "accepted_task_kinds": ["direction", "candidate-portfolio", "root-delivery"],
  22. "input_snapshot_digest": "sha256:4444444444444444444444444444444444444444444444444444444444444444"
  23. }
  24. }
  25. }