summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
10 daysupdate promptsHEADmasterPaul Buetow
12 daysupdate promptsPaul Buetow
14 daysrefactor: update completion model to qwen3-coder-next and add player referencePaul Buetow
14 daysDocument zrepl snapshot retentionPaul Buetow
2026-05-02Move supersync worktime logicPaul Buetow
2026-05-02UpdatePaul Buetow
2026-05-01hexai: switch default Ollama Cloud model to gemma4:31b-cloudPaul Buetow
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-01update promptsPaul Buetow
2026-05-01UpdatePaul Buetow
2026-04-29Add supersync lock filePaul Buetow
2026-04-29tmux: avoid fish wrappers for popupsPaul Buetow
Task: z9
2026-04-29update promptsPaul Buetow
2026-04-28deprecate this way of collecting uprecordsPaul Buetow
2026-04-27fixPaul Buetow
2026-04-27UpdatePaul Buetow
2026-04-26UpdatePaul Buetow
2026-04-26UpdatePaul Buetow
2026-04-26UpdatePaul Buetow
2026-04-26UpdatePaul Buetow
2026-04-26UpdatePaul Buetow
2026-04-26UpdatePaul Buetow
2026-04-26Add hexai config to dotfiles (Linux only)Paul Buetow
Manage ~/.config/hexai/config.toml from the dotfiles repo, mirroring how helix, lazygit, and opencode are handled. The home_hexai task is gated to Linux because hexai is currently only used on the Linux workstation. The deployed config sets Ollama Cloud (kimi-k2.6 at https://ollama.com) as the default provider and uses gemma4:31b for in-code completion. The API key is read from $HEXAI_OLLAMA_API_KEY (or $OLLAMA_API_KEY). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-25Revert "Update"Paul Buetow
This reverts commit 794b3ab1ffb38b230947aac40220e116673c1fe2.
2026-04-25UpdatePaul Buetow
2026-04-22UpdatePaul Buetow
2026-04-21joPaul Buetow
2026-04-21Merge branch 'master' of codeberg.org:snonux/dotfilesPaul Buetow
2026-04-20update promptsPaul Buetow
2026-04-20adjustPaul 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-19fish: add foostore integration via built-in fish subcommandPaul Buetow
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-19taskwarrior: exclude +personal tag from gos queue hashtagsPaul Buetow
Amp-Thread-ID: https://ampcode.com/threads/T-019da4a8-07f1-7698-829a-89fa7fab9129 Co-authored-by: Amp <amp@ampcode.com>
2026-04-19Add taskwarrior::gos_queue to export +share tasks to gosPaul Buetow
Automatically exports pending +share tasks to gos queue files in $GOS_DIR. Platform tags (e.g. +li, +mastodon, +sno) become share:PLATFORM in the gos inline tag format. Modifier tags (+soon, +prio, +now, +ask) are appended as comma-separated modifiers. Remaining tags are added as hashtags at the end of the message. Tasks are deleted from taskwarrior after export. Uses UUIDs instead of IDs for stability. Amp-Thread-ID: https://ampcode.com/threads/T-019da484-d04c-74aa-872c-7282564810d5 Co-authored-by: Amp <amp@ampcode.com>
2026-04-18UpdatePaul Buetow
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-14UpdatePaul Buetow
2026-04-12update skillPaul Buetow
2026-04-11remove the pathPaul Buetow
2026-04-11update promptsPaul Buetow
2026-04-11UpdatePaul 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-10fixPaul Buetow
2026-04-10UpdatePaul Buetow
2026-04-10fish: ignore binary suffixes in quickedit index and pickerPaul Buetow
Extend quickedit_ignore_suffixes with configurable extensions, filter at index build and after grep, and add Office/ODF and other binary types found in QuickEdit index. Made-with: Cursor