@vela-science/canopus 0.4.5 → 0.5.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.
- package/BUILD_WEEK.md +102 -106
- package/CHANGELOG.md +27 -0
- package/README.md +109 -126
- package/capsules/erdos1056-k15/bin/linux-arm64/10428401-10428600/verifier +0 -0
- package/capsules/erdos1056-k15/bin/linux-x86_64/10428401-10428600/verifier +0 -0
- package/capsules/formal-erdos-505-test-dim-one/verifier +0 -0
- package/capsules/quantum-10-1-4/verifier.py +152 -0
- package/capsules/sidon-a24/bin/linux-arm64/verifier +0 -0
- package/capsules/sidon-a24/bin/linux-x86_64/verifier +0 -0
- package/dist/src/engines/codex-tools-native.d.ts +7 -0
- package/dist/src/engines/codex-tools-native.js +54 -4
- package/dist/src/product/doctor.js +20 -4
- package/dist/src/projection/public-run.js +8 -2
- package/dist/src/run.d.ts +1 -0
- package/dist/src/run.js +23 -1
- package/dist/src/vela/cli.js +1 -1
- package/docs/RELEASES.md +62 -0
- package/evidence/build-week/run_f68e4cfc-e5c7-4c73-86cb-d79807c47ec4.public.json +1 -0
- package/missions/quantum-10-1-4-retry/mission.draft.json +40 -0
- package/missions/sidon-a24-at-least-7194-gpt56/mission.draft.json +42 -0
- package/missions/sidon-a24-at-least-7194-gpt56-v2/mission.draft.json +42 -0
- package/missions/sidon-a24-at-least-7194-gpt56-v3/mission.draft.json +42 -0
- package/package.json +14 -9
- package/profiles/quantum-10-1-4-stabilizer-retry.json +35 -0
- package/profiles/sidon-a24-at-least-7194-gpt56-v2.json +35 -0
- package/profiles/sidon-a24-at-least-7194-gpt56-v3.json +35 -0
- package/profiles/sidon-a24-at-least-7194-gpt56.json +35 -0
|
@@ -0,0 +1,42 @@
|
|
|
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
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vela-science/canopus",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "A bounded, replaceable research harness over released Vela interfaces",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
"engines": {
|
|
17
17
|
"node": ">=22 <23 || >=24 <25"
|
|
18
18
|
},
|
|
19
|
+
"packageManager": "bun@1.3.12",
|
|
19
20
|
"bin": {
|
|
20
21
|
"canopus": "dist/src/cli.js"
|
|
21
22
|
},
|
|
@@ -55,6 +56,9 @@
|
|
|
55
56
|
"capsules/erdos1056-k15/bin/linux-arm64/10428401-10428600/verifier",
|
|
56
57
|
"capsules/erdos1056-k15/bin/linux-x86_64/10428401-10428600/verifier",
|
|
57
58
|
"capsules/formal-erdos-505-test-dim-one/verifier",
|
|
59
|
+
"capsules/quantum-10-1-4/verifier.py",
|
|
60
|
+
"capsules/sidon-a24/bin/linux-arm64/verifier",
|
|
61
|
+
"capsules/sidon-a24/bin/linux-x86_64/verifier",
|
|
58
62
|
"missions",
|
|
59
63
|
"profiles",
|
|
60
64
|
"runtime",
|
|
@@ -74,18 +78,19 @@
|
|
|
74
78
|
"LICENSE-APACHE",
|
|
75
79
|
"LICENSE-MIT"
|
|
76
80
|
],
|
|
77
|
-
"devDependencies": {
|
|
78
|
-
"@types/node": "^24.0.0",
|
|
79
|
-
"typescript": "^5.9.0"
|
|
80
|
-
},
|
|
81
81
|
"scripts": {
|
|
82
82
|
"build": "node scripts/clean-dist.mjs && tsc -p tsconfig.json",
|
|
83
83
|
"typecheck": "tsc -p tsconfig.json --noEmit",
|
|
84
84
|
"lint": "tsc -p tsconfig.json --noEmit",
|
|
85
|
-
"test": "
|
|
86
|
-
"check": "
|
|
87
|
-
"
|
|
85
|
+
"test": "bun run build && node --test 'dist/tests/**/*.test.js' 'tests/**/*.test.mjs'",
|
|
86
|
+
"check": "bun run lint && bun run test",
|
|
87
|
+
"prepack": "bun run build",
|
|
88
|
+
"pack:check": "bun pm pack --dry-run",
|
|
88
89
|
"fixture:hostile-custody": "node scripts/run-hostile-native-custody-fixture.mjs",
|
|
89
90
|
"fixture:hostile-verifier": "node scripts/run-hostile-verifier-fixture.mjs"
|
|
91
|
+
},
|
|
92
|
+
"devDependencies": {
|
|
93
|
+
"@types/node": "^24.0.0",
|
|
94
|
+
"typescript": "^5.9.0"
|
|
90
95
|
}
|
|
91
|
-
}
|
|
96
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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
|
+
}
|