Skip to content

docs(opy): remove stale compatibility contract residue - #204

Merged
Teakowa merged 2 commits into
mainfrom
codex/issue-201
Sep 6, 2026
Merged

docs(opy): remove stale compatibility contract residue#204
Teakowa merged 2 commits into
mainfrom
codex/issue-201

Conversation

@e54-bot

@e54-bot e54-bot commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

Summary

  • remove retired compatibility-baseline and support-matrix documentation and references
  • make the canonical docs/language-support.md contract and linked inventories the only current support authority
  • describe conformance, differential, oracle, and compiler reports as evidence contracts while preserving their executable machinery
  • reconcile the cleanup with the current architecture documentation on main

Validation

  • cargo fmt --all -- --check
  • cargo clippy --workspace --all-targets --all-features -- -D warnings
  • cargo test --workspace --all-targets --all-features — 370 passed
  • python3 -m unittest discover -s tools/overpy/tests — 34 passed
  • python3 tools/overpy/conformance.py --binary target/debug/opy-cli --semantic-binary target/debug/opy-compat --report target/opy-rs-conformance-report.json — exit 0
  • live retired-reference audit and pre-cleanup ablation check

Fixes #201

Reconcile current architecture docs with the Issue #201 support-contract cleanup.

Fixes #201

@Teakowa Teakowa left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Teakowa
Teakowa merged commit e5c9fab into main Sep 6, 2026
5 checks passed
@Teakowa
Teakowa deleted the codex/issue-201 branch September 6, 2026 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove stale compatibility and support-contract residue after subsystem retirement

2 participants