@vela-science/canopus 0.6.1 → 0.6.2
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 +54 -6
- package/CHANGELOG.md +10 -0
- package/README.md +24 -10
- package/THIRD_PARTY.md +41 -0
- package/docs/RELEASES.md +21 -0
- package/package.json +2 -1
package/BUILD_WEEK.md
CHANGED
|
@@ -23,12 +23,34 @@ p.m. Toronto time.
|
|
|
23
23
|
| Sidon frontier | `5f138a51a6c8723d5a85ff0ffc265728c2c33c6e` | A root-bound GPT-5.6 target, a new 7,194-point witness, frozen verification, Receipt, Defer proposal, and replayable final commit |
|
|
24
24
|
| Vela Observatory | `37eca05ae3bc1e2f2832ed99c58ba9fdc4bd1787` | A pinned public-run type, retained-run detail route, and stable anonymous `/build-week` evidence page |
|
|
25
25
|
|
|
26
|
-
Canopus versions `0.1.0` through `0.6.
|
|
26
|
+
Canopus versions `0.1.0` through `0.6.2` were built during the submission
|
|
27
27
|
period. Version `0.4.6` added the successful GPT-5.6 Sidon profile and secure
|
|
28
28
|
workspace-backed artifact retention. Versions `0.5` and `0.6` then hardened
|
|
29
29
|
retry-safe Vela composition, stage-typed run evidence, proposal-scoped replay,
|
|
30
30
|
and a local-only sanitized publication bundle. None adds an acceptance path.
|
|
31
31
|
|
|
32
|
+
## Dated Build Week ledger
|
|
33
|
+
|
|
34
|
+
All dates below are Toronto time. Tags identify released product bytes; later
|
|
35
|
+
documentation commits do not rewrite those release or evidence identities.
|
|
36
|
+
|
|
37
|
+
| Date | Repository and immutable ref | Build Week addition |
|
|
38
|
+
| --- | --- | --- |
|
|
39
|
+
| July 15 | Canopus first commit `9d95924f27842ceb14a45bb0ecaf5a777c3b2736` | Introduced the bounded research harness; no Canopus repository existed at the competition baseline. |
|
|
40
|
+
| July 16 | Canopus `v0.1.0` at `0c0e59bf025b93faca8e8078b098b5aee9c67078` | Bound exact missions, worker custody, artifact freezing, verifier separation, and released-Vela composition. |
|
|
41
|
+
| July 16 | Canopus `v0.2.0` at `ab01e6b4eebebb64cd3403962e1104d4b2d43bbb` | Shipped the authority-free mission loop with retained success and failure evidence. |
|
|
42
|
+
| July 17 | Canopus `v0.3.0` at `a25c97c4b92c6248d1f827ead6ab9522084728b8` | Added the installable `doctor`, `run`, `inspect`, `replay`, and `withdraw` product surface. |
|
|
43
|
+
| July 19 | Canopus `v0.4.3` at `f461a0d184f2076c4b451e524e5e949abdee621e` | Published the provenance-backed npm path and repaired clean-install usability. |
|
|
44
|
+
| July 20 | Sidon frontier result commit `4289e05876f142e72af622672e190be26f6a6f1d` | Retained the GPT-5.6-produced 7,194-point witness, verifier pass, Receipt, Defer proposal, and accepted delta zero. |
|
|
45
|
+
| July 20 | Canopus `v0.4.6` at `ad72a7aca63aaa6c060f840020cca6871e4a9f11` | Added the successful GPT-5.6 Sidon profile and bounded workspace-backed artifact handoff. |
|
|
46
|
+
| July 20 | Canopus `v0.5.0` at `25523ccb558f81db95c01b48b83616ed3ab05b35` | Added stage-typed run evidence and retry-safe Vela composition without adding an authority path. |
|
|
47
|
+
| July 20 | Sidon independent-audit commit `825657d7e87618c0aa6fc9af7e3182e05f324750` | Added a separate base-3 verifier and a deterministic collision-injection rejection probe. |
|
|
48
|
+
| July 21 | Canopus `v0.6.1` at `b98c846d61d4c554e43388107bcce77c51307db5` | Updated the released Vela and package identities; its packed judge path remained the generic canonical-witness check and is superseded by `v0.6.2`. |
|
|
49
|
+
| July 21 | Canopus `v0.6.2` | Shipped the exact pending-artifact and independent-verifier judge path, dated evidence ledger, caveat reconciliation, and third-party notice in the provenance-backed package. |
|
|
50
|
+
| July 21 | Vela `v0.912.0` at `bb6774b6a65ecc5615e17ddf574c3efd893e0e44` | Bound the final Build Week composition while leaving Receipt, policy, replay, and human-authority semantics intact. |
|
|
51
|
+
| July 21 | Observatory `v0.340.6` at `7483ab20c0d2878f3d50a76ed1bca9969f7dd5f5` | Deployed the anonymous run detail and `/build-week` route with an exact evidence manifest. |
|
|
52
|
+
| July 21 | Canopus documentation at `4cae162bc37538e9ff1add0ef42861804ff86a62` | Corrected the public commands to select and reproduce the pending witness rather than only retained canonical witnesses. |
|
|
53
|
+
|
|
32
54
|
## Primary GPT-5.6 scientific result
|
|
33
55
|
|
|
34
56
|
### What is new
|
|
@@ -83,6 +105,14 @@ The generated sanitized projection is
|
|
|
83
105
|
It contains no raw worker events, isolated home, authentication, private path,
|
|
84
106
|
or unrestricted log.
|
|
85
107
|
|
|
108
|
+
The immutable `0.4.6` Receipt preserves the worker's pre-verifier handoff
|
|
109
|
+
caveat that separate verification remained pending, alongside the rooted final
|
|
110
|
+
verifier evidence. We do not rewrite that historical record. Canopus fixed
|
|
111
|
+
post-verifier caveat finalization in commit
|
|
112
|
+
`58aad1e5806e7f3c192214e65f8968e03e2cff87` and shipped it from `0.5.1`
|
|
113
|
+
onward; the public projection derives standing caveats from the final run
|
|
114
|
+
observations and therefore reports the recorded verifier pass.
|
|
115
|
+
|
|
86
116
|
## Secondary evidence
|
|
87
117
|
|
|
88
118
|
The earlier retained Erdős 1056 run remains a useful bounded-research example:
|
|
@@ -100,23 +130,34 @@ The formal profile `formal-erdos-505-test-dim-one-gpt56` supplies the public
|
|
|
100
130
|
fail-closed counterexample. Run
|
|
101
131
|
`run_4c2ba5f5-04ac-44d5-adb6-8937eb2ea165` produced a candidate, but the
|
|
102
132
|
frozen Lean verifier rejected an unsolved inverse goal and `sorryAx`. Canopus
|
|
103
|
-
stopped before Receipt creation or frontier mutation.
|
|
133
|
+
stopped before Receipt creation or frontier mutation. The rejected verifier
|
|
134
|
+
result is bound at
|
|
135
|
+
`sha256:04e31b07889f94a1d205231942bf30fa6c3b27864520b6a42de58604da53e544`.
|
|
104
136
|
|
|
105
137
|
## Reproduce without rebuilding Canopus
|
|
106
138
|
|
|
107
|
-
The primary
|
|
139
|
+
The pending primary artifact needs the provenance-checked prebuilt
|
|
140
|
+
[Vela 0.912.0 release](https://github.com/vela-science/vela/releases/tag/v0.912.0)
|
|
141
|
+
and the public frontier. The audit commit adds an independent implementation
|
|
142
|
+
without changing the retained Receipt, proposal, or accepted state:
|
|
108
143
|
|
|
109
144
|
```bash
|
|
110
145
|
git clone https://github.com/vela-science/sidon-frontier.git
|
|
111
146
|
cd sidon-frontier
|
|
112
|
-
git checkout
|
|
113
|
-
vela reproduce .
|
|
147
|
+
git checkout 825657d7e87618c0aa6fc9af7e3182e05f324750
|
|
148
|
+
vela reproduce artifacts/sidon-a24-gpt56-7194.witness.json
|
|
149
|
+
node verification/verify-sidon-a24-7194.mjs \
|
|
150
|
+
artifacts/sidon-a24-gpt56-7194.witness.json
|
|
114
151
|
```
|
|
115
152
|
|
|
153
|
+
`vela reproduce .` remains the whole-frontier canonical-witness check, but it
|
|
154
|
+
must not be presented as verification of this still-pending proposal. The
|
|
155
|
+
artifact-specific command above is the exact pending-result path.
|
|
156
|
+
|
|
116
157
|
Inspect the packaged product under Node 22 or 24:
|
|
117
158
|
|
|
118
159
|
```bash
|
|
119
|
-
npm install --global @vela-science/canopus@0.6.
|
|
160
|
+
npm install --global @vela-science/canopus@0.6.2
|
|
120
161
|
canopus --version
|
|
121
162
|
canopus profile validate sidon-a24-at-least-7194-gpt56-v3
|
|
122
163
|
```
|
|
@@ -148,3 +189,10 @@ Session ID is kept in the submission checklist, not this repository.
|
|
|
148
189
|
- The retained Erdős 1056 result covers one finite range and does not solve Erdős 1056.
|
|
149
190
|
- The rejected formal candidate does not prove the one-dimensional theorem or Erdős 505.
|
|
150
191
|
- Vela predates Build Week. The submission is Canopus and its Build Week additions, not the whole ecosystem.
|
|
192
|
+
|
|
193
|
+
## Licensing and third-party boundary
|
|
194
|
+
|
|
195
|
+
Canopus is dual-licensed Apache-2.0 OR MIT. Its runtime npm dependency set is
|
|
196
|
+
empty. Bundled verifier capsules and separately supplied development or host
|
|
197
|
+
tools are documented in [`THIRD_PARTY.md`](THIRD_PARTY.md); those tools do not
|
|
198
|
+
receive scientific decision authority through Canopus.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.6.2 - 2026-07-21
|
|
4
|
+
|
|
5
|
+
- Ship the exact pending Sidon artifact reproduction command and independent
|
|
6
|
+
base-3 verifier command in the provenance-backed package instead of the
|
|
7
|
+
whole-frontier canonical-witness check previously published by `0.6.1`.
|
|
8
|
+
- Package the dated Build Week ledger, immutable Receipt caveat reconciliation,
|
|
9
|
+
and third-party component notice used by the final judge path.
|
|
10
|
+
- Add release-contract coverage for those public instructions and files. No
|
|
11
|
+
runtime, protocol, Receipt, policy, or authority behavior changes.
|
|
12
|
+
|
|
3
13
|
## 0.6.1 - 2026-07-21
|
|
4
14
|
|
|
5
15
|
- Correct the public Build Week record and judge quickstart to name the
|
package/README.md
CHANGED
|
@@ -38,34 +38,44 @@ Mission → GPT-5.6 → artifact → verifier → Receipt → Defer.
|
|
|
38
38
|
**90 seconds — inspect the shipped product:**
|
|
39
39
|
|
|
40
40
|
```sh
|
|
41
|
-
bunx @vela-science/canopus@0.6.
|
|
42
|
-
bunx @vela-science/canopus@0.6.
|
|
41
|
+
bunx @vela-science/canopus@0.6.2 --version
|
|
42
|
+
bunx @vela-science/canopus@0.6.2 profile validate sidon-a24-at-least-7194-gpt56-v3
|
|
43
43
|
```
|
|
44
44
|
|
|
45
45
|
**Full workflow — reproduce without rebuilding Canopus:**
|
|
46
46
|
|
|
47
|
+
Install the provenance-checked prebuilt
|
|
48
|
+
[Vela 0.912.0 release](https://github.com/vela-science/vela/releases/tag/v0.912.0)
|
|
49
|
+
for your platform, then:
|
|
50
|
+
|
|
47
51
|
```sh
|
|
48
52
|
git clone https://github.com/vela-science/sidon-frontier.git
|
|
49
53
|
cd sidon-frontier
|
|
50
|
-
git checkout
|
|
51
|
-
vela reproduce .
|
|
54
|
+
git checkout 825657d7e87618c0aa6fc9af7e3182e05f324750
|
|
55
|
+
vela reproduce artifacts/sidon-a24-gpt56-7194.witness.json
|
|
56
|
+
node verification/verify-sidon-a24-7194.mjs \
|
|
57
|
+
artifacts/sidon-a24-gpt56-7194.witness.json
|
|
52
58
|
```
|
|
53
59
|
|
|
60
|
+
The first command selects the pending artifact explicitly and runs Vela's
|
|
61
|
+
frozen Sidon verifier. The second is an independent base-3 implementation that
|
|
62
|
+
also rejects a bound collision injection. Neither command accepts the proposal.
|
|
63
|
+
|
|
54
64
|
## Quickstart
|
|
55
65
|
|
|
56
66
|
Run the provenance-backed public package with Bun:
|
|
57
67
|
|
|
58
68
|
```sh
|
|
59
|
-
bunx @vela-science/canopus@0.6.
|
|
69
|
+
bunx @vela-science/canopus@0.6.2 --version
|
|
60
70
|
```
|
|
61
71
|
|
|
62
72
|
Inspect a clean frontier, then run its first ranked producer offer:
|
|
63
73
|
|
|
64
74
|
```sh
|
|
65
|
-
bunx @vela-science/canopus@0.6.
|
|
66
|
-
bunx @vela-science/canopus@0.6.
|
|
67
|
-
bunx @vela-science/canopus@0.6.
|
|
68
|
-
bunx @vela-science/canopus@0.6.
|
|
75
|
+
bunx @vela-science/canopus@0.6.2 doctor /path/to/frontier
|
|
76
|
+
bunx @vela-science/canopus@0.6.2 run /path/to/frontier --first
|
|
77
|
+
bunx @vela-science/canopus@0.6.2 inspect latest
|
|
78
|
+
bunx @vela-science/canopus@0.6.2 replay /path/to/run.json
|
|
69
79
|
```
|
|
70
80
|
|
|
71
81
|
Export a completed Defer run without publishing or mutating anything:
|
|
@@ -84,7 +94,7 @@ standing after verification; historical run v0 records remain inspectable.
|
|
|
84
94
|
Use `--no-land` for a diagnostic mission that cannot change the source frontier:
|
|
85
95
|
|
|
86
96
|
```sh
|
|
87
|
-
bunx @vela-science/canopus@0.6.
|
|
97
|
+
bunx @vela-science/canopus@0.6.2 run /path/to/frontier --first --no-land
|
|
88
98
|
```
|
|
89
99
|
|
|
90
100
|
`doctor` binds the exact Vela, Codex, Git, frontier, packet, profile, and verifier
|
|
@@ -146,3 +156,7 @@ bun run pack:check
|
|
|
146
156
|
|
|
147
157
|
Apache-2.0 OR MIT, at your option. Canopus is a replaceable producer; Vela
|
|
148
158
|
remains the protocol and authority boundary.
|
|
159
|
+
|
|
160
|
+
The published CLI has no runtime npm dependencies. See
|
|
161
|
+
[Third-party components](THIRD_PARTY.md) for the bundled verifier and external
|
|
162
|
+
toolchain boundary.
|
package/THIRD_PARTY.md
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
# Third-party components
|
|
2
|
+
|
|
3
|
+
Canopus is licensed under Apache-2.0 OR MIT. The corresponding license texts
|
|
4
|
+
are in `LICENSE-APACHE` and `LICENSE-MIT`.
|
|
5
|
+
|
|
6
|
+
## Shipped npm package
|
|
7
|
+
|
|
8
|
+
`@vela-science/canopus@0.6.2` has no runtime npm dependencies. Its packaged
|
|
9
|
+
JavaScript uses only Node.js built-ins. The package also contains frozen
|
|
10
|
+
mission data and verifier capsules produced for the bounded profiles described
|
|
11
|
+
in `docs/MISSIONS.md`; their source and executable identities are bound by the
|
|
12
|
+
profile and release evidence.
|
|
13
|
+
|
|
14
|
+
The native Vela verifier capsules are distributed under Vela's Apache-2.0 OR
|
|
15
|
+
MIT licensing. The Python and shell verifier capsules use only their host
|
|
16
|
+
language or declared container toolchain and do not add a vendored application
|
|
17
|
+
dependency.
|
|
18
|
+
|
|
19
|
+
## Development-only dependencies
|
|
20
|
+
|
|
21
|
+
These packages are used to type-check and build Canopus but are not runtime npm
|
|
22
|
+
dependencies of the published CLI:
|
|
23
|
+
|
|
24
|
+
| Component | Role | Upstream license |
|
|
25
|
+
| --- | --- | --- |
|
|
26
|
+
| `typescript` | TypeScript compiler | Apache-2.0 |
|
|
27
|
+
| `@types/node` | Node.js type declarations | MIT |
|
|
28
|
+
|
|
29
|
+
Exact resolved versions and integrity hashes are recorded in `bun.lock`.
|
|
30
|
+
|
|
31
|
+
## Separately supplied host tools
|
|
32
|
+
|
|
33
|
+
The full tool-using workflow composes separately installed Vela, Codex CLI,
|
|
34
|
+
Git, Docker, and operating-system sandbox facilities. They are not bundled as
|
|
35
|
+
npm runtime dependencies and remain governed by their respective upstream
|
|
36
|
+
licenses and terms. Canopus records or checks their exact identities where the
|
|
37
|
+
mission contract requires it.
|
|
38
|
+
|
|
39
|
+
Third-party presence does not imply authority. The Codex worker, verifier,
|
|
40
|
+
Canopus process, and host tools cannot sign or perform a protected Vela
|
|
41
|
+
scientific acceptance decision.
|
package/docs/RELEASES.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# Release evidence
|
|
2
2
|
|
|
3
|
+
## Canopus v0.6.2
|
|
4
|
+
|
|
5
|
+
Version `0.6.2` is the final Build Week distribution correction. It packages
|
|
6
|
+
the exact artifact-specific Vela replay and independent base-3 verifier paths
|
|
7
|
+
for the pending 7,194-point Sidon witness, together with the dated evidence
|
|
8
|
+
ledger, immutable Receipt caveat reconciliation, and third-party notice that
|
|
9
|
+
were added after `0.6.1`. It changes no runtime, protocol, Receipt, policy, or
|
|
10
|
+
authority behavior.
|
|
11
|
+
|
|
12
|
+
- Source/tag: `v0.6.2`
|
|
13
|
+
- Public package: <https://www.npmjs.com/package/@vela-science/canopus/v/0.6.2>
|
|
14
|
+
- Matching release: <https://github.com/vela-science/vela-research-harness/releases/tag/v0.6.2>
|
|
15
|
+
- Publication path: the repository release workflow validates the package on
|
|
16
|
+
macOS, packs it on Ubuntu, binds a GitHub build attestation to the exact tag
|
|
17
|
+
and workflow, publishes through npm trusted publishing, and audits the npm
|
|
18
|
+
signature plus SLSA provenance v1 before creating the GitHub release.
|
|
19
|
+
- Judge-path contract: the packed `README.md` and `BUILD_WEEK.md` select
|
|
20
|
+
`artifacts/sidon-a24-gpt56-7194.witness.json` explicitly at frontier audit
|
|
21
|
+
commit `825657d7e87618c0aa6fc9af7e3182e05f324750`; neither command performs a
|
|
22
|
+
scientific acceptance decision.
|
|
23
|
+
|
|
3
24
|
## Canopus v0.4.6
|
|
4
25
|
|
|
5
26
|
Version `0.4.6` is the primary Build Week science release. It registers the
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vela-science/canopus",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.2",
|
|
4
4
|
"description": "A bounded, replaceable research harness over released Vela interfaces",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
@@ -70,6 +70,7 @@
|
|
|
70
70
|
"tests/fixtures/hostile-verifier",
|
|
71
71
|
"README.md",
|
|
72
72
|
"BUILD_WEEK.md",
|
|
73
|
+
"THIRD_PARTY.md",
|
|
73
74
|
"docs/MISSIONS.md",
|
|
74
75
|
"docs/RELEASES.md",
|
|
75
76
|
"docs/RUN_RECORD.md",
|