Fix mangled backslashes in the Windows paths A backslash-escape layer ate them on the previous commit: %APPDATA%\nushell\autoload rendered as a literal newline and bell, and Git's usr\bin as a backspace. Same class as the tr/sed backslash traps recorded in the repos themselves. Assisted-By: Claude Opus 5
Document install-tag and the shared install-helper standard just install now installs binary + man page + completions, and the new install-tag installs a released tag with all three artefacts from that tag. Records where completions actually go on Windows (nushell reads only %APPDATA%, PowerShell's $PROFILE is elsewhere) and that zsh is checked against fpath rather than assumed. Adds the cross-repo standard and standard-check. Assisted-By: Claude Opus 5
Document configured-vs-rated memory speed display and just open-pr
docs: document just pr / just merge-pr; fix pandoc->mandown Documents the automated Pre-PR/merge gate (added to AGENTS.md in v0.3.32/v0.3.34). Also corrects a stale reference to pandoc for man page generation — the Justfile and flake switched to mandown a while back and the wiki was never updated. Assisted-By: Claude Sonnet 5
Update wiki with publish recipes Assisted-By: Gemini 3.5 Flash
docs: add Nix devShell setup section
docs: update workspace architecture and development setup for v0.3.11 Add 8 new sysinfo modules (bios, camera, gamepad, motherboard, packages, shell, terminal, theme) and win_reg to Workspace-Architecture.md. Expand Development-Setup.md with just setup/install-hooks instructions, full recipe table, and bench-upload documentation. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Update Home page and add Development Setup page