| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 3 days | rocky-vm-setup: document tmux color scheme (bright green + red borders) | Paul Buetow | |
| 3 days | rocky-vm-setup: add nested tmux C-g prefix, tmux 3.2 compat; cross-ref f3s skill | Paul Buetow | |
| 3 days | home_tmux_rocky: fix hostname detection for Rex compatibility | Paul Buetow | |
| 3 days | Merge branch 'master' of ssh://r0:30022/repos/dotfiles | Paul Buetow | |
| 3 days | tmux: add rocky overrides (C-g prefix for nested tmux), remove ↵ | Paul Buetow | |
| extended-keys-format for tmux 3.2 compat | |||
| 3 days | pkg_rocky: add zoxide, revert to Rex pkg directive | Paul Buetow | |
| 3 days | Merge branch 'master' of ssh://r0:30022/repos/dotfiles | Paul Buetow | |
| 3 days | dotfiles: add Rocky Linux (EL9) package target, exclude unavailable pkgs | Paul Buetow | |
| 3 days | f3s: add rocky VM to zrepl replication; update docs | Paul Buetow | |
| 4 days | Update | Paul Buetow | |
| 4 days | Update rocky VM: add WireGuard IP 192.168.2.123, expand disk to 200G, ↵ | Paul Buetow | |
| document LVM layout | |||
| 4 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. | |||
| 4 days | update prompts | Paul Buetow | |
| 4 days | Update | Paul Buetow | |
| 5 days | fish: add pi-local and pi-local-tools abbreviations for pi coding agent | Paul Buetow | |
| 7 days | add fedora-power-management skill and auto-switcher | Paul Buetow | |
| 8 days | feat(taskwarrior): export +agent tasks to JSON history before cleanup | Paul Buetow | |
| 9 days | 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 | |||
| 9 days | update prompts | Paul Buetow | |
| 12 days | 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> | |||
| 13 days | 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> | |||
| 13 days | Update | Paul Buetow | |
| 13 days | update prompts | Paul Buetow | |
| 13 days | sync skills: update f3s USB key docs | Paul Buetow | |
| 13 days | foo | Paul Buetow | |
| 13 days | also share go best practices | Paul Buetow | |
| 13 days | 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 | |
| 2026-05-25 | sync skills: rename sync-skills to commit-skills | Paul Buetow | |
| 2026-05-25 | sync skills: add check-shopping-status, protonbridge-imap, sync-skills; add ↵ | Paul Buetow | |
| creating-cd-mixes scripts | |||
| 2026-05-24 | update prompts | Paul Buetow | |
| 2026-05-23 | Add random GNOME wallpaper timer via systemd user units | Paul Buetow | |
| 2026-05-21 | jo | Paul Buetow | |
| 2026-05-21 | Update | Paul Buetow | |
| 2026-05-21 | Update | Paul Buetow | |
| 2026-05-20 | helix: add harper-ls grammar checker alongside vale-ls | Paul Buetow | |
| Installs harper-ls (cargo install harper-ls --locked) and enables it for markdown and git-commit filetypes where vale-ls is active. Uses British dialect and hint severity to keep diagnostics unobtrusive. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-17 | f3s thermal: revert rack position note | Paul Buetow | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
