| Age | Commit message (Collapse) | Author |
|
|
|
|
|
extended-keys-format for tmux 3.2 compat
|
|
|
|
|
|
|
|
|
|
|
|
document LVM layout
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
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>
|
|
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Remove unused gitsyncer host entry for paul@t450:git
- Remove 'playground' from repository list
- Enhance umount logic to handle already-unmounted NFS mounts gracefully
|
|
|
|
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>
|
|
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>
|
|
|
|
|
|
creating-cd-mixes scripts
|
|
|
|
|
|
|
|
|
|
|
|
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>
|
|
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
f0 sits at the bottom of the rack with a fan directly underneath,
so it consistently runs 10-15°C cooler than f1/f2 at the same load.
f1/f2 are higher up in warmer rising air with no dedicated airflow.
Do not use f0 as a baseline when comparing temps across hosts.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
Replace conservative guesses with actual data from Beelink S12 Pro
reviews and Intel N100 specs (TJmax 105°C, hardware throttle ~100°C).
Add a table with scenario/expected/action rows covering idle through
thermal throttle, plus real-world observations from 2026-05-17 across
all four f-hosts. Adjust remediation steps to match the revised
thresholds (investigate >80°C at moderate load; stop I/O at >90°C).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|