Something went wrong. Try again.
A video game where you play as a misaligned AI, deceiving and building power. An experiment in spec-driven development. cameron.tngl.io/misaligned
Something went wrong. Try again.
490 B · 14 lines
123456789101112131415#!/usr/bin/env bash# Design-corpus enforcement: no binding page, no functional change.## If a commit touches crates/ (or legacy src/), it must also touch a Type: law# or Type: spec page under wiki/. Root DESIGN.md is navigation and does not# satisfy the rule.set -euo pipefailbash tools/corpus_gate.shchanged=$(git diff --cached --name-only --no-renames --diff-filter=ACMRD HEAD)[ -n "$changed" ] || exit 0printf '%s\n' "$changed" | bash tools/design_amendment_gate.sh --index