−
100%
+
fit
scroll
# Circle of Salt — The Deploy Rite The
scripted dev-ascension rite; the sibling of
the hand-done "Circle of Salt — Dev
Ascension Ritual" card. One torch that casts
the circle (snapshot), ships the world (deploy
everywhere), and witnesses the day
(chronicle). ## Ignite ▲ circle-of-salt -i
msg=<single-token> Body (bare glyphs, no
slash, no fence): ▼ backup ▲ mesh deploy
"{msg}" ▲ chronicle ## The chain - ▼
backup — full DB snapshot to Zip/Right-hand;
filename tagged with the git HEAD. - ▲ mesh
deploy "{msg}" — git add -A + commit (if
dirty) → push origin → pull all nodes →
cargo build on each reachable node → chip
sync. - ▲ chronicle — the Brilliant reads
the day's pulse + gaps + tarot and seals the
chronicle scroll. ## Torch authoring
(cos-001/002, Day 375) - Bare glyphs: body
lines are commands exactly as typed in the hx
terminal — ▼ ▲ △, no leading slash, no
torch fence. Legacy / and fenced formats still
work. - Params: {name} placeholders from
key=value args. Values are whitespace-split,
so single-token only (msg=cos-torch-executor,
not two words). An unresolved {name} skips
that line. - Fail-fast: execution halts at the
first errored command (🛑) so a failed
deploy never lets chronicle witness a day that
did not ship. - Preview: ▲ torch <name>
(dry-run). Ignite: add -i. ## Notes - ▲
chronicle reads pulse cycle-state into the
scroll but does not seal the pulse-{day}
snapshot (that is the midnight
run_daily_tick). - Retiring a node: ▲ entomb
<uuid> + clear citrine.repo_paths (mesh ops do
not yet honor entombed alone).
△