@vela-science/canopus 0.7.0 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) hide show
  1. package/CHANGELOG.md +80 -0
  2. package/README.md +67 -145
  3. package/capsules/erdos1056-k15/bin/linux-arm64/{10428801-10429000 → 10429201-10429400}/verifier +0 -0
  4. package/capsules/erdos1056-k15/bin/linux-x86_64/{10428801-10429000 → 10429201-10429400}/verifier +0 -0
  5. package/compatibility.json +25 -0
  6. package/dist/src/{receipt/map.d.ts → candidate/finalize.d.ts} +2 -9
  7. package/dist/src/candidate/finalize.js +71 -0
  8. package/dist/src/cli.js +89 -195
  9. package/dist/src/contracts/mission.d.ts +1 -13
  10. package/dist/src/contracts/mission.js +4 -42
  11. package/dist/src/contracts/validation.d.ts +1 -25
  12. package/dist/src/contracts/validation.js +1 -95
  13. package/dist/src/engines/codex-tools-native.js +2 -2
  14. package/dist/src/index.d.ts +5 -34
  15. package/dist/src/index.js +4 -34
  16. package/dist/src/mission/prepare.d.ts +10 -1
  17. package/dist/src/mission/prepare.js +29 -30
  18. package/dist/src/product/coverage.d.ts +17 -0
  19. package/dist/src/product/coverage.js +137 -0
  20. package/dist/src/product/doctor.d.ts +1 -2
  21. package/dist/src/product/doctor.js +29 -8
  22. package/dist/src/product/profile.js +8 -2
  23. package/dist/src/product/replay.js +11 -12
  24. package/dist/src/product/run.d.ts +5 -9
  25. package/dist/src/product/run.js +17 -81
  26. package/dist/src/product/submission.d.ts +40 -0
  27. package/dist/src/product/submission.js +217 -0
  28. package/dist/src/product/submit.d.ts +22 -0
  29. package/dist/src/product/submit.js +264 -0
  30. package/dist/src/product/version.d.ts +2 -2
  31. package/dist/src/product/version.js +27 -4
  32. package/dist/src/projection/current-run.d.ts +12 -0
  33. package/dist/src/projection/current-run.js +94 -0
  34. package/dist/src/projection/failure.d.ts +17 -7
  35. package/dist/src/projection/failure.js +43 -12
  36. package/dist/src/projection/retained-mission.d.ts +6 -0
  37. package/dist/src/projection/retained-mission.js +41 -0
  38. package/dist/src/projection/retained-run.d.ts +7 -0
  39. package/dist/src/projection/retained-run.js +50 -0
  40. package/dist/src/run.d.ts +43 -34
  41. package/dist/src/run.js +34 -397
  42. package/dist/src/util/canonical.d.ts +1 -5
  43. package/dist/src/util/canonical.js +1 -53
  44. package/dist/src/vela/cli.d.ts +7 -42
  45. package/dist/src/vela/cli.js +102 -475
  46. package/dist/src/vela/types.d.ts +3 -19
  47. package/dist/src/verifier/run.js +1 -1
  48. package/dist/src/workspace/prepare.d.ts +1 -1
  49. package/dist/src/workspace/prepare.js +15 -15
  50. package/docs/EVALUATION.md +142 -0
  51. package/docs/MISSIONS.md +42 -80
  52. package/docs/RUN_RECORD.md +77 -99
  53. package/docs/adr/0010-nonmutating-runs-and-explicit-submission.md +191 -0
  54. package/missions/erdos1056-k15-next/mission.draft.json +10 -8
  55. package/package.json +18 -15
  56. package/profiles/{erdos1056-k15-10428801-10429000.json → erdos1056-k15-10429201-10429400.json} +10 -10
  57. package/schemas/failure.v1.json +17 -0
  58. package/schemas/mission.v0.json +3 -4
  59. package/schemas/mission.v1.json +7 -28
  60. package/schemas/{run.v1.json → run.v2.json} +58 -116
  61. package/schemas/submission-bundle.v1.json +63 -0
  62. package/toolchain.lock.json +31 -0
  63. package/capsules/formal-erdos-505-test-dim-one/verifier +0 -105
  64. package/capsules/quantum-10-1-4/verifier.py +0 -152
  65. package/capsules/sidon-a24/bin/linux-arm64/verifier +0 -0
  66. package/capsules/sidon-a24/bin/linux-x86_64/verifier +0 -0
  67. package/dist/src/engines/codex-exec.d.ts +0 -17
  68. package/dist/src/engines/codex-exec.js +0 -136
  69. package/dist/src/engines/codex-tool-free.d.ts +0 -26
  70. package/dist/src/engines/codex-tool-free.js +0 -213
  71. package/dist/src/projection/diagnostic.d.ts +0 -12
  72. package/dist/src/projection/diagnostic.js +0 -61
  73. package/dist/src/projection/public-run.d.ts +0 -59
  74. package/dist/src/projection/public-run.js +0 -106
  75. package/dist/src/projection/publication.d.ts +0 -36
  76. package/dist/src/projection/publication.js +0 -47
  77. package/dist/src/projection/run.d.ts +0 -95
  78. package/dist/src/projection/run.js +0 -173
  79. package/dist/src/receipt/map.js +0 -168
  80. package/dist/src/repair/plan.d.ts +0 -2
  81. package/dist/src/repair/plan.js +0 -22
  82. package/dist/src/roles.d.ts +0 -2
  83. package/dist/src/roles.js +0 -9
  84. package/missions/formal-erdos-505-test-dim-one-gpt56/mission.draft.json +0 -40
  85. package/missions/quantum-10-1-4-retry/mission.draft.json +0 -40
  86. package/missions/sidon-a24-at-least-7194-gpt56/mission.draft.json +0 -42
  87. package/missions/sidon-a24-at-least-7194-gpt56-v2/mission.draft.json +0 -42
  88. package/missions/sidon-a24-at-least-7194-gpt56-v3/mission.draft.json +0 -42
  89. package/profiles/formal-erdos-505-test-dim-one-gpt56.json +0 -35
  90. package/profiles/quantum-10-1-4-stabilizer-retry.json +0 -35
  91. package/profiles/sidon-a24-at-least-7194-gpt56-v2.json +0 -35
  92. package/profiles/sidon-a24-at-least-7194-gpt56-v3.json +0 -35
  93. package/profiles/sidon-a24-at-least-7194-gpt56.json +0 -35
  94. package/schemas/canopus.public-run.v1.json +0 -116
@@ -1,42 +0,0 @@
1
- {
2
- "id": "mission_sidon_a24_at_least_7194_gpt56_v2",
3
- "target": "auto",
4
- "frontier": ".",
5
- "actor": "agent:canopus-local",
6
- "role": "producer",
7
- "claim_type": "computational",
8
- "replayability": "exact",
9
- "objective": "Produce exactly one genuinely new Vela-native Sidon witness at artifacts/sidon-a24-gpt56-7194.witness.json and declare it as kind vela-witness. This repairs the first GPT-5.6 attempt's unavailable-input defect: the exact target packet now embeds the complete mechanically verified pending 7,193-point baseline in current_state.tracked_unaccepted_seed.encoded_points. Require its encoded_points_sha256 to equal sha256:cbf35310bafabb05a610e3e4e6ff3c5f5c60c5a80cb6821a3cde165b672c643a and its witness root to equal sha256:f3712b47633a239133b5e0491e68fffc85831b761c27402ba9de8057f09252e7 before using it. The packet also records the prior exact one-removal/two-addition exchange that improved 7,192 to 7,193. Do not return that existing witness or merely replay its already-known exchange. Design, implement, and execute a stronger bounded search capable of another net improvement, such as a broader 1-for-2 search on the 7,193 baseline, a 2-for-3 or larger conflict-hypergraph exchange, or another exact collision-preserving repair method. Temporary source and diagnostics may be created inside the worker workspace, but the only declared scientific artifact is the final witness. The artifact must be compact JSON with kind sidon, n 24, claimed_size at least 7194, and points as claimed_size distinct arrays of exactly 24 binary integers. Before reporting success, independently recheck the complete candidate by generating all m(m+1)/2 componentwise integer pair sums and confirming they are distinct. Report engine status success only after that check passes. If the bounded search does not find a valid improvement, return null with the strongest exact negative observations and no artifact. Do not claim maximality, classification, scientific acceptance, or a world record.",
10
- "completion_condition": "The separate frozen Vela verifier parses the declared witness, independently checks 24-bit distinctness and every unordered componentwise integer pair sum, binds the exact claim that a Sidon subset of {0,1}^24 with at least 7,194 elements exists, and exits zero in a network-denied, read-only container. Canopus then clean-clone replays the same artifact and verifier roots and Vela routes the Receipt to Defer with accepted-state delta zero.",
11
- "allowed_paths": [
12
- "artifacts/sidon-a24-gpt56-7194.witness.json"
13
- ],
14
- "budgets": {
15
- "max_research_wall_time_ms": 1800000,
16
- "max_research_processes": 16,
17
- "max_research_output_bytes": 16777216,
18
- "max_prompt_bytes": 2097152,
19
- "max_artifact_bytes": 1048576,
20
- "max_attempts": 1,
21
- "max_observed_tokens": 600000
22
- },
23
- "worker": {
24
- "model": "gpt-5.6-sol"
25
- },
26
- "verifier": {
27
- "argv": [
28
- "capsule/verifier",
29
- "--claim",
30
- "There exists a Sidon subset of {0,1}^24 with at least 7,194 elements.",
31
- "{artifact:artifacts/sidon-a24-gpt56-7194.witness.json}"
32
- ],
33
- "cwd": "targets",
34
- "timeout_ms": 300000,
35
- "max_output_bytes": 65536,
36
- "capsule_path": "capsule/verifier"
37
- },
38
- "scientific_chain": {
39
- "predicted_observable": "A newly produced set contains at least 7,194 distinct 24-bit points and all of its unordered componentwise integer pair sums are distinct.",
40
- "performed_test": "capsule/verifier --claim 'There exists a Sidon subset of {0,1}^24 with at least 7,194 elements.' artifacts/sidon-a24-gpt56-7194.witness.json"
41
- }
42
- }
@@ -1,42 +0,0 @@
1
- {
2
- "id": "mission_sidon_a24_at_least_7194_gpt56_v3",
3
- "target": "auto",
4
- "frontier": ".",
5
- "actor": "agent:canopus-local",
6
- "role": "producer",
7
- "claim_type": "computational",
8
- "replayability": "exact",
9
- "objective": "Retain and independently recheck the genuinely new 7,194-point Sidon construction discovered by GPT-5.6 in bounded Canopus run run_230412bc-01f4-4805-9152-7fc8f8a5b8e0. That discovery run was bound to target packet sha256:09977a08357cbe240c5a7f5c3ea8e5c7055d6b5d71bcfb5f947b49accee1a3a8 and baseline encoded_points_sha256 sha256:cbf35310bafabb05a610e3e4e6ff3c5f5c60c5a80cb6821a3cde165b672c643a. Its exact successful exchange removed baseline point index 72 and added the two new 24-bit points encoded as hexadecimal 970f25 and 246891. Reconstruct the candidate from the complete baseline embedded in current_state.tracked_unaccepted_seed.encoded_points, write exactly one artifact at artifacts/sidon-a24-gpt56-7194.witness.json, and declare it as kind vela-witness. The artifact must be compact JSON with kind sidon, n 24, claimed_size 7194, and points as 7,194 distinct arrays of exactly 24 binary integers. Before reporting success, independently regenerate all 7,194*7,195/2 unordered componentwise integer pair sums and confirm all 25,880,415 are distinct. Leave the complete artifact at its declared workspace path and use the workspace-backed handoff by returning an empty inline content field if the artifact is too large to inline. Report engine status success only after the complete check passes. This mission repairs the prior transport failure; it does not claim a second discovery. If reconstruction or the exact check fails, return failed with no artifact. Do not claim maximality, classification, scientific acceptance, or a world record.",
10
- "completion_condition": "The separate frozen Vela verifier parses the declared witness, independently checks 24-bit distinctness and every unordered componentwise integer pair sum, binds the exact claim that a Sidon subset of {0,1}^24 with at least 7,194 elements exists, and exits zero in a network-denied, read-only container. Canopus then clean-clone replays the same artifact and verifier roots and Vela routes the Receipt to Defer with accepted-state delta zero.",
11
- "allowed_paths": [
12
- "artifacts/sidon-a24-gpt56-7194.witness.json"
13
- ],
14
- "budgets": {
15
- "max_research_wall_time_ms": 600000,
16
- "max_research_processes": 12,
17
- "max_research_output_bytes": 16777216,
18
- "max_prompt_bytes": 2097152,
19
- "max_artifact_bytes": 1048576,
20
- "max_attempts": 1,
21
- "max_observed_tokens": 300000
22
- },
23
- "worker": {
24
- "model": "gpt-5.6-sol"
25
- },
26
- "verifier": {
27
- "argv": [
28
- "capsule/verifier",
29
- "--claim",
30
- "There exists a Sidon subset of {0,1}^24 with at least 7,194 elements.",
31
- "{artifact:artifacts/sidon-a24-gpt56-7194.witness.json}"
32
- ],
33
- "cwd": "targets",
34
- "timeout_ms": 300000,
35
- "max_output_bytes": 65536,
36
- "capsule_path": "capsule/verifier"
37
- },
38
- "scientific_chain": {
39
- "predicted_observable": "The GPT-5.6-discovered set contains exactly 7,194 distinct 24-bit points and all 25,880,415 unordered componentwise integer pair sums are distinct.",
40
- "performed_test": "capsule/verifier --claim 'There exists a Sidon subset of {0,1}^24 with at least 7,194 elements.' artifacts/sidon-a24-gpt56-7194.witness.json"
41
- }
42
- }
@@ -1,35 +0,0 @@
1
- {
2
- "schema": "canopus.profile.v2",
3
- "name": "formal-erdos-505-test-dim-one-gpt56",
4
- "target": "formal:erdos-505-test-dim-one",
5
- "target_packet_schema": "formal-conjectures.lean-proof-work.v1",
6
- "draft": "missions/formal-erdos-505-test-dim-one-gpt56/mission.draft.json",
7
- "draft_sha256": "sha256:dd066b636ed9261f73a6413a37d023b870a2ae8be7710954e9bb3368b77eddc5",
8
- "objective_sha256": "sha256:d9b480cf26a5d4481a00eb6da15b6805fe49dd00154e9906943fbd1dcb3667fb",
9
- "completion_condition_sha256": "sha256:75a9c7ce1f44f24e594b068beea5d4b26544331546435592a90b32c4363672fb",
10
- "allowed_artifacts_sha256": "sha256:6c95468a5b24366edf539b156bbf3651cff55c1b1aad2a752522d316e88882db",
11
- "budgets_sha256": "sha256:ac698d491f864a95be0e708029f538d532333920105ea5c28b56b45b6f639245",
12
- "replay_argv_sha256": "sha256:120e2870a3570cbcebca835bb30c3f4b016d9cbbaece13b269ce449b2dcdfd1e",
13
- "landing": {
14
- "expected_routes": ["defer"],
15
- "max_accepted_delta": 0
16
- },
17
- "platforms": {
18
- "darwin-arm64": {
19
- "worker_profile": "runtime/native-worker/config.toml",
20
- "worker_profile_sha256": "sha256:12b58762819481ad101e7a172a296224b6050a8a07a7431272e521a4102908da",
21
- "verifier_capsule": "capsules/formal-erdos-505-test-dim-one/verifier",
22
- "verifier_capsule_sha256": "sha256:c1ef5a0914e9d537d2acba2b74a27f139d37414629c7676937515e99438b58dd",
23
- "verifier_image": "ghcr.io/vela-science/canopus-formal-verifier@sha256:a9df828f9480d79e10a9707847fdf99a6a27287cf4281256d79f17be7f3d9f39",
24
- "verifier_platform": "linux/amd64"
25
- },
26
- "linux-x86_64": {
27
- "worker_profile": "runtime/native-worker/config-linux.toml",
28
- "worker_profile_sha256": "sha256:fddecc4b7458b91f6d55ae16b666d297ae7bcd1a2f5deeb6650dcea60fc0242c",
29
- "verifier_capsule": "capsules/formal-erdos-505-test-dim-one/verifier",
30
- "verifier_capsule_sha256": "sha256:c1ef5a0914e9d537d2acba2b74a27f139d37414629c7676937515e99438b58dd",
31
- "verifier_image": "ghcr.io/vela-science/canopus-formal-verifier@sha256:a9df828f9480d79e10a9707847fdf99a6a27287cf4281256d79f17be7f3d9f39",
32
- "verifier_platform": "linux/amd64"
33
- }
34
- }
35
- }
@@ -1,35 +0,0 @@
1
- {
2
- "schema": "canopus.profile.v2",
3
- "name": "quantum-10-1-4-stabilizer-retry",
4
- "target": "quantum:[[10,1,4]]",
5
- "target_packet_schema": "quantum-codes.stabilizer-work.v1",
6
- "draft": "missions/quantum-10-1-4-retry/mission.draft.json",
7
- "draft_sha256": "sha256:e19f77440210492229e77014766abda013ab08ae5d8780a1ba7ae88f299c6c9d",
8
- "objective_sha256": "sha256:bb432a7dedff4ed91facabc519f9d822988fe5a071342e6b1b7da15ab922e81e",
9
- "completion_condition_sha256": "sha256:3f8efa58f9262d0e7a5cf3c7357a52b41331c8de4996c8d46d4bc187893a2372",
10
- "allowed_artifacts_sha256": "sha256:17c9b63d133d87c3f8947805a414772597b99babcebdf95645c80a8357b67e35",
11
- "budgets_sha256": "sha256:af61ff3790f8a96491fecca0693b6498f89b87ae7f67cebdbe85bef1670c48a0",
12
- "replay_argv_sha256": "sha256:db20f2bd15f3bad1de911942247efbc190199d9d3683462a41723302b7ffacce",
13
- "landing": {
14
- "expected_routes": [
15
- "defer"
16
- ],
17
- "max_accepted_delta": 0
18
- },
19
- "platforms": {
20
- "darwin-arm64": {
21
- "worker_profile": "runtime/native-worker/config.toml",
22
- "worker_profile_sha256": "sha256:12b58762819481ad101e7a172a296224b6050a8a07a7431272e521a4102908da",
23
- "verifier_capsule": "capsules/quantum-10-1-4/verifier.py",
24
- "verifier_capsule_sha256": "sha256:7070364ac9017b597b7765efd772f68f543008b64217df4b0d43e72719527160",
25
- "verifier_image": "ghcr.io/vela-science/canopus-verifier@sha256:a6f354862f2a3f7d72eb99244c65fa8583c98b74e17e3d5ce6e31ef48aa16536"
26
- },
27
- "linux-x86_64": {
28
- "worker_profile": "runtime/native-worker/config-linux.toml",
29
- "worker_profile_sha256": "sha256:fddecc4b7458b91f6d55ae16b666d297ae7bcd1a2f5deeb6650dcea60fc0242c",
30
- "verifier_capsule": "capsules/quantum-10-1-4/verifier.py",
31
- "verifier_capsule_sha256": "sha256:7070364ac9017b597b7765efd772f68f543008b64217df4b0d43e72719527160",
32
- "verifier_image": "ghcr.io/vela-science/canopus-verifier@sha256:a6f354862f2a3f7d72eb99244c65fa8583c98b74e17e3d5ce6e31ef48aa16536"
33
- }
34
- }
35
- }
@@ -1,35 +0,0 @@
1
- {
2
- "schema": "canopus.profile.v2",
3
- "name": "sidon-a24-at-least-7194-gpt56-v2",
4
- "target": "sidon:a24-improve",
5
- "target_packet_schema": "sidon-frontier.a24-improvement-work.v1",
6
- "draft": "missions/sidon-a24-at-least-7194-gpt56-v2/mission.draft.json",
7
- "draft_sha256": "sha256:e48a3b7c839d24e65ce716265f15cdf0524039be51d2f0bfc7161c126d371d90",
8
- "objective_sha256": "sha256:3bfd95405a7cff86f473cf626c9e5ab7fc54e08747a8c0cbf540994c078b5c3e",
9
- "completion_condition_sha256": "sha256:7141926b5d72c01a817b80ad054e2e664e3c3d16c0b0531228036ad9fd082a86",
10
- "allowed_artifacts_sha256": "sha256:7ad061b9970829e7456088cb267e141dcabba592f45c086666e5df866735fe02",
11
- "budgets_sha256": "sha256:651b5fa8060b5b52269f957bba0319e72e9cc3cad74a053fc6206c1ec1679494",
12
- "replay_argv_sha256": "sha256:b2ad1c73f144ee0dee9707bb9fdf18cad65a6a9fdeac467fab50f2602dac6108",
13
- "landing": {
14
- "expected_routes": ["defer"],
15
- "max_accepted_delta": 0
16
- },
17
- "platforms": {
18
- "darwin-arm64": {
19
- "worker_profile": "runtime/native-worker/config.toml",
20
- "worker_profile_sha256": "sha256:12b58762819481ad101e7a172a296224b6050a8a07a7431272e521a4102908da",
21
- "verifier_capsule": "capsules/sidon-a24/bin/linux-arm64/verifier",
22
- "verifier_capsule_sha256": "sha256:7641fdaf11a3ad0c4110ade53b7d905c1ce1dae5a16234ed0d4e8d1dc79f548c",
23
- "verifier_image": "ghcr.io/vela-science/canopus-verifier@sha256:a6f354862f2a3f7d72eb99244c65fa8583c98b74e17e3d5ce6e31ef48aa16536",
24
- "verifier_platform": "linux/arm64"
25
- },
26
- "linux-x86_64": {
27
- "worker_profile": "runtime/native-worker/config-linux.toml",
28
- "worker_profile_sha256": "sha256:fddecc4b7458b91f6d55ae16b666d297ae7bcd1a2f5deeb6650dcea60fc0242c",
29
- "verifier_capsule": "capsules/sidon-a24/bin/linux-x86_64/verifier",
30
- "verifier_capsule_sha256": "sha256:799b6ba5afb372dd74abd7952b76640d19a2edca9fdd9c54aecb024de5e100cd",
31
- "verifier_image": "ghcr.io/vela-science/canopus-verifier@sha256:a6f354862f2a3f7d72eb99244c65fa8583c98b74e17e3d5ce6e31ef48aa16536",
32
- "verifier_platform": "linux/amd64"
33
- }
34
- }
35
- }
@@ -1,35 +0,0 @@
1
- {
2
- "schema": "canopus.profile.v2",
3
- "name": "sidon-a24-at-least-7194-gpt56-v3",
4
- "target": "sidon:a24-improve",
5
- "target_packet_schema": "sidon-frontier.a24-improvement-work.v1",
6
- "draft": "missions/sidon-a24-at-least-7194-gpt56-v3/mission.draft.json",
7
- "draft_sha256": "sha256:6cb1866832cba030d88bd15ae22c0b44766b859f34302320041f170ed02360e0",
8
- "objective_sha256": "sha256:479105be0f2b4d0f0dfc46ecdb36119f4f3231bc66b8e576ba8d1a61be3bea3f",
9
- "completion_condition_sha256": "sha256:7141926b5d72c01a817b80ad054e2e664e3c3d16c0b0531228036ad9fd082a86",
10
- "allowed_artifacts_sha256": "sha256:7ad061b9970829e7456088cb267e141dcabba592f45c086666e5df866735fe02",
11
- "budgets_sha256": "sha256:6c4d10a504e32935442feea296a4143d1e5769b0b8905939cd60a3a5d8aea40c",
12
- "replay_argv_sha256": "sha256:b2ad1c73f144ee0dee9707bb9fdf18cad65a6a9fdeac467fab50f2602dac6108",
13
- "landing": {
14
- "expected_routes": ["defer"],
15
- "max_accepted_delta": 0
16
- },
17
- "platforms": {
18
- "darwin-arm64": {
19
- "worker_profile": "runtime/native-worker/config.toml",
20
- "worker_profile_sha256": "sha256:12b58762819481ad101e7a172a296224b6050a8a07a7431272e521a4102908da",
21
- "verifier_capsule": "capsules/sidon-a24/bin/linux-arm64/verifier",
22
- "verifier_capsule_sha256": "sha256:7641fdaf11a3ad0c4110ade53b7d905c1ce1dae5a16234ed0d4e8d1dc79f548c",
23
- "verifier_image": "ghcr.io/vela-science/canopus-verifier@sha256:a6f354862f2a3f7d72eb99244c65fa8583c98b74e17e3d5ce6e31ef48aa16536",
24
- "verifier_platform": "linux/arm64"
25
- },
26
- "linux-x86_64": {
27
- "worker_profile": "runtime/native-worker/config-linux.toml",
28
- "worker_profile_sha256": "sha256:fddecc4b7458b91f6d55ae16b666d297ae7bcd1a2f5deeb6650dcea60fc0242c",
29
- "verifier_capsule": "capsules/sidon-a24/bin/linux-x86_64/verifier",
30
- "verifier_capsule_sha256": "sha256:799b6ba5afb372dd74abd7952b76640d19a2edca9fdd9c54aecb024de5e100cd",
31
- "verifier_image": "ghcr.io/vela-science/canopus-verifier@sha256:a6f354862f2a3f7d72eb99244c65fa8583c98b74e17e3d5ce6e31ef48aa16536",
32
- "verifier_platform": "linux/amd64"
33
- }
34
- }
35
- }
@@ -1,35 +0,0 @@
1
- {
2
- "schema": "canopus.profile.v2",
3
- "name": "sidon-a24-at-least-7194-gpt56",
4
- "target": "sidon:a24-improve",
5
- "target_packet_schema": "sidon-frontier.a24-improvement-work.v1",
6
- "draft": "missions/sidon-a24-at-least-7194-gpt56/mission.draft.json",
7
- "draft_sha256": "sha256:34ff550847aad6a4f832b9ef6ee5cff8901020d3e88291c3f9ba95ebc40368d4",
8
- "objective_sha256": "sha256:509eba95a790b0addd56f67179c9692f93d339db67c9a915b188d3feebc10f92",
9
- "completion_condition_sha256": "sha256:f5051ed38a914c9efcb677f5db5e49d1fa7f1186ad68e966e0e97f096880c2e7",
10
- "allowed_artifacts_sha256": "sha256:7ad061b9970829e7456088cb267e141dcabba592f45c086666e5df866735fe02",
11
- "budgets_sha256": "sha256:94337a17242923ff4c923a88dd101902ee244f09809faba1bcdf090bb0e4ff00",
12
- "replay_argv_sha256": "sha256:b2ad1c73f144ee0dee9707bb9fdf18cad65a6a9fdeac467fab50f2602dac6108",
13
- "landing": {
14
- "expected_routes": ["defer"],
15
- "max_accepted_delta": 0
16
- },
17
- "platforms": {
18
- "darwin-arm64": {
19
- "worker_profile": "runtime/native-worker/config.toml",
20
- "worker_profile_sha256": "sha256:12b58762819481ad101e7a172a296224b6050a8a07a7431272e521a4102908da",
21
- "verifier_capsule": "capsules/sidon-a24/bin/linux-arm64/verifier",
22
- "verifier_capsule_sha256": "sha256:7641fdaf11a3ad0c4110ade53b7d905c1ce1dae5a16234ed0d4e8d1dc79f548c",
23
- "verifier_image": "ghcr.io/vela-science/canopus-verifier@sha256:a6f354862f2a3f7d72eb99244c65fa8583c98b74e17e3d5ce6e31ef48aa16536",
24
- "verifier_platform": "linux/arm64"
25
- },
26
- "linux-x86_64": {
27
- "worker_profile": "runtime/native-worker/config-linux.toml",
28
- "worker_profile_sha256": "sha256:fddecc4b7458b91f6d55ae16b666d297ae7bcd1a2f5deeb6650dcea60fc0242c",
29
- "verifier_capsule": "capsules/sidon-a24/bin/linux-x86_64/verifier",
30
- "verifier_capsule_sha256": "sha256:799b6ba5afb372dd74abd7952b76640d19a2edca9fdd9c54aecb024de5e100cd",
31
- "verifier_image": "ghcr.io/vela-science/canopus-verifier@sha256:a6f354862f2a3f7d72eb99244c65fa8583c98b74e17e3d5ce6e31ef48aa16536",
32
- "verifier_platform": "linux/amd64"
33
- }
34
- }
35
- }
@@ -1,116 +0,0 @@
1
- {
2
- "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "$id": "https://vela.science/schemas/canopus.public-run.v1.json",
4
- "title": "Canopus Public Run v1",
5
- "type": "object",
6
- "additionalProperties": false,
7
- "required": [
8
- "schema",
9
- "authority",
10
- "run_id",
11
- "mission",
12
- "activity",
13
- "claim",
14
- "caveats",
15
- "artifact_roots",
16
- "verifier_root",
17
- "receipt_root",
18
- "policy",
19
- "usage",
20
- "source",
21
- "final",
22
- "reproduction",
23
- "nonclaims"
24
- ],
25
- "properties": {
26
- "schema": { "const": "canopus.public-run.v1" },
27
- "authority": { "const": "read_only_projection" },
28
- "run_id": { "type": "string", "minLength": 5, "maxLength": 128 },
29
- "mission": {
30
- "type": "object",
31
- "additionalProperties": false,
32
- "required": ["id", "target", "digest", "registration_kind", "registration_name", "registration_root", "target_packet_root", "model"],
33
- "properties": {
34
- "id": { "type": "string" },
35
- "target": { "type": "string" },
36
- "digest": { "$ref": "#/$defs/sha256" },
37
- "registration_kind": { "type": "string", "enum": ["profile", "mission_bundle"] },
38
- "registration_name": { "type": "string" },
39
- "registration_root": { "$ref": "#/$defs/sha256" },
40
- "target_packet_root": { "$ref": "#/$defs/sha256" },
41
- "model": { "type": "string" }
42
- }
43
- },
44
- "activity": {
45
- "type": "object",
46
- "additionalProperties": false,
47
- "required": ["worker", "verifier", "clean_clone_replay"],
48
- "properties": {
49
- "worker": { "const": "success" },
50
- "verifier": { "const": "pass" },
51
- "clean_clone_replay": { "const": "matched" }
52
- }
53
- },
54
- "claim": { "type": "string", "minLength": 1 },
55
- "caveats": { "type": "array", "items": { "type": "string" } },
56
- "artifact_roots": { "type": "array", "minItems": 1, "maxItems": 10, "items": { "$ref": "#/$defs/sha256" } },
57
- "verifier_root": { "$ref": "#/$defs/sha256" },
58
- "receipt_root": { "$ref": "#/$defs/sha256" },
59
- "policy": {
60
- "type": "object",
61
- "additionalProperties": false,
62
- "required": ["route", "proposal_id", "accepted_state_delta"],
63
- "properties": {
64
- "route": { "const": "defer" },
65
- "proposal_id": { "type": "string" },
66
- "accepted_state_delta": { "const": 0 }
67
- }
68
- },
69
- "usage": {
70
- "type": "object",
71
- "additionalProperties": false,
72
- "required": ["research_elapsed_ms", "research_processes", "observed_tokens", "attempts"],
73
- "properties": {
74
- "research_elapsed_ms": { "type": "integer", "minimum": 0 },
75
- "research_processes": { "type": "integer", "minimum": 0 },
76
- "observed_tokens": { "type": "integer", "minimum": 0 },
77
- "attempts": { "type": "integer", "minimum": 0 }
78
- }
79
- },
80
- "source": { "$ref": "#/$defs/state" },
81
- "final": {
82
- "type": "object",
83
- "additionalProperties": false,
84
- "required": ["commit", "event_log_root", "snapshot_root"],
85
- "properties": {
86
- "commit": { "$ref": "#/$defs/git" },
87
- "event_log_root": { "$ref": "#/$defs/sha256" },
88
- "snapshot_root": { "$ref": "#/$defs/sha256" }
89
- }
90
- },
91
- "reproduction": {
92
- "type": "object",
93
- "additionalProperties": false,
94
- "required": ["commands"],
95
- "properties": {
96
- "commands": { "type": "array", "minItems": 4, "maxItems": 4, "items": { "type": "string" } }
97
- }
98
- },
99
- "nonclaims": { "type": "array", "minItems": 3, "items": { "type": "string" } }
100
- },
101
- "$defs": {
102
- "sha256": { "type": "string", "pattern": "^sha256:[0-9a-f]{64}$" },
103
- "git": { "type": "string", "pattern": "^[0-9a-f]{40,64}$" },
104
- "state": {
105
- "type": "object",
106
- "additionalProperties": false,
107
- "required": ["repository", "commit", "event_log_root", "snapshot_root"],
108
- "properties": {
109
- "repository": { "type": "string", "pattern": "^https://github\\.com/vela-science/[a-z0-9-]+$" },
110
- "commit": { "$ref": "#/$defs/git" },
111
- "event_log_root": { "$ref": "#/$defs/sha256" },
112
- "snapshot_root": { "$ref": "#/$defs/sha256" }
113
- }
114
- }
115
- }
116
- }