Deny by Default
A request is denied unless an explicit policy rule makes it eligible.
OPEN-SOURCE SYSTEM
PRE-ALPHA · v0.1.0a3A local-first preflight boundary for AI-proposed source changes. CLU evaluates eligibility and produces bound evidence; approval and application remain deliberately separate.
THE PROBLEM
A capable agent can propose a useful change and still be wrong, stale, outside policy, or operating on different bytes than a reviewer inspected. CLU narrows that problem to a local, testable boundary.
CONTROLLED SOURCE-CHANGE ARCHITECTURE
REAL INTERFACE
decisionallow
reason_codeeligible_for_human_approval
rollback_readiness_verifiedtrue
operator_approval_requiredtrue
mutation_authorizedfalse
mutation_appliedfalse
network_calls0
CURRENT SUPPORT
A request is denied unless an explicit policy rule makes it eligible.
Evidence is tied to the proposal, policy, and current source state used for evaluation.
The preflight checks for recovery material before a request becomes eligible.
Current main can serialize and verify a local unsigned evidence envelope.
CLU does not approve, edit, stage, commit, push, or otherwise apply the proposed change.
The current adapter covers a limited existing-file Edit path and maps allow to ask—not automatic permission.
PUBLIC EVIDENCE
Current-main counts are newer than the tagged v0.1.0a3 prerelease. The repository remains pre-alpha.
WHAT CLU DOES NOT PROVE
SOURCE + TESTS + ARCHITECTURE
Read the public implementation, policy examples, test suite, workflows, and documented limitations.