Release AKTA v0.7.0#4
Merged
Merged
Conversation
Centralizes release-key signing and verification so v0.7 can enforce policy integrity across dev, CI, and production modes.
Separates strict, warn, and off behaviors so operators can adopt v0.7 signing without breaking local workflows.
Documents trusted Ed25519 public keys used to validate signed policy manifests at gate time.
Ensures loaded policy bundles honor v0.7 integrity expectations before evaluation or export.
Provides a single entry point for grant-aware review cycles required for v0.7 conformance demos and tests.
Aligns gate evaluation with PCS scope grants so v0.7 can reject overbroad or mismatched authority.
Persists scope grant linkage on AKTA records for downstream PCS export and audit replay.
Keeps exported bundles reconstructable when grants constrain protocol transitions in v0.7.
Validates end-to-end SCOPE import and grant replay against real v0.6 fixtures for v0.7 live conformance.
Explains how operators run live conformance checks that gate v0.7 release acceptance.
Anchors contract tests to a canonical grant shape from the SCOPE v0.6 reference bundle.
Pairs with the grant fixture so import tests assert decision-grant consistency.
Enables live-chain tests to exercise review packet import without external repos.
Guarantees the adapter import path used in v0.7 demos matches live SCOPE artifacts.
Locks the verify_scope_live_chain script behavior expected in CI and release checks.
Models a valid draft-only protocol grant for evaluate_with_grant regression coverage.
Documents a grant that must fail gate checks under v0.7 authority rules.
Supports offline tests when live SCOPE checkout is unavailable in CI.
Mirrors the negative real grant for deterministic simulated export tests.
Verifies v0.7 grant metadata round-trips through the PCS bundle manifest.
Encodes v0.7 conformance rules for grant-bound evaluation in automated tests.
Prevents regressions in strict, warn, and off manifest verification behavior.
Walks grant-aware PCS export so release acceptance can replay a full scientific memory chain.
Ensures the v0.7 demo script produces verifiable bundles in CI.
Adds cases that stress grant boundaries and failure classes targeted in v0.7 evals.
Scores new transition scenarios against v0.7 gate and review expectations.
Captures updated metrics used to sign off v0.7 adversarial eval acceptance.
Keeps regression coverage in sync with expanded adversarial scenario set.
Gives reviewers shared vocabulary for classifying gate and eval failures.
Standardizes labels so v0.7 adversarial and public evals stay comparable release to release.
Cross-link integrity modes for v0.7.1 readers.
Describe prior-review tool gating for v0.7.1.
Align admissibility narrative with v0.7.1 policy surface.
Clarify SCOPE bridge and akta-review paths for v0.7.1.
Update threat model framing for the public release.
Minor trusted-boundary updates for v0.7.1.
Refresh positioning, acceptance criteria, and onboarding for the v0.7.1 ship.
Align governance text with the public release.
Update security posture and reporting guidance for v0.7.1.
Record grant re-gate, akta-review CLI, and demo changes for the public release.
Prepare PyPI and tag metadata for the v0.7.1 public release.
Use public-facing summary text for the v0.7.1 release.
Document scope akta-review contract tests for v0.7.1.
Update skill guidance for grant-aware review in v0.7.1.
Clarify overlay layout for v0.7.1 adopters.
Update cross-repo CI guidance for v0.7.1 release workflows.
Sync eval baseline for v0.7.1 conformance harness.
Sync public eval report for v0.7.1 release.
Align weak-evidence example narrative with v0.7.1.
Align protocol-drift example narrative with v0.7.1.
Refresh hashed sidecar for v0.7.1 PCS examples.
Refresh hashed sidecar for v0.7.1 PCS examples.
Refresh review trigger artifact for v0.7.1 examples.
Refresh PF obligation artifact for v0.7.1 examples.
Update PCS bundle decision member for v0.7.1.
Update PCS bundle record member for v0.7.1.
Update PCS bundle PF obligation for v0.7.1.
Update PCS bundle review trigger for v0.7.1.
Recompute manifest hashes after v0.7.1 example sync.
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.
Summary
Test plan
pip install -e .[dev,security]andmake cipassed locally before push