Commit 41908c5
authored
sync spec_version pin to 0.8.2 (#21)
* sync spec_version pin to 0.8.2
The Phase 5 + Phase 6 PRs landed conformance against spec versions
through v0.8.2 (Phase 5: checkpointing per v0.8 proposal 0008;
Phase 6.0: observability per v0.7 proposal 0007). Per the phased-
rollout strategy, version pins were left at 0.3.1 across phase
PRs to land all together once the catch-up was complete. The
submodule already points at v0.8.2; this aligns the three pin
sites (pyproject.toml, src/openarmature/__init__.py,
tests/test_smoke.py) so the metadata matches what's been shipped.
No behavior change.
* README: drop stale module status from spec line
Was: "graph engine is implemented against spec v0.3.1; the
other modules in the charter are not yet built."
Both halves are stale — version string lags five minors, and
pipeline-utilities, llm-provider, checkpoint, and observability
all shipped across phases 0-6.0. Trim to a single honest line
referencing the new pin; module-by-module status belongs in
CHANGELOG.1 parent d87feaa commit 41908c5
4 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
0 commit comments