aboutsummaryrefslogtreecommitdiff
path: root/docs/PLAN-archangel-btrfs.org
Commit message (Collapse)AuthorAgeFilesLines
* chore: add docs/ to .gitignore and untrack personal filesCraig Jennings2026-02-221-227/+0
| | | | | docs/ contains session history, personal workflows, and private protocols that shouldn't be in a public repository.
* docs: sync templates, rename workflows and notes.orgCraig Jennings2026-02-071-1/+1
| | | | | | 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.
* Phase 2.1: Implement btrfs supportCraig Jennings2026-01-231-8/+26
| | | | | | | | | | | - Create lib/btrfs.sh with full btrfs installation functions - Subvolume layout matching ZFS datasets (10 subvols) - Snapper configuration with timeline policy - GRUB + grub-btrfs for snapshot boot menu - Update disk.sh for filesystem-aware partition type - Update archangel with install_btrfs() path - Update build.sh to include lib/btrfs.sh - Update plan with Phase 2.7 (test) and 2.8 (LUKS)
* Add btrfs implementation planCraig Jennings2026-01-231-0/+209
- Create PLAN-archangel-btrfs.org with 6-phase implementation - Phases: Refactor, Btrfs, Multi-disk, Testing, CLI tools, Docs - Add TODO referencing the plan