checkpoints.yaml yaml
28 lines 579 B
Raw
sha256:4671b7f787ddbe63ced31c895b688c77ab495653b65a730b423329f26b3c1439 feat: K1-P1 complete — agent provenance, build-verification… Sonnet 4.6 patch 54 days ago
1 version: 1
2 placeholder_tokens:
3 - PLACEHOLDER_TOKEN
4
5 steps:
6 alpha:
7 verify_script: scripts/verify/verify_alpha.py
8 description: first fixture step
9 beta:
10 verify_script: scripts/verify/verify_beta.py
11 description: second fixture step with artifact hash
12 gamma:
13 verify_script: scripts/verify/verify_gamma_fail.py
14 description: failing fixture step
15
16 templates:
17 two_step:
18 steps: [alpha, beta]
19 three_step:
20 steps: [alpha, beta, gamma]
21 broken_unused:
22 steps: [missing_step]
23
24 overrides:
25 default:
26 domain: fixture
27 two_step:
28 slug: demo
File History 1 commit
sha256:4671b7f787ddbe63ced31c895b688c77ab495653b65a730b423329f26b3c1439 feat: K1-P1 complete — agent provenance, build-verification… Sonnet 4.6 patch 54 days ago