@vela-science/canopus 0.6.0 → 0.6.1

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 CHANGED
@@ -19,14 +19,15 @@ p.m. Toronto time.
19
19
  | Layer | Submission-period baseline | Build Week contribution |
20
20
  | --- | --- | --- |
21
21
  | Canopus | none | Entire bounded runner, worker custody boundary, verifier separation, npm package, retained runs, public projection, and evidence workflow |
22
- | Vela protocol | `26386aef9126594c27888d511b76ad65a8d56870` | Released Vela 0.910.0 is consumed without changing its protocol, Receipt, policy, or authority interfaces |
22
+ | Vela protocol | `26386aef9126594c27888d511b76ad65a8d56870` | Released Vela 0.912.0 adds proposal-scoped verifier evidence and replay without changing its protocol, Receipt, policy, or authority semantics |
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.4.6` were built during the submission
27
- period. Version `0.4.6` adds the successful GPT-5.6 Sidon profile and evidence,
28
- secure workspace-backed artifact retention, and the exact private Vela work
29
- session handoff required to carry a large scientific artifact through Defer.
26
+ Canopus versions `0.1.0` through `0.6.1` were built during the submission
27
+ period. Version `0.4.6` added the successful GPT-5.6 Sidon profile and secure
28
+ workspace-backed artifact retention. Versions `0.5` and `0.6` then hardened
29
+ retry-safe Vela composition, stage-typed run evidence, proposal-scoped replay,
30
+ and a local-only sanitized publication bundle. None adds an acceptance path.
30
31
 
31
32
  ## Primary GPT-5.6 scientific result
32
33
 
@@ -115,7 +116,7 @@ vela reproduce .
115
116
  Inspect the packaged product under Node 22 or 24:
116
117
 
117
118
  ```bash
118
- npm install --global @vela-science/canopus@0.4.6
119
+ npm install --global @vela-science/canopus@0.6.1
119
120
  canopus --version
120
121
  canopus profile validate sidon-a24-at-least-7194-gpt56-v3
121
122
  ```
@@ -127,7 +128,7 @@ replay surface and directs tool-using work into WSL2.
127
128
  ## Codex collaboration and human decisions
128
129
 
129
130
  Codex implemented and tested Canopus, its custody profiles, verifier routing,
130
- release automation, Vela 0.910.0 compatibility, public projection, and
131
+ release automation, Vela 0.912.0 compatibility, public projection, and
131
132
  evidence surface. In the primary task, Codex also registered the GPT-5.6 Sidon
132
133
  mission, diagnosed two fail-closed handoff defects, implemented bounded
133
134
  artifact retention, reran all gates, executed the completed mission, and
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.6.1 - 2026-07-21
4
+
5
+ - Correct the public Build Week record and judge quickstart to name the
6
+ released Vela 0.912.0 composition and current Canopus package.
7
+ - Preserve the 0.6.0 code and evidence contracts unchanged.
8
+
3
9
  ## 0.6.0 - 2026-07-20
4
10
 
5
11
  - Type completed-run evidence by stage as `worker_observations`,
package/README.md CHANGED
@@ -38,8 +38,8 @@ 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.0 --version
42
- bunx @vela-science/canopus@0.6.0 profile validate sidon-a24-at-least-7194-gpt56-v3
41
+ bunx @vela-science/canopus@0.6.1 --version
42
+ bunx @vela-science/canopus@0.6.1 profile validate sidon-a24-at-least-7194-gpt56-v3
43
43
  ```
44
44
 
45
45
  **Full workflow — reproduce without rebuilding Canopus:**
@@ -56,16 +56,16 @@ vela reproduce .
56
56
  Run the provenance-backed public package with Bun:
57
57
 
58
58
  ```sh
59
- bunx @vela-science/canopus@0.6.0 --version
59
+ bunx @vela-science/canopus@0.6.1 --version
60
60
  ```
61
61
 
62
62
  Inspect a clean frontier, then run its first ranked producer offer:
63
63
 
64
64
  ```sh
65
- bunx @vela-science/canopus@0.6.0 doctor /path/to/frontier
66
- bunx @vela-science/canopus@0.6.0 run /path/to/frontier --first
67
- bunx @vela-science/canopus@0.6.0 inspect latest
68
- bunx @vela-science/canopus@0.6.0 replay /path/to/run.json
65
+ bunx @vela-science/canopus@0.6.1 doctor /path/to/frontier
66
+ bunx @vela-science/canopus@0.6.1 run /path/to/frontier --first
67
+ bunx @vela-science/canopus@0.6.1 inspect latest
68
+ bunx @vela-science/canopus@0.6.1 replay /path/to/run.json
69
69
  ```
70
70
 
71
71
  Export a completed Defer run without publishing or mutating anything:
@@ -84,7 +84,7 @@ standing after verification; historical run v0 records remain inspectable.
84
84
  Use `--no-land` for a diagnostic mission that cannot change the source frontier:
85
85
 
86
86
  ```sh
87
- bunx @vela-science/canopus@0.6.0 run /path/to/frontier --first --no-land
87
+ bunx @vela-science/canopus@0.6.1 run /path/to/frontier --first --no-land
88
88
  ```
89
89
 
90
90
  `doctor` binds the exact Vela, Codex, Git, frontier, packet, profile, and verifier
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vela-science/canopus",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "A bounded, replaceable research harness over released Vela interfaces",
5
5
  "type": "module",
6
6
  "private": false,