Skip to content

Sovereign System: Human Verification Protocol

Mission: Confirm that the "Sovereign Logic" (Backend) translates into a "Sovereign Experience" (Frontend).

1. System Ignition

To launch the Sovereign Environment:

npm run dev:sovereign
# In a separate terminal:
npm run dev:platform

2. The Sovereign Identity (Owner)

Persona: user_golden_101 (Golden Owner) Credentials: Login not required (Emulator Dev Mode auto-login or use owner@singulardream.com).

Mission 1: The Ledger (Finance)

  1. Navigate to /finance.
  2. Verify:
    • [ ] "FY2026 Operations" Budget is visible.
    • [ ] Current Balance is $0.00 (Genesis State).
    • [ ] Assessment "Golden Baseline Assessment" is visible.
    • [ ] An Invoice for $15,000.00 exists in "My Statements".

Mission 2: The Vote (Governance)

  1. Navigate to /governance.
  2. Verify:
    • [ ] "Create Proposal" button is Available (Capability: GOV-PROP-CREATE).
    • [ ] Voting Power is displayed (Should be 1.5% or similar based on Indiviso).

3. The Transient Identity (Guest)

Persona: user_guest_01 (Create this user or use guest@singulardream.com) Action: Log out and log in as Guest.

Mission 3: The Exclusion (Common Areas)

  1. Navigate to /governance.
  2. Verify:
    • [ ] "Create Proposal" button is Hidden or Disabled.
    • [ ] Voting Power is 0.

Mission 4: The Airlock (Security)

  1. Attempt to access /admin/finance.
  2. Verify:
    • [ ] Access Denied / 403 Forbidden page.
    • [ ] Check Server Logs: "Access Control Exception: User missing capability FIN-VIEW-ADMIN".

4. Anomaly Reporting

If Reality diverges from the Protocol, file a "Sovereign Defect" with the following data:

  • Route attempted.
  • Capability assumed missing.
  • Screenshot of the interface.

Version History

Version Date Author Change
0.1.0 2026-01-29 Antigravity Initial Audit & Metadata Injection