summaryrefslogtreecommitdiff
path: root/prompts
AgeCommit message (Collapse)Author
2026-05-11UpdatePaul Buetow
2026-05-10f3s/storage: update NFS fstab to hard,timeo=600,retrans=3Paul 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-10f3s/storage: document NFS auto-repair subsystem and fix stale cron referencePaul 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-07update promptsPaul Buetow
2026-05-05update promptsPaul Buetow
2026-05-03refactor: update completion model to qwen3-coder-next and add player referencePaul Buetow
2026-05-03Document zrepl snapshot retentionPaul Buetow
2026-05-01update promptsPaul Buetow
2026-05-01UpdatePaul Buetow
2026-04-29update promptsPaul Buetow
2026-04-20update promptsPaul Buetow
2026-04-19Update 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-18update promptsPaul Buetow
2026-04-18addPaul Buetow
2026-04-18UpdatePaul Buetow
2026-04-17update promptsPaul Buetow
2026-04-15update promptsPaul Buetow
2026-04-12update skillPaul Buetow
2026-04-11remove the pathPaul Buetow
2026-04-11update promptsPaul Buetow
2026-04-11UpdatePaul Buetow
2026-04-11f3s skill: Pi-hole on pi2/pi3, LAN wildcard DNS, dserver indexPaul 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-11skills: split package repo docs out of f3sPaul Buetow
2026-04-10UpdatePaul Buetow
2026-04-10update promptsPaul Buetow
2026-04-10joPaul Buetow
2026-04-10f3s skill: document Pi lighttpd config and Host-based virtual hostingPaul Buetow
Amp-Thread-ID: https://ampcode.com/threads/T-019d7766-909d-741c-bcb9-1e1e931f1e1b Co-authored-by: Amp <amp@ampcode.com>
2026-04-09Add run-command skill; use full path for do CLI in agent-task-managementPaul 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-08Update f3s skill for Pi static backendsPaul Buetow
2026-04-08f3s skill: add Garage reference (references/garage.md) (task j)Paul Buetow
Made-with: Cursor
2026-04-08prompts: rename task CLI examples from ask to doPaul 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-08skills(agent-task-management): rename CLI references from ask to doPaul 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-07UpdatePaul Buetow
2026-04-07update promptsPaul Buetow
2026-04-05extract scanned bills and receipts: split PDFs, name by date/type/address/amountPaul Buetow
2026-03-31yesPaul Buetow
2026-03-30update promptsPaul Buetow
2026-03-29update promptsPaul Buetow
2026-03-28UpdatePaul Buetow
2026-03-28feat(skills): add gemtexter publishing workflowPaul Buetow
2026-03-28Update 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-28joPaul Buetow
2026-03-27prompts: use ask ids in task workflowsPaul Buetow
2026-03-26/work-on-tasksPaul Buetow
2026-03-26work-on-tasks: cap description display and have sub-agents self-fetch task infoPaul Buetow
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-25refactor: /work-on-tasks now delegates each task to a fresh sub-agentPaul 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-25update promptsPaul Buetow
2026-03-24Update 2-start-task.md: clarify task requirements, add "Finding a task" ↵Paul Buetow
section with example usage
2026-03-23UpdatePaul Buetow
2026-03-23UpdatePaul Buetow