Skip to content

docs: positioning, runnable examples, coverage matrices, and tutorial#31

Merged
kmadan merged 1 commit into
mainfrom
growth/positioning-and-examples
May 14, 2026
Merged

docs: positioning, runnable examples, coverage matrices, and tutorial#31
kmadan merged 1 commit into
mainfrom
growth/positioning-and-examples

Conversation

@kmadan
Copy link
Copy Markdown
Contributor

@kmadan kmadan commented May 14, 2026

Summary

Closes the visible-contribution-surface gap that the empty issue tracker and the absence of examples/coverage docs created. Companion to the contributor issues filed at #17#30.

README

  • New tagline: AI compliance rules you can read, run, diff, and prove.
  • GOPAL: Governance Open Policy Agent Library. Think of it as an open policy pack for AI regulation.
  • New sections: AI-compliance-rules H2 (5-bullet positioning), Why now, For OPA / Rego users, GOPAL vs AICertify, Try GOPAL in 30 seconds, Policy correctness disclaimer.

examples/

Four runnable demos with input.json + run.sh + expected-output.json + README, each verified to produce the documented verdict via opa eval:

  • eu-ai-act-transparency/
  • nist-ai-rmf-govern/
  • customer-support-llm/
  • education-proctoring/

docs/coverage/

Per-framework matrices for the EU AI Act and NIST AI RMF marking each obligation Implemented / Scaffold / Planned with file paths. Aviation, education, and BFS coverage matrices filed as contributor issues (#24, #29, #30).

docs/tutorials/add-your-first-policy.md

End-to-end policy authoring walkthrough. The embedded example was verified to pass opa check and 5/5 opa test cases locally before shipping.

docs/INDEX.md

Links the new tutorials, examples, and coverage matrices.

Test plan

  • opa check --ignore custom/ . — clean
  • opa test --ignore custom/ . — 132/142 PASS (10 pre-existing failures in eu_fairness_test.rego and ai_600_1_test.rego, unrelated to this PR — confirmed identical results on main without these changes)
  • All 4 example run.sh scripts produce the verdicts documented in their respective expected-output.json
  • Tutorial example policy + 5 tests compile and pass
  • CI opa-checks workflow passes (will run on push)

Closes the visible-contribution-surface gap that the empty issue tracker and
the absence of examples/coverage docs created — companion to the contributor
issues filed in #17#30.

README:
- New tagline: "AI compliance rules you can read, run, diff, and prove."
- GOPAL acronym + "open policy pack for AI regulation" framing on the
  first line of the description.
- New sections: AI-compliance-rules H2 (5-bullet positioning), Why now,
  For OPA / Rego users, GOPAL vs AICertify, Try GOPAL in 30 seconds,
  Policy correctness disclaimer.

examples/:
- Four runnable demos with input.json + run.sh + expected-output.json +
  README, each verified to produce the documented verdict via opa eval:
  eu-ai-act-transparency, nist-ai-rmf-govern, customer-support-llm,
  education-proctoring.

docs/coverage/:
- Per-framework matrices for the EU AI Act and NIST AI RMF marking each
  obligation Implemented / Scaffold / Planned with file paths.

docs/tutorials/add-your-first-policy.md:
- End-to-end policy authoring walkthrough; the embedded example was
  verified to pass opa check and 5/5 opa test cases locally before
  shipping.

docs/INDEX.md:
- Links the new tutorials, examples, and coverage matrices.
@kmadan kmadan merged commit 7a9d398 into main May 14, 2026
2 checks passed
@kmadan kmadan deleted the growth/positioning-and-examples branch May 14, 2026 12:52
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