Skip to content

spec: GenOps Governance Specification v0.1#96

Merged
nordiclion merged 1 commit intomainfrom
spec/genops-v0.1
Feb 23, 2026
Merged

spec: GenOps Governance Specification v0.1#96
nordiclion merged 1 commit intomainfrom
spec/genops-v0.1

Conversation

@kernel-gd
Copy link
Copy Markdown
Collaborator

Summary

  • Adds the GenOps Governance Specification v0.1 (spec/genops-spec-v0.1.md), a vendor-neutral normative specification defining the minimum semantic contract for AI workload runtime governance
  • Defines: AI Workload Unit, Deterministic Accounting Invariant (reservation-first model), Enforcement Decision Model (ALLOWED/BLOCKED/WARNING/RATE_LIMITED), reason_code taxonomy (9 fixed codes + extension mechanism), SLA Boundary Model, telemetry semantic conventions (9 required attributes, 3 required events), event schemas, and compliance requirements
  • Standards-grade document: RFC 2119 language, no code, no vendor references, runtime-agnostic, implementation-neutral
  • Designed so any third-party vendor can implement GenOps compliance without importing any existing code

Test plan

  • Verify internal consistency: all cross-references resolve, all attributes in Sections 2-6 appear in Section 7, all reason_codes in Section 4 appear in Section 5, all events in Section 3 have schemas in Section 8
  • Verify no vendor references, no code blocks, no implementation details
  • Verify document is readable in one sitting (~20-30 min)

🤖 Generated with Claude Code

Normative specification defining the minimum semantic contract for
AI workload runtime governance. Includes AI Workload Unit definition,
deterministic accounting invariant, enforcement decision model,
reason_code taxonomy, SLA boundary model, telemetry semantic
conventions, event schemas, and compliance requirements.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown

❌ DCO Check Failed

Your commits are missing the required "Signed-off-by" line.

How to fix this:

  1. For new commits, use the -s flag:

    git commit -s -m "Your commit message"
  2. To fix existing commits in your PR:

    # For the last commit
    git commit --amend --signoff
    
    # For multiple commits (replace N with number of commits)
    git rebase --signoff HEAD~N
    
    # Force push the updated commits
    git push --force-with-lease

What is DCO?

The Developer Certificate of Origin (DCO) is a legally lightweight way for contributors to confirm they have the right to submit code to the project.

By signing off, you certify that:

Need help?

Check our Contributing Guide or ask questions in this PR!

@nordiclion nordiclion merged commit c551019 into main Feb 23, 2026
14 of 21 checks passed
@nordiclion nordiclion deleted the spec/genops-v0.1 branch February 23, 2026 23:20
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.

2 participants