aboutsummaryrefslogtreecommitdiff
path: root/docs/protocols.org
Commit message (Collapse)AuthorAgeFilesLines
* fix: archzfs key prompt hang, test false positive, add local distributionCraig Jennings2026-02-121-5/+6
| | | | | | | | | - Change archzfs SigLevel to Never (pacstrap -K empty keyring caused interactive GPG prompt blocking unattended installs) - Fix pgrep matching avahi-daemon's [archangel.local] in full-test.sh - Bump install timeout to 30min for DKMS builds - Add ~/downloads/isos and archsetup inbox to build-release distribution - Sync templates
* docs: sync templates, rename workflows and notes.orgCraig Jennings2026-02-071-44/+71
| | | | | | Sync from templates. Rename NOTES.org to notes.org, session-wrap-up to wrap-it-up, retrospective-workflow to retrospective, session-start to startup. Update all references.
* docs: update protocols and session wrap-up workflowCraig Jennings2026-01-311-0/+10
| | | | | | | - Add Wayland environment section to protocols (wl-copy, Hyprland) - Add session-context deletion step to wrap-up workflow - Add clean git state verification before valediction - Update todo.org tasks
* Fix LUKS encryption for btrfs (single and multi-disk)Craig Jennings2026-01-241-11/+33
| | | | | | | - Use -d - flag for cryptsetup stdin key input (matches easy-arch) - Change ((i++)) to ((++i)) to avoid set -e exit on 0 increment - Add btrfs-mirror-luks test config - Update status protocol with sound notifications
* Sync templates, update session contextCraig Jennings2026-01-241-8/+8
|
* Simplify session startup instructions in protocols.orgCraig Jennings2026-01-221-2/+1
|
* Add retrospective workflow and PRINCIPLES.org for continuous improvementCraig Jennings2026-01-221-14/+46
| | | | | | | | | - docs/PRINCIPLES.org: Behavioral lessons from retrospectives - docs/retrospectives/: Directory for retrospective records - docs/protocols.org: Add PRINCIPLES.org to session startup reading list Establishes pattern for learning from problem-solving sessions and capturing behavioral (not just technical) lessons.
* Sync templates, add session contextCraig Jennings2026-01-191-0/+25
|
* Add comprehensive installation tests and ZFS script deploymentCraig Jennings2026-01-191-0/+19
| | | | | | | - Add scripts/full-test.sh for automated install testing (single, mirror, raidz1) - Add --full-test option to build-release workflow - Install zfssnapshot and zfsrollback to target system during install - Simplify .gitignore to exclude entire vm/ directory
* Add docs directoryCraig Jennings2026-01-171-0/+360
Project documentation and workflow definitions.