Skip to content
View Wright-Shawn's full-sized avatar

Block or report Wright-Shawn

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Wright-Shawn/README.md

Shawn C. Wright

Building systems that decide whether AI-generated actions are allowed to execute.


What I’m Working On

AI systems can propose actions.

But what actually stops a bad one from executing?

Most systems:

  • detect issues
  • log them
  • audit after the fact

I focus on something else:

stopping invalid actions before they execute.


Start Here

Governed Mutation Demo (Finance)

A working end-to-end pipeline that:

  • takes a proposed action
  • evaluates it against governance rules
  • decides:
    • ✅ COMMIT ALLOWED
    • ❌ COMMIT BLOCKED

🔗 https://github.com/Waveframe-Labs/governed-finance-mutation-demo


How It Works

Policy

Contract Compiler

Proposal

Normalizer

CRI-COR

COMMIT ALLOWED / BLOCKED


Core System

CRI-CORE

Deterministic enforcement engine that decides whether a system state change is allowed to commit.
🔗 https://github.com/Waveframe-Labs/CRI-CORE

Contract Compiler

Turns governance rules into executable contracts.
🔗 https://github.com/Waveframe-Labs/cricore-contract-compiler

Proposal Normalizer

Converts actions into a standard structure for enforcement.
🔗 https://github.com/Waveframe-Labs/proposal-normalizer


Context

This work is developed under Waveframe Labs, where I’m building infrastructure for governed, auditable AI systems.

The focus is the execution boundary: the moment a system attempts to act.


Contact

📧 swright@waveframelabs.org
🌐 https://waveframelabs.org
🧭 https://orcid.org/0009-0006-6043-9295


© 2026 Waveframe Labs

Pinned Loading

  1. Waveframe-Labs/governed-finance-mutation-demo Waveframe-Labs/governed-finance-mutation-demo Public

    Prevents AI-generated actions from executing without proper authorization using deterministic enforcement at the commit boundary.

    Python

  2. Waveframe-Labs/CRI-CORE Waveframe-Labs/CRI-CORE Public

    Deterministic enforcement kernel for structural run validation and atomic commit gating.

    Python 1

  3. Waveframe-Labs/cricore-contract-compiler Waveframe-Labs/cricore-contract-compiler Public

    Governance policy compiler that produces deterministic compiled contracts for the CRI-CORE enforcement runtime.

    Python

  4. Waveframe-Labs/proposal-normalizer Waveframe-Labs/proposal-normalizer Public

    Deterministic normalization layer that converts governed artifacts into canonical CRI-CORE proposal objects.

    Python