heartwood every commit a ring

the docs catch up to the bypass, no more bare invocations

2f3c1ca0 by Isaac Bythewood · 8 days ago

modified CLAUDE.md
@@ -10,10 +10,13 @@ Taproot is a personal infrastructure repository containing dotfiles, a Docker de**Set up the dev container on a Windows host (idempotent, safe to re-run):**```powershell.\containers\webdev\bootstrap.ps1 desktop      # or "laptop".\containers\webdev\bootstrap.ps1 laptop -Restore   # also pulls B2 snapshotirm https://raw.githubusercontent.com/overshard/taproot/master/containers/webdev/bootstrap.ps1 -OutFile bootstrap.ps1powershell -ExecutionPolicy Bypass -File .\bootstrap.ps1 laptop      # or "desktop"powershell -ExecutionPolicy Bypass -File .\bootstrap.ps1 laptop -Restore   # also pulls B2 snapshot```The `-ExecutionPolicy Bypass` flag scopes to that one invocation; nothing on your system changes persistently.**Build the dev container manually (bootstrap.ps1 does this for you):**```shdocker build --tag overshard/webdev:latest -f containers/webdev/Dockerfile .
modified containers/webdev/Dockerfile
@@ -5,12 +5,14 @@# across desktop and laptop, with restic backups to Backblaze B2.## Setup is automated by bootstrap.ps1 (idempotent, run from PowerShell on the# host). It creates volumes, builds this image, runs the container, copies# the host SSH key in, and prompts for restic creds:# host). It creates volumes, clones taproot into bythewood-code via a helper# container, builds this image, runs the container, copies the host SSH key# in, and prompts for restic creds. Taproot itself does not need to be on# the host; everything operates against the bythewood-code volume.##     cd <path-to-taproot>#     .\containers\webdev\bootstrap.ps1 desktop      # or "laptop"#     .\containers\webdev\bootstrap.ps1 laptop -Restore   # also pulls B2 snapshot#     irm https://raw.githubusercontent.com/overshard/taproot/master/containers/webdev/bootstrap.ps1 -OutFile bootstrap.ps1#     powershell -ExecutionPolicy Bypass -File .\bootstrap.ps1 laptop      # or "desktop"#     powershell -ExecutionPolicy Bypass -File .\bootstrap.ps1 laptop -Restore   # also pulls B2 snapshot## Connect (TUI):    docker exec -it bythewood-webdev tmux# Connect (SSH):    ssh -p 2222 dev@localhost