chore: vendor de-branded conformance.* policy + template alignment#2
Open
jonathan-kellerai wants to merge 2 commits into
Open
chore: vendor de-branded conformance.* policy + template alignment#2jonathan-kellerai wants to merge 2 commits into
jonathan-kellerai wants to merge 2 commits into
Conversation
Vendor the OSS governance conformance policy locally under the de-branded conformance.* namespace (not kellerai.oss.*), consistent with the prior release scrub of conformance/blast_radius.rego. - conformance/conformance.rego (package conformance.conformance) + data.json manifest + conformance_test.rego; policy_integrity digest refrozen. - conformance/trust_dial.rego/_data/_test (package conformance.trust_dial) + audit/ seed state. - scripts/scan-repo-structure.sh, preflight.sh, publish.sh; ADR-000/001; docs/claude-settings.template.json. Verified: opa check OK; opa test 74/74; data.conformance.conformance.summary => allow=true (0 errors, 0 warnings); check-sanitization OK.
Blast-radius pulse — blocked |
This was referenced May 30, 2026
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
Vendors the OSS-governance conformance policy into this repository under a de-branded
conformance.*namespace (notkellerai.oss.*), so the repo passes its own conformance check locally while staying brand-neutral for public release.This PR is two commits on top of
dev:9a434bf— structural template alignment (prior)60624b9— vendor de-brandedconformance.*policy layer (this work)What's added (15 files)
Conformance policy + data + tests
conformance/conformance.rego—package conformance.conformanceconformance/conformance_test.regoconformance/data.json— manifest;policy_integrity.expected_digestfrozen to the vendored policyconformance/README.mdconformance/trust_dial.rego(package conformance.trust_dial) +trust_dial_data.json+trust_dial_test.regoAudit seeds
audit/trust-dial-state.json,audit/decision-trace.jsonlScripts — repointed to the local vendored policy
scripts/scan-repo-structure.sh,scripts/preflight.sh,scripts/publish.shDocs
docs/adr/ADR-000-template.md,docs/adr/ADR-001-trust-dial-dependabot.md,docs/claude-settings.template.jsonDe-branding
Consistent with the prior release scrub (
conformance/blast_radius.rego→package conformance.blast_radius), the entire vendored layer usesconformance.*, neverkellerai.oss.*. Functional references preserved verbatim:jonathan-kellerai(owner),kellerai-oss-template(upstream slug),.kellerai-oss.json(marker).Verification
opa check conformance/opa test conformance/opa eval 'data.conformance.conformance.summary'{"allow":true,"errors":0,"total":0,"warnings":0}data.conformance.conformance.deny[]scripts/check-sanitization.shbash -n(all scripts)kellerai.oss.(dotted) refsFollow-ups (tracked as issues)
When the dormant upstream conformance job (
ci.ymluses: jonathan-kellerai/kellerai-oss-template/...@<PENDING-SHA>) is enabled, itstrust_dial_wiredrule checksdata.kellerai.oss.trust_dial, while this repo's de-branded gate emitsdata.conformance.trust_dial— a namespace reconciliation will be needed. Tracked alongside residual brand prose inci.yml,NOTICE, anddocs/agents/enforcement.md.Draft — opening for review of the de-branded policy layer before merge to
dev.