| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-11 | Update | Paul Buetow | |
| 2026-05-10 | f3s/storage: update NFS fstab to hard,timeo=600,retrans=3 | Paul Buetow | |
| Switch r0/r1/r2 NFS client mount options from soft,timeo=10,retrans=2,intr to hard,timeo=600,retrans=3. Removes the soft mount that was causing EIO on transient stunnel/CARP hiccups; hard mounts retry indefinitely, which is safer for DB-like workloads (immich, miniflux, audiobookshelf). The intr option was a no-op since kernel 2.6.25 and is dropped. Navidrome's /data is now on local-path so it is unaffected by this change. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-10 | f3s/storage: document NFS auto-repair subsystem and fix stale cron reference | Paul Buetow | |
| Update 'Pods stuck' troubleshooting entry: the script is now driven by a systemd timer (10 s) rather than a cron job (1 min). Add a new 'NFS Auto-Repair: nfs-mount-monitor' section documenting the repo layout (f3s/r-nodes/nfs-mount-monitor/), the Rex deploy command, what the script does, and timer configuration. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-07 | update prompts | Paul Buetow | |
| 2026-05-05 | update prompts | Paul Buetow | |
| 2026-05-03 | refactor: update completion model to qwen3-coder-next and add player reference | Paul Buetow | |
| 2026-05-03 | Document zrepl snapshot retention | Paul Buetow | |
| 2026-05-01 | update prompts | Paul Buetow | |
| 2026-05-01 | Update | Paul Buetow | |
| 2026-04-29 | update prompts | Paul Buetow | |
| 2026-04-20 | update prompts | Paul Buetow | |
| 2026-04-19 | Update package repo references, add new reference files for client setup, ↵ | Paul Buetow | |
| dtail package, OpenBSD build VM, and repo architecture. Remove obsolete package-repos.md. | |||
| 2026-04-18 | update prompts | Paul Buetow | |
| 2026-04-18 | add | Paul Buetow | |
| 2026-04-18 | Update | Paul Buetow | |
| 2026-04-17 | update prompts | Paul Buetow | |
| 2026-04-15 | update prompts | Paul Buetow | |
| 2026-04-12 | update skill | Paul Buetow | |
| 2026-04-11 | remove the path | Paul Buetow | |
| 2026-04-11 | update prompts | Paul Buetow | |
| 2026-04-11 | Update | Paul Buetow | |
| 2026-04-11 | f3s skill: Pi-hole on pi2/pi3, LAN wildcard DNS, dserver index | Paul Buetow | |
| Document Docker Pi-hole on Raspberry Pis, *.f3s.lan.buetow.org → CARP VIP, tracked paths in conf (f3s/pihole/docker-pi), client DNS and rollout notes. Add references/pihole-pi.md; track references/dserver.d linked from SKILL.md. Update skill description and IP table entries for pi2/pi3. Made-with: Cursor | |||
| 2026-04-11 | skills: split package repo docs out of f3s | Paul Buetow | |
| 2026-04-10 | Update | Paul Buetow | |
| 2026-04-10 | update prompts | Paul Buetow | |
| 2026-04-10 | jo | Paul Buetow | |
| 2026-04-10 | f3s skill: document Pi lighttpd config and Host-based virtual hosting | Paul Buetow | |
| Amp-Thread-ID: https://ampcode.com/threads/T-019d7766-909d-741c-bcb9-1e1e931f1e1b Co-authored-by: Amp <amp@ampcode.com> | |||
| 2026-04-09 | Add run-command skill; use full path for do CLI in agent-task-management | Paul Buetow | |
| Document running prompts from ~/Notes/Prompts/commands by command name, placeholder mapping, and positional arguments. Update task-management skill and references to invoke ~/go/bin/do explicitly. Made-with: Cursor | |||
| 2026-04-08 | Update f3s skill for Pi static backends | Paul Buetow | |
| 2026-04-08 | f3s skill: add Garage reference (references/garage.md) (task j) | Paul Buetow | |
| Made-with: Cursor | |||
| 2026-04-08 | prompts: rename task CLI examples from ask to do | Paul Buetow | |
| Update agent command docs and auditing-code-quality skill so examples match the Hexai task binary (do, formerly ask). Made-with: Cursor | |||
| 2026-04-08 | skills(agent-task-management): rename CLI references from ask to do | Paul Buetow | |
| Update SKILL.md and reference docs for the do task CLI; add zsh reserved-word note in 00-context. Made-with: Cursor | |||
| 2026-04-07 | Update | Paul Buetow | |
| 2026-04-07 | update prompts | Paul Buetow | |
| 2026-04-05 | extract scanned bills and receipts: split PDFs, name by date/type/address/amount | Paul Buetow | |
| 2026-03-31 | yes | Paul Buetow | |
| 2026-03-30 | update prompts | Paul Buetow | |
| 2026-03-29 | update prompts | Paul Buetow | |
| 2026-03-28 | Update | Paul Buetow | |
| 2026-03-28 | feat(skills): add gemtexter publishing workflow | Paul Buetow | |
| 2026-03-28 | Update blog-writing-style SKILL.md: clarify 9+ month reference window, add ↵ | Paul Buetow | |
| "Don't Over-Edit" guidance, expand rewrite examples, and adjust instructions for clarity. | |||
| 2026-03-28 | jo | Paul Buetow | |
| 2026-03-27 | prompts: use ask ids in task workflows | Paul Buetow | |
| 2026-03-26 | /work-on-tasks | Paul Buetow | |
| 2026-03-26 | work-on-tasks: cap description display and have sub-agents self-fetch task info | Paul Buetow | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-03-25 | refactor: /work-on-tasks now delegates each task to a fresh sub-agent | Paul Buetow | |
| - Orchestrator picks tasks, marks them started, and spawns a sub-agent for implementation - Each task runs in a clean context; orchestrator never implements tasks directly - Updated docs to clarify sub-agent delegation and context isolation - Improved task loop and reporting steps - See prompts/commands/work-on-tasks.md for new orchestrator/sub-agent workflow | |||
| 2026-03-25 | update prompts | Paul Buetow | |
| 2026-03-24 | Update 2-start-task.md: clarify task requirements, add "Finding a task" ↵ | Paul Buetow | |
| section with example usage | |||
| 2026-03-23 | Update | Paul Buetow | |
| 2026-03-23 | Update | Paul Buetow | |
