Add /course/test governed-or-instructed test + Sovereign no-beacon guard - #83
Open
erinstanley358 wants to merge 1 commit into
Open
Add /course/test governed-or-instructed test + Sovereign no-beacon guard#83erinstanley358 wants to merge 1 commit into
erinstanley358 wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Shaped by three review panels (campaign, MAC interface, fresh-eyes). New /course/test: an honestly-scored 5-question test that reports two dimensions separately - whether the limit holds (Q1-3) and whether the person the agent acts on has recourse (Q4-5) - instead of flattening them into one number. No email wall, no tracking; scored in the browser. A print-only rubric turns Save-as-PDF into a clean one-pager. /course: the "show the blind spot" button no longer overwrites the reader's typed text, plus voice, color-blind, and reduced-motion polish. scripts/check-sovereign-no-beacons.sh: fails the build if any page carrying the Sovereign Article Protocol promise ships an analytics or insights beacon. Wired into `npm run build`. Verified it passes clean (12 pages, 0 beacons) and fails on an injected beacon. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01QAb6FeJoiY6JFiuCjNMfwv
erinstanley358
force-pushed
the
feat/course-governance-test
branch
from
September 1, 2026 14:18
62e1c94 to
dde6e95
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
A new free, account-free diagnostic at /course/test - "Is your AI governed, or just instructed?" - plus a build guard that keeps the course pages' privacy promise honest. Top-of-funnel for the free AI-governance course; the free thing stays free.
Shaped by three review panels (campaign, MAC interface, fresh-eyes) and verified live in a browser at each stage.
Changes
src/pages/course/test.astro(new)aria-live,prefers-reduced-motionrespected, color-blind-safe verdict states (glyph + word + dashed cue, never color alone).src/pages/course/index.astroscripts/check-sovereign-no-beacons.sh(new) +package.jsonnpm run build; alsonpm run test:sovereign.Verification
astro buildpasses; guard runs as the tail of the build.🤖 Generated with Claude Code