Skip to content

docs: fix risk_tier vocabulary mismatch and add eval-level governance docs#1183

Merged
christso merged 1 commit intomainfrom
docs/1182-governance-fixes
Apr 28, 2026
Merged

docs: fix risk_tier vocabulary mismatch and add eval-level governance docs#1183
christso merged 1 commit intomainfrom
docs/1182-governance-fixes

Conversation

@christso
Copy link
Copy Markdown
Collaborator

Closes #1182

Summary

  • Gap 2 (most urgent): Align agentv-governance skill to use short-form risk_tier values (prohibited | high | limited | minimal) matching all shipped red-team examples. Updated eu-ai-act-risk-tiers.md, lint-rules.md, governance-yaml-shape.md, and SKILL.md. The skill was previously flagging valid evals as violations.
  • Gap 1: Fixed dead link in enterprise-governance.mdx[governance metadata] pointed to ./agent-eval-layers/ which has no governance content. Now links to the new #eval-level-governance section on the same page.
  • Gap 3: Added "Eval-level governance" section to enterprise-governance.mdx covering the governance: block YAML shape, merge semantics, the agentv-governance skill (both authoring and CI modes), and the compliance-lint GitHub Action.

Acceptance signals

  • Dead link in enterprise-governance.mdx fixed
  • eu-ai-act-risk-tiers.md and lint-rules.md in the skill use high | limited | minimal
  • enterprise-governance.mdx documents the eval-level governance: block shape
  • agentv-governance skill and compliance-lint Action mentioned in docs
  • bun run validate:examples passes — 56/56 ✓

Red/green UAT

Red (before): lint-rules.md Rule 6 listed high_risk | limited_risk | minimal_risk as the only valid values. Any existing eval with risk_tier: high (all 17 red-team suites) would produce a false lint violation.

Green (after): Rule 6 now lists high | limited | minimal. The "Common mistakes" section now correctly guides users from long-form (high_risk) to short-form (high), matching the actual field values in every shipped example.

… docs (#1182)

- Align agentv-governance skill to use short-form risk_tier values
  (high | limited | minimal) matching shipped examples and docs
- Fix dead link in enterprise-governance.mdx (agent-eval-layers was stale)
- Add eval-level governance section to enterprise-governance.mdx covering
  the governance: block shape, merge semantics, agentv-governance skill,
  and compliance-lint Action

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying agentv with  Cloudflare Pages  Cloudflare Pages

Latest commit: bdeadbf
Status: ✅  Deploy successful!
Preview URL: https://284c389c.agentv.pages.dev
Branch Preview URL: https://docs-1182-governance-fixes.agentv.pages.dev

View logs

@christso christso marked this pull request as ready for review April 28, 2026 00:06
@christso christso merged commit b69d447 into main Apr 28, 2026
4 checks passed
@christso christso deleted the docs/1182-governance-fixes branch April 28, 2026 00:06
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.

docs: update enterprise-governance docs and fix risk_tier vocabulary mismatch in agentv-governance skill

1 participant