chore(integritee): remove stale dormant func and tests - #41
Open
shariqahmed-cohere wants to merge 1 commit into
Open
chore(integritee): remove stale dormant func and tests#41shariqahmed-cohere wants to merge 1 commit into
shariqahmed-cohere wants to merge 1 commit into
Conversation
shariqahmed-cohere
requested review from
alhassankhedr-cohere,
cohere-renovate-approve and
yousef-cohere
August 25, 2026 20:49
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.
There is a lot of legacy stale files and tests in this repo that are dormant but misleading. Trimming it to only keep the functionality we want and can test at this time, allowing for cleaner addition of trustee/amd features.
Note
Medium Risk
Drops the published Python client and large test coverage for removed scripts, which is a breaking change for any consumer still on the old per-model release layout; runtime policy actions are unchanged but attestation discovery docs now describe a different contract.
Overview
Removes dormant per-model scaffolding in favor of the current manifest-based
release-policyflow. The entireclients/pythonpackage (IntegriteeClientand its tests) is deleted, along with tests and fixtures for legacyscripts/(build-predicate,generate-ita-policy,merge-policy-inputs), end-to-end pipeline harnesses, and repo-layout checks for oldmodels/andattest-modelworkflows.CI and packaging are simplified: Dependabot no longer tracks
clients/python, install is onlypip install -e ".[dev]",compileallskips removed paths, and pytest runs the fulltests/tree instead of a hand-picked subset. Dev deps dropjsonschema; firmware fetch tests move fromtest_policy_actions.pyintotest_generate_policy.py, which also gains coverage that static TDX platform fields stay intdx_base_checksonly.README is rewritten for operators and auditors: TNG should use
attestation-bundle.sigstore.jsonand readpolicy_idfrom the verified predicate; releases are described as repo-root artifacts (attestation-policy.rego, manifest bundle, single predicate) rather than{model}/trees.Reviewed by Cursor Bugbot for commit 562c58c. Bugbot is set up for automated code reviews on this repo. Configure here.