You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Promote CodonTrace Genesis from 0.3.0a2 alpha to 0.3.0b1 beta.
Changes included:
Align package version, runtime version, release labels, citation metadata, and release evidence.
Update README, CLAIMS, BENCHMARKS, REPRODUCIBILITY, publishing docs, and release checklist for public beta wording.
Add Studio boundary policy to keep UI, FastAPI, WebSocket, Tauri, installer, and product CLI code out of the core library.
Add AST-based core boundary guard and release test coverage.
Add Phase 1 Studio execution handoff documents in HTML and Markdown.
Add safe performance planning notes for future live/interactive Studio execution without changing scientific semantics.
Add cross-OS CI smoke matrix for Ubuntu, Windows, and macOS across Python 3.11–3.14.
Keep CodonTrace Genesis dependency-free, library-first, and evidence/replay focused.
This release does not turn the core library into a UI product. CodonTrace Studio remains a separate future consumer application.
This document defines the benchmark protocol for CodonTrace Genesis as deterministic, replay/audit-first research software for digital evolution, ALife experiments, causal mechanism auditing, and claim-gated evidence generation.
@@ -73,7 +73,7 @@ JOSS-safe benchmark wording:
73
73
examples/collective_joss_evidence_benchmark.py
74
74
```
75
75
76
-
The runner is the user-facing benchmark entry point. It produces CSV/JSON/HTML artifacts and is designed to stay compatible with the public-alpha`0.3.0a2` branch.
76
+
The runner is the user-facing benchmark entry point. It produces CSV/JSON/HTML artifacts and is designed to stay compatible with the public-beta`0.3.0b1` branch.
77
77
78
78
### Smoke test
79
79
@@ -146,10 +146,10 @@ The inspected smoke artifact reports:
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
# Changelog
2
2
3
+
## 0.3.0b1 — Studio-readiness beta release
4
+
5
+
### Changed
6
+
7
+
- Promoted current package identity from `0.3.0a2` alpha to `0.3.0b1` beta.
8
+
- Updated package metadata, runtime `codontrace.__version__`, citation metadata, release evidence, README install pins, and current release artifact identity.
9
+
- Kept historical `added_in`/compatibility provenance fields intact where they describe APIs introduced during the alpha line.
10
+
11
+
### Added
12
+
13
+
- Added `docs/STUDIO_PHASE1_EXECUTION_SPEC.html` as the repo-ready Phase 1 Studio execution handoff.
14
+
- Added `docs/STUDIO_BOUNDARY.md` to lock the library/UI boundary before Studio work begins.
15
+
- Added `docs/PERFORMANCE_PHASE1.md` as a safe profiling and optimization plan for live execution without changing scientific semantics.
16
+
17
+
### Notes
18
+
19
+
This beta promotion does not make CodonTrace a UI product and does not loosen the claim boundary. The core remains a dependency-free research library; Studio/API/Desktop work belongs in a separate consumer repository.
abstract: "CodonTrace Genesis is a deterministic, library-first research-alpha toolkit for digital-evolution experiments, causal mechanism auditing, capsule-mediated transfer, skill-compression inheritance, role and collective-behavior instrumentation, and replayable evidence artifacts."
11
+
date-released: "2026-06-05"
12
+
abstract: "CodonTrace Genesis is a deterministic, library-first research-beta toolkit for digital-evolution experiments, causal mechanism auditing, capsule-mediated transfer, skill-compression inheritance, role and collective-behavior instrumentation, and replayable evidence artifacts."
This document defines the strongest claims that CodonTrace Genesis can make today, the claims that require stronger benchmark evidence, and the claims that are explicitly blocked for the current release.
11
11
@@ -76,12 +76,12 @@ Use instead:
76
76
77
77
## 3. Stable software claims allowed now
78
78
79
-
These claims are allowed for the current public alpha release because they describe implemented software scope, packaging, metadata, and instrumentation intent rather than final scientific discoveries.
79
+
These claims are allowed for the current public beta release because they describe implemented software scope, packaging, metadata, and instrumentation intent rather than final scientific discoveries.
80
80
81
81
| Area | Allowed claim | Required wording discipline |
82
82
|---|---|---|
83
-
| Research software | CodonTrace Genesis is public alpha research software for digital evolution, causal mechanism auditing, replayable ALife experiments, and evidence-gated AI/evolution studies. | Say “research software” or “research library,” not “proven intelligence system.” |
84
-
| Packaging | CodonTrace Genesis is published as a Python package and can be installed from PyPI as `codontrace==0.3.0a2`. | Tie install claims to the exact version. |
83
+
| Research software | CodonTrace Genesis is public beta research software for digital evolution, causal mechanism auditing, replayable ALife experiments, and evidence-gated AI/evolution studies. | Say “research software” or “research library,” not “proven intelligence system.” |
84
+
| Packaging | CodonTrace Genesis is published as a Python package and can be installed from PyPI as `codontrace==0.3.0b1`. | Tie install claims to the exact version. |
85
85
| Citation | The release has a Zenodo DOI and citation metadata. | Cite the exact DOI/version used. |
86
86
| License | The public release uses `AGPL-3.0-or-later`. | Keep commercial/proprietary exceptions separate from the open license. |
87
87
| Determinism | The library is designed around deterministic experiment specifications, digests, replay records, and artifact manifests. | Do not claim every user experiment is automatically deterministic unless seeds/configs/artifacts are preserved. |
@@ -99,25 +99,25 @@ These claims are allowed for the current public alpha release because they descr
99
99
100
100
This section records the strongest evidence observed in the currently inspected runner output package. It is useful as development evidence and as a guide for the next public benchmark.
101
101
102
-
It should **not** be used as a publication-grade claim until the run is repeated on the current public release (`0.3.0a2` or newer), archived with its configuration/artifacts, and reported with enough seeds and controls.
It should **not** be used as a publication-grade claim until the run is repeated on the current public release (`0.3.0b1` or newer), archived with its configuration/artifacts, and reported with enough seeds and controls.
CodonTrace is not yet a proof of artificial life, AGI, consciousness, or open-ended autonomous discovery. It is a GENESIS-aligned research-alpha foundation engine.
3
+
CodonTrace is not yet a proof of artificial life, AGI, consciousness, or open-ended autonomous discovery. It is a GENESIS-aligned research-beta foundation engine.
4
4
5
5
| GENESIS Concept | Current API | Status | Operational Level | Missing / Limitation | Evidence / Tests | Claim Allowed? |
6
6
|---|---|---:|---|---|---|---|
@@ -46,7 +46,7 @@ CodonTrace is not yet a proof of artificial life, AGI, consciousness, or open-en
46
46
|---|---|---:|---|
47
47
| Causal validation |`codontrace.genesis.causal_validation`| scaffold/implemented | Separates temporal precedence, association, conditional association, intervention, and ground-truth recovery; never claims true causality by graph alone. |
48
48
| ADF macro validation |`adf_runtime`, `adf_validation`| scaffold/implemented | ADF decode and macro expansion are operational; language emergence is not claimed without null models and ablation. |
49
-
| Active QD search loop |`qd_search`| scaffold/implemented | Archive can feed parent selection/emission; still research-alpha, not full OEE proof. |
49
+
| Active QD search loop |`qd_search`| scaffold/implemented | Archive can feed parent selection/emission; still research-beta, not full OEE proof. |
50
50
| Capsule transfer validation |`capsule_validation`| scaffold/implemented | Adoption counters alone are not transfer proof; ON/OFF or before/after effect needed. |
0 commit comments