-
Boot the shell
chmod +x quantum_kernel_shell.sh ./quantum_kernel_shell.sh
-
Initialize and explore
./quantum init --with-example ./quantum status
-
Live workflows
./quantum watch # watches scrolls (debounce 0.5s default) ./quantum preview # live registry + braid summary
-
Core commands
./quantum process path/to/scroll.md ./quantum braid --id <scroll_id> ./quantum registry ./quantum export --output vault/registry/export.json ./quantum build # rebuild braids + dashboard data ./quantum add --title "🧬 Scroll: My New Scroll" --out vault/documents/my_scroll.md
- Ethics, ontology, and signatures are computed on
process. - Braid files are generated per scroll in
vault/braids/<id>.json. - Registry is stored at
vault/registry/ledger.json. - Dashboard data is auto-built to
stitchia-protocol-dev/frontend/data.jsonfrom dashboard-tagged scrolls.
kernel/config.yml controls ethics filters and braid weighting.
- Use
templates/scroll_template.mdor./quantum add --title .... - Frontmatter fields honored:
title,classification,validators,license,tags,links, and optionaldashboard(inline JSON).
- Open
stitchia-protocol-dev/frontend/index.htmldirectly; it consumesfrontend/data.json.