- add /pw (alias /password): reveal this room's password locally (never broadcast); surfaced in the F1 help overlay and the join hint - direnv-autostart/: cd-to-launch a single real-user session via direnv; password is minted in memory at launch (never written to disk, matching the RAM-only model) and scoped to the child process. setup.sh installs direnv, hooks bash/zsh, and `direnv allow`s the dir - lets-hack.sh: boot a FRESH server by default (replacing any live one) with a --reuse opt-out; add -h/--help/-help; guard against killing the tmux session you're attached to; switch-client into the coven when run inside tmux - rename coven→clergy across rust/python/scripts; tests/test_coven.py→test_clergy.py - snapshots in-progress hack-house client work (sandbox, themes, net, ui) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
15 lines
618 B
TOML
15 lines
618 B
TOML
# crypt — occult monochrome: white ink on a lifted slate surface
|
|
name = "crypt"
|
|
bg = "#1c1c22" # slate panel — lifts the text off pure-black for legibility
|
|
border = "#6e6e7a" # gray chrome, defined against the surface
|
|
title = "#ffffff"
|
|
accent = "#ffffff"
|
|
dim = "#9a9aa6" # timestamps — readable mid-gray (was near-invisible darkgray)
|
|
me = "#ffffff"
|
|
other = "#c8c8d0" # others' messages — bright gray
|
|
system = "#b0b0bc" # system / occult lines — legible, still muted
|
|
input = "#ffffff"
|
|
roster_me = "#ffffff"
|
|
roster_width = 22
|
|
sigil = "✝" # inverted cross / crypt
|