summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-04-10UpdatePaul Buetow
2026-04-10tmux: add quickview popup binding with VPaul 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-10UpdatePaul Buetow
2026-04-09UpdatePaul Buetow
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-08UpdatePaul Buetow
2026-04-08Use Raspberry Pi Pi-hole nodes in DNS toggle scriptPaul 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-08UpdatePaul Buetow
2026-04-07UpdatePaul Buetow
2026-04-07UpdatePaul Buetow
2026-04-07UpdatePaul Buetow
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-31immich-export: fix null nextPage causing silent exit on last pagePaul Buetow
When the API returns null for nextPage, Python's .get('nextPage','') still returns None (key exists), and print(None) yields "None" — a non-empty string. The loop then tried to fetch page "None", curl failed, and set -e killed the script silently. Use 'or ""' to coerce None to empty string. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-31immich-export: fix associative array to prevent silent key dropsPaul Buetow
declare -A with inline \$() substitutions can silently drop entries in some bash versions; assign keys after declaration to ensure both accounts load. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-31immich-export: download to .tmp then rename to avoid partial filesPaul Buetow
Downloads each asset to <filename>.tmp first, renaming to the final path only on success. Also cleans up stale .tmp files from aborted previous runs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-31immich-export: add two-phase discovery+download for real progress reportingPaul Buetow
The Immich search API's 'total' field only reflects the current page size, not the actual total. Fix by first paginating all pages to collect the full asset list, then downloading with accurate [X/total] progress. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-31Add immich-export script to download images from Immich by date rangePaul Buetow
Exports images (no videos) from paul and albena accounts for a configurable date range via the Immich REST API, skipping already-downloaded files. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-31yesPaul Buetow
2026-03-30Add home_gitconfig task to deploy global git config on LinuxPaul Buetow
Amp-Thread-ID: https://ampcode.com/threads/T-019d401d-bdcc-75aa-a09d-5f0e1aa626c6 Co-authored-by: Amp <amp@ampcode.com>
2026-03-30update promptsPaul Buetow
2026-03-29update promptsPaul Buetow
2026-03-29Add Raspberry Pi shutdown support to wol-f3s scriptPaul Buetow
Amp-Thread-ID: https://ampcode.com/threads/T-019d3931-728f-71fa-9296-5e3a40694873 Co-authored-by: Amp <amp@ampcode.com>
2026-03-29add git difftool keybindings and external diff commandPaul 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-26fish: source ask completions from ~/go/bin/askPaul Buetow
2026-03-26UpdatePaul Buetow
2026-03-26improve tmux session/project attach logic, support directory argumentPaul 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-25tmux: add 'a' binding for adhoc scratch sessionPaul Buetow
2026-03-25update promptsPaul Buetow
2026-03-25UpdatePaul Buetow
2026-03-25UpdatePaul Buetow
2026-03-24UpdatePaul Buetow
2026-03-24Update 2-start-task.md: clarify task requirements, add "Finding a task" ↵Paul Buetow
section with example usage