clawdie-iso/firstboot
Sam & Claude c47cd44251 Add .prettierrc + reformat all active markdown to match
Codifies the markdown format Sam applied in bd94b87 / 30cf590 as a
project rule rather than per-file judgment. Prettier 3 defaults with
proseWrap=preserve (no prose reflow), printWidth=80, embedded code
formatting off so we don't touch fenced shell/JSON blocks.

.prettierignore scopes Prettier to active docs:
  - excludes tmp/, cache/, node_modules/, build artifacts
  - excludes CHANGELOG.md + RELEASE-NOTES-*.md (hand-formatted, rigid)
  - excludes .archive/ and .opencode/ (historical / tooling internal)
  - excludes bundled bootstrap.html

Reformatted 16 active .md files: padded markdown tables, blank line
before lists (CommonMark-strict), `*emph*` -> `_emph_`. No content
changes — diffs are all whitespace/alignment/emphasis style.

Verified: `npx prettier@3 --check '**/*.md'` reports all clean.

Build: not run — docs + tooling config only.
Tests: pass — prettier --check is green; git diff confirms no content
deletions, only formatting.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-20 11:16:42 +02:00
..
gui Add .prettierrc + reformat all active markdown to match 2026-05-20 11:16:42 +02:00
rc.d Wire live installer commit path (Sam & Codex) 2026-05-12 14:34:42 +02:00
firstboot.sh Add ISO build manifest metadata 2026-05-12 17:10:54 +02:00
gpu-detect.sh feat: initial clawdie-iso skeleton 2026-03-17 10:20:23 +00:00
integration-test.sh Align ISO config docs with post-install setup 2026-05-12 19:58:33 +02:00
maintenance-mode.sh Harden firstboot scripts: POSIX fixes, quoting, offline pkg path 2026-04-05 14:46:54 +00:00
setup-import.sh Boot live installer session and narrow install-time contract (Sam & Codex) 2026-05-12 12:20:45 +02:00
shell-deploy.sh Add remote-safe setup access slice (Sam & Codex) 2026-05-12 15:39:50 +02:00
shell-desktop.sh Replace LightDM with SDDM on live operator USB (Sam & Claude) 2026-05-18 09:20:08 +02:00
shell-env.sh Fix stale TESTING.md banner and embedding bake-through in .env seed (Sam & Claude) 2026-05-12 20:07:07 +02:00
shell-gpu.sh impl: Complete all 5 shell modules for v0.9.0 installer 2026-03-26 12:36:00 +00:00
shell-npm-globals.sh Make ISO build PATH independent 2026-05-12 17:38:33 +02:00
shell-nvidia.sh Unify ISO and fix GPU installation gap (Sam & ZAI) 2026-04-06 13:31:51 +02:00
shell-pf.sh Clean up warden0 bridge documentation 2026-05-12 18:24:51 +02:00
shell-pkg.sh impl: Complete all 5 shell modules for v0.9.0 installer 2026-03-26 12:36:00 +00:00
shell-ssh.sh Harden operator shell PATH and add optional zsh (Sam & Codex) 2026-05-18 14:04:15 +02:00
shell-system.sh Create tmpfs cache target for early shell logins (Sam & Codex) 2026-05-18 14:17:29 +02:00
shell-tailscale.sh feat: recommend Tailscale with optional opt-out (Sam & Claude) 2026-04-06 11:45:12 +02:00
shell-zfs.sh feat(firstboot): unify setup import across USB and VPS 2026-04-27 11:58:07 +02:00
vps-path-test.sh feat(firstboot): unify setup import across USB and VPS 2026-04-27 11:58:07 +02:00
zfs-pool-detect.sh Wire ZFS pool detection into firstboot pipeline (Sam & Claude) 2026-04-05 09:38:12 +00:00
zfs-pool-migrate.sh Wire ZFS pool detection into firstboot pipeline (Sam & Claude) 2026-04-05 09:38:12 +00:00