summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
11 daysrocky-vm-setup: add helix 25.07.1 (EPEL)Paul Buetow
11 daysMerge branch 'master' of ssh://r0:30022/repos/dotfilesPaul Buetow
11 dayshome_tmux_rocky: source rocky overrides at END of tmux.conf so colors winPaul Buetow
11 daysUpdatePaul Buetow
11 daysrocky-vm-setup: document pane indicators in red/orange for nested tmuxPaul Buetow
11 daystmux.rocky.conf: add pane indicators in red/orange (display-panes, ↵Paul Buetow
pane-border-status, window-status format)
11 daysrocky-vm-setup: tmux color scheme to red/orange (colour208)Paul Buetow
11 daystmux.rocky.conf: switch to red/orange color schemePaul Buetow
11 daysrocky-vm-setup: document tmux color scheme (bright green + red borders)Paul Buetow
11 daystmux.rocky.conf: add drastic color scheme (bright green status, red borders, ↵Paul Buetow
ROCKY label)
12 daysrocky-vm-setup: add nested tmux C-g prefix, tmux 3.2 compat; cross-ref f3s skillPaul Buetow
12 dayshome_tmux_rocky: fix hostname detection for Rex compatibilityPaul Buetow
12 daysMerge branch 'master' of ssh://r0:30022/repos/dotfilesPaul Buetow
12 daystmux: add rocky overrides (C-g prefix for nested tmux), remove ↵Paul Buetow
extended-keys-format for tmux 3.2 compat
12 dayspkg_rocky: add zoxide, revert to Rex pkg directivePaul Buetow
12 daysMerge branch 'master' of ssh://r0:30022/repos/dotfilesPaul Buetow
12 daysdotfiles: add Rocky Linux (EL9) package target, exclude unavailable pkgsPaul Buetow
12 daysf3s: add rocky VM to zrepl replication; update docsPaul Buetow
12 daysUpdatePaul Buetow
12 daysUpdate rocky VM: add WireGuard IP 192.168.2.123, expand disk to 200G, ↵Paul Buetow
document LVM layout
12 daysUpdate FreeBSD monitoring skill: add f3 to node_exporter scrape targetsPaul Buetow
f3 is now running node_exporter and is included in Prometheus scraping alongside f0/f1/f2. Updated the skill reference to reflect the new scrape config (192.168.2.133:9100) and include f3 in the host list.
12 daysupdate promptsPaul Buetow
12 daysUpdatePaul Buetow
13 daysfish: add pi-local and pi-local-tools abbreviations for pi coding agentPaul Buetow
2026-06-06add fedora-power-management skill and auto-switcherPaul Buetow
2026-06-05feat(taskwarrior): export +agent tasks to JSON history before cleanupPaul Buetow
2026-06-03feat: add fish 4.3 migration files and tmux extended-keys supportPaul Buetow
- fish_frozen_key_bindings.fish: migrate fish_key_bindings to global scope - fish_frozen_theme.fish: migrate syntax highlighting theme to global scope - gemtexter.fish: add gemtexter publish functions - tmux.conf: enable extended-keys for modern terminal key handling
2026-06-03update promptsPaul Buetow
2026-05-31tmux: add Prefix+I / Prefix+O to cycle A- sessionsPaul Buetow
Mirrors the default Prefix+( / Prefix+) bindings but filtered to sessions whose name starts with the 'A-' agent-workload prefix. Logic lives in scripts/tmux-cycle-a-session. Amp-Thread-ID: https://ampcode.com/threads/T-019e7daf-7dbc-720d-a818-d971666b01e0 Co-authored-by: Amp <amp@ampcode.com>
2026-05-31tmux: add prefix+@ binding to toggle A- session prefixPaul Buetow
Marks the current tmux session as an agent workload by prepending 'A-' to its name; pressing the same key again strips the prefix. Fits the existing convention used by tmux::attach in fish/conf.d/tmux.fish. Amp-Thread-ID: https://ampcode.com/threads/T-019e7cd6-bcb9-71b8-b21a-da8e7a37dc1d Co-authored-by: Amp <amp@ampcode.com>
2026-05-31UpdatePaul Buetow
2026-05-30update promptsPaul Buetow
2026-05-30sync skills: update f3s USB key docsPaul Buetow
2026-05-30fooPaul Buetow
2026-05-30also share go best practicesPaul Buetow
2026-05-30newPaul Buetow
2026-05-29feat: prioritize agent-labeled tmux sessions when attachingPaul Buetow
2026-05-28Rename tmpclean to tmputils::clean with namespaced prefixPaul Buetow
2026-05-28supersync: call tmpclean to archive stale tmp foldersPaul Buetow
2026-05-28tmpclean: remove dry-run mode, always perform real runPaul Buetow
2026-05-28Make tmpclean portable: support both Linux and macOS stat/findPaul Buetow
2026-05-28Fix tmpclean: guard against empty age variables in test comparisonsPaul Buetow
2026-05-28Add tmpclean function: move stale tmp folders to OLD/ with --dry-run supportPaul Buetow
2026-05-28UpdatePaul Buetow
2026-05-27add burning-audio-cd skill and scriptsPaul Buetow
2026-05-27refactor: simplify gitsyncer config and improve NFS umount logicPaul Buetow
- Remove unused gitsyncer host entry for paul@t450:git - Remove 'playground' from repository list - Enhance umount logic to handle already-unmounted NFS mounts gracefully
2026-05-27update promptsPaul Buetow
2026-05-27agent-task-management: note that tags cannot contain hyphensPaul Buetow
Tag names in the ask CLI do not support hyphens (-). Added a clear note in both the rules section and the Conventions section of 1-create-task.md so agents use camelCase or concatenated words instead. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-27wol-f3s: umount NFS filesystems on earth before shutdownPaul Buetow
Before shutting down f3s Beelink hosts (f0/f1/f2/f3), attempt to umount all NFS filesystems currently mounted on earth. NFS mounts on earth go through stunnel (127.0.0.1:2323 -> 192.168.1.138:2323 CARP VIP on f0/f1). If any mount is active and cannot be umounted, the shutdown is aborted to prevent data loss or a hung filesystem. - Add umount_nfs_mounts() that reads /proc/mounts for nfs/nfs4 types, attempts to umount each, and returns 1 if any fail - Call umount_nfs_mounts before proceeding in shutdown, shutdown-f3, and shutdown-all cases (shutdown-pis skipped: Pis do not serve NFS) - Update all comments to explain the NFS-over-stunnel architecture and the safety rationale Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-26next-task: use ask projects instead of task +agentPaul Buetow