Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def info(msg: str) -> None:

def main() -> int:
print(f"\n{C_CYAN}{'='*60}")
print(f" Spine Lite — Governance Demo")
print(" Spine Lite — Governance Demo")
print(f"{'='*60}{C_NC}")

# 1. Init session
Expand Down Expand Up @@ -162,7 +162,7 @@ def main() -> int:

# Summary
print(f"\n{C_CYAN}{'='*60}")
print(f" Demo Complete — All Governance Gates Enforced")
print(" Demo Complete — All Governance Gates Enforced")
print(f"{'='*60}{C_NC}")
print(f"""
Allowed: 2 (git status + docs write)
Expand Down
1 change: 0 additions & 1 deletion tests/test_smoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
Validates that the governance guard and receipt system function correctly.
These run as part of the quality gate during governed sessions.
"""
import json
import os
import sys
from pathlib import Path
Expand Down
Loading