Adds the end-to-end demo chain. PyNaCl sealed boxes implement the dossier's Model A authority public-key encryption; SQLAlchemy ledger records every submission and every policy-blocked route. Cockpit gains /ledger and an enriched case detail (sealed-package card, routes panel, per-case audit). Mock CERT FastAPI app on :8770 stands in for the real authority endpoints. `psyc demo` runs the whole chain on a fresh URLhaus row. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
21 lines
152 B
Plaintext
21 lines
152 B
Plaintext
# venv / build
|
|
.venv/
|
|
venv/
|
|
__pycache__/
|
|
*.egg-info/
|
|
build/
|
|
dist/
|
|
*.pyc
|
|
|
|
# data / runtime
|
|
data/
|
|
|
|
# env
|
|
.env
|
|
.env.local
|
|
|
|
# editors
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|