| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-04-10 | Update | Paul Buetow | |
| 2026-04-10 | tmux: add quickview popup binding with V | 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-10 | Update | Paul Buetow | |
| 2026-04-09 | Update | Paul Buetow | |
| 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 | Update | Paul Buetow | |
| 2026-04-08 | Use Raspberry Pi Pi-hole nodes in DNS toggle script | 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-08 | Update | Paul Buetow | |
| 2026-04-07 | Update | Paul Buetow | |
| 2026-04-07 | Update | Paul Buetow | |
| 2026-04-07 | Update | Paul Buetow | |
| 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 | immich-export: fix null nextPage causing silent exit on last page | Paul 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-31 | immich-export: fix associative array to prevent silent key drops | Paul 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-31 | immich-export: download to .tmp then rename to avoid partial files | Paul 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-31 | immich-export: add two-phase discovery+download for real progress reporting | Paul 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-31 | Add immich-export script to download images from Immich by date range | Paul 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-31 | yes | Paul Buetow | |
| 2026-03-30 | Add home_gitconfig task to deploy global git config on Linux | Paul Buetow | |
| Amp-Thread-ID: https://ampcode.com/threads/T-019d401d-bdcc-75aa-a09d-5f0e1aa626c6 Co-authored-by: Amp <amp@ampcode.com> | |||
| 2026-03-30 | update prompts | Paul Buetow | |
| 2026-03-29 | update prompts | Paul Buetow | |
| 2026-03-29 | Add Raspberry Pi shutdown support to wol-f3s script | Paul Buetow | |
| Amp-Thread-ID: https://ampcode.com/threads/T-019d3931-728f-71fa-9296-5e3a40694873 Co-authored-by: Amp <amp@ampcode.com> | |||
| 2026-03-29 | add git difftool keybindings and external diff command | 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 | fish: source ask completions from ~/go/bin/ask | Paul Buetow | |
| 2026-03-26 | Update | Paul Buetow | |
| 2026-03-26 | improve tmux session/project attach logic, support directory argument | 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 | tmux: add 'a' binding for adhoc scratch session | Paul Buetow | |
| 2026-03-25 | update prompts | Paul Buetow | |
| 2026-03-25 | Update | Paul Buetow | |
| 2026-03-25 | Update | Paul Buetow | |
| 2026-03-24 | Update | Paul Buetow | |
| 2026-03-24 | Update 2-start-task.md: clarify task requirements, add "Finding a task" ↵ | Paul Buetow | |
| section with example usage | |||
