docs(integrations): cpex-ocsf-audit re-verified against public dev — no API drift - #414
Merged
Merged
Conversation
…no API drift #412 shipped the crate with an honest caveat: last verified green against feat/hil_apl ad666ba (not a public branch), never rebuilt against public dev. Closed today: against dev @ baa9e17 (shallow clone, path dep repointed, lockfile regenerated) cargo build, all 13 tests, and the emit_sample example pass unchanged. No API drift at the surface this crate uses. Manifest header, README (Building + Status), and the changelog entry updated from 'expect API drift' to the dual-baseline verified claim. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Closes the one known gap #412 shipped with.
#412's honest caveat was not rebuilt against
dev— last verified green againstfeat/hil_aplad666ba, a non-public branch. Verified today against publicdev@baa9e17(2026-07-27):cargo build— cleancargo test— 13/13 passcargo build --example emit_sample— cleanMethod: shallow clone of
contextforge-org/cpex@devinto a scratch dir, path dep repointed at itscrates/cpex-core, lockfile regenerated (the hil_apl-era lock pins different transitive versions). No source changes needed — no API drift at the surface this crate uses.This PR only updates the three places that claimed the drift was unverified: the manifest header, the README (Building + Status), and the changelog entry. No code changes.
🤖 Generated with Claude Code