Skip to content

chore: vendor de-branded conformance.* policy + template alignment#2

Open
jonathan-kellerai wants to merge 2 commits into
devfrom
claude/oss-template-rollout-2026-05-29
Open

chore: vendor de-branded conformance.* policy + template alignment#2
jonathan-kellerai wants to merge 2 commits into
devfrom
claude/oss-template-rollout-2026-05-29

Conversation

@jonathan-kellerai

Copy link
Copy Markdown
Owner

Summary

Vendors the OSS-governance conformance policy into this repository under a de-branded conformance.* namespace (not kellerai.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-branded conformance.* policy layer (this work)

What's added (15 files)

Conformance policy + data + tests

  • conformance/conformance.regopackage conformance.conformance
  • conformance/conformance_test.rego
  • conformance/data.json — manifest; policy_integrity.expected_digest frozen to the vendored policy
  • conformance/README.md
  • conformance/trust_dial.rego (package conformance.trust_dial) + trust_dial_data.json + trust_dial_test.rego

Audit seeds

  • audit/trust-dial-state.json, audit/decision-trace.jsonl

Scripts — repointed to the local vendored policy

  • scripts/scan-repo-structure.sh, scripts/preflight.sh, scripts/publish.sh

Docs

  • docs/adr/ADR-000-template.md, docs/adr/ADR-001-trust-dial-dependabot.md, docs/claude-settings.template.json

De-branding

Consistent with the prior release scrub (conformance/blast_radius.regopackage conformance.blast_radius), the entire vendored layer uses conformance.*, never kellerai.oss.*. Functional references preserved verbatim: jonathan-kellerai (owner), kellerai-oss-template (upstream slug), .kellerai-oss.json (marker).

Verification

Check Result
opa check conformance/ exit 0
opa test conformance/ 74/74
opa eval 'data.conformance.conformance.summary' {"allow":true,"errors":0,"total":0,"warnings":0}
data.conformance.conformance.deny []
scripts/check-sanitization.sh OK (0 matches)
bash -n (all scripts) clean
residual kellerai.oss. (dotted) refs 0

Follow-ups (tracked as issues)

When the dormant upstream conformance job (ci.yml uses: jonathan-kellerai/kellerai-oss-template/...@<PENDING-SHA>) is enabled, its trust_dial_wired rule checks data.kellerai.oss.trust_dial, while this repo's de-branded gate emits data.conformance.trust_dial — a namespace reconciliation will be needed. Tracked alongside residual brand prose in ci.yml, NOTICE, and docs/agents/enforcement.md.


Draft — opening for review of the de-branded policy layer before merge to dev.

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.
@github-actions

Copy link
Copy Markdown

Blast-radius pulse — blocked

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.

1 participant