| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 11 days | rocky-vm-setup: add helix 25.07.1 (EPEL) | Paul Buetow | |
| 11 days | Merge branch 'master' of ssh://r0:30022/repos/dotfiles | Paul Buetow | |
| 11 days | home_tmux_rocky: source rocky overrides at END of tmux.conf so colors win | Paul Buetow | |
| 11 days | Update | Paul Buetow | |
| 11 days | rocky-vm-setup: document pane indicators in red/orange for nested tmux | Paul Buetow | |
| 11 days | tmux.rocky.conf: add pane indicators in red/orange (display-panes, ↵ | Paul Buetow | |
| pane-border-status, window-status format) | |||
| 11 days | rocky-vm-setup: tmux color scheme to red/orange (colour208) | Paul Buetow | |
| 11 days | tmux.rocky.conf: switch to red/orange color scheme | Paul Buetow | |
| 11 days | rocky-vm-setup: document tmux color scheme (bright green + red borders) | Paul Buetow | |
| 11 days | tmux.rocky.conf: add drastic color scheme (bright green status, red borders, ↵ | Paul Buetow | |
| ROCKY label) | |||
| 12 days | rocky-vm-setup: add nested tmux C-g prefix, tmux 3.2 compat; cross-ref f3s skill | Paul Buetow | |
| 12 days | home_tmux_rocky: fix hostname detection for Rex compatibility | Paul Buetow | |
| 12 days | Merge branch 'master' of ssh://r0:30022/repos/dotfiles | Paul Buetow | |
| 12 days | tmux: add rocky overrides (C-g prefix for nested tmux), remove ↵ | Paul Buetow | |
| extended-keys-format for tmux 3.2 compat | |||
| 12 days | pkg_rocky: add zoxide, revert to Rex pkg directive | Paul Buetow | |
| 12 days | Merge branch 'master' of ssh://r0:30022/repos/dotfiles | Paul Buetow | |
| 12 days | dotfiles: add Rocky Linux (EL9) package target, exclude unavailable pkgs | Paul Buetow | |
| 12 days | f3s: add rocky VM to zrepl replication; update docs | Paul Buetow | |
| 12 days | Update | Paul Buetow | |
| 12 days | Update rocky VM: add WireGuard IP 192.168.2.123, expand disk to 200G, ↵ | Paul Buetow | |
| document LVM layout | |||
| 12 days | Update FreeBSD monitoring skill: add f3 to node_exporter scrape targets | Paul 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 days | update prompts | Paul Buetow | |
| 12 days | Update | Paul Buetow | |
| 13 days | fish: add pi-local and pi-local-tools abbreviations for pi coding agent | Paul Buetow | |
| 2026-06-06 | add fedora-power-management skill and auto-switcher | Paul Buetow | |
| 2026-06-05 | feat(taskwarrior): export +agent tasks to JSON history before cleanup | Paul Buetow | |
| 2026-06-03 | feat: add fish 4.3 migration files and tmux extended-keys support | Paul 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-03 | update prompts | Paul Buetow | |
| 2026-05-31 | tmux: add Prefix+I / Prefix+O to cycle A- sessions | Paul 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-31 | tmux: add prefix+@ binding to toggle A- session prefix | Paul 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-31 | Update | Paul Buetow | |
| 2026-05-30 | update prompts | Paul Buetow | |
| 2026-05-30 | sync skills: update f3s USB key docs | Paul Buetow | |
| 2026-05-30 | foo | Paul Buetow | |
| 2026-05-30 | also share go best practices | Paul Buetow | |
| 2026-05-30 | new | Paul Buetow | |
| 2026-05-29 | feat: prioritize agent-labeled tmux sessions when attaching | Paul Buetow | |
| 2026-05-28 | Rename tmpclean to tmputils::clean with namespaced prefix | Paul Buetow | |
| 2026-05-28 | supersync: call tmpclean to archive stale tmp folders | Paul Buetow | |
| 2026-05-28 | tmpclean: remove dry-run mode, always perform real run | Paul Buetow | |
| 2026-05-28 | Make tmpclean portable: support both Linux and macOS stat/find | Paul Buetow | |
| 2026-05-28 | Fix tmpclean: guard against empty age variables in test comparisons | Paul Buetow | |
| 2026-05-28 | Add tmpclean function: move stale tmp folders to OLD/ with --dry-run support | Paul Buetow | |
| 2026-05-28 | Update | Paul Buetow | |
| 2026-05-27 | add burning-audio-cd skill and scripts | Paul Buetow | |
| 2026-05-27 | refactor: simplify gitsyncer config and improve NFS umount logic | Paul 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-27 | update prompts | Paul Buetow | |
| 2026-05-27 | agent-task-management: note that tags cannot contain hyphens | Paul 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-27 | wol-f3s: umount NFS filesystems on earth before shutdown | Paul 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-26 | next-task: use ask projects instead of task +agent | Paul Buetow | |
