Conversation
Version string in pyproject.toml and __init__.__version__ was not updated when the v0.1.1 tag was cut (Phase 3 merge). Align both to 0.1.1. Co-Authored-By: Oz <oz-agent@warp.dev>
…CS.md
docs/SPECSMITH.yml:
- version: 0.1.0 -> 0.1.1 (matches tagged release)
- phase: inception -> release (was inconsistent with aee_phase: release)
- specsmith_version: 0.11.5 added
docs/governance/DRIFT-METRICS.md:
- Replaced 3-line stub with full baseline table and 7 known-acceptable
condition entries covering: trace vault seal count, sparse LEDGER.md,
no scaffold.yml, 7 ARCH REQ refs, RUST_BACKEND=False, no Rust-Python
cross-compat CI test yet, YAML-derived REQUIREMENTS/TESTS.md.
- Phase 4 tracking issue opened: #16 (Rust-Python WAL cross-compat CI)
specsmith audit: 28/28. validate --strict: 0 errors.
Co-Authored-By: Oz <oz-agent@warp.dev>
- tests/test_cross_compat.py: 5 Python tests proving Python-written WAL passes Rust verify_chain() algorithm (REQ-CM-025 / Issue #16) - crates/chronomemory/tests/esdb_tests.rs: TEST-ESDB-021 Rust integration test confirming Rust WAL is readable as NDJSON with Python-compatible hash All 197 Python tests pass. Ruff clean. WI-03387058. Co-Authored-By: Oz <oz-agent@warp.dev>
TEST-CM-025 + TEST-ESDB-021: Rust-Python WAL cross-compatibility tests. 197 Python tests pass. Ruff clean. Governance audit 28/28. Co-Authored-By: Oz <oz-agent@warp.dev>
- Add [0.1.1] section: Phase 3 Rust/PyO3, Phase 4 cross-compat tests, RUSTSEC-2025-0020 fix, governance phase -> release - Add [0.1.1] footer link - Governance ledger updated Co-Authored-By: Oz <oz-agent@warp.dev>
Fix CI lint failures: - tests/test_cross_compat.py: ruff format (CRLF normalisation) - crates/chronomemory/tests/esdb_tests.rs: cargo fmt (wrap long .unwrap() chains) Co-Authored-By: Oz <oz-agent@warp.dev>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
v0.1.1 Release
Merges all \develop\ work into \main\ for the v0.1.1 release.
What's in this release
Phase 3 — Optional Rust acceleration
Phase 4 — Rust–Python WAL cross-compatibility
Security