summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-02-22fix: route work-tagged notes to task_add instead of worklog_addPaul Buetow
Notes with 'work' tag were routed to worklog_add! which wrote a raw txt file to worktime dir, losing the +work tag. Now they go through task_add! creating a proper Taskwarrior task with +work that gets exported to worktime via taskwarrior::export. Amp-Thread-ID: https://ampcode.com/threads/T-019c85e5-1074-70cc-a6a3-9f1b68abee3d Co-authored-by: Amp <amp@ampcode.com>
2026-02-22fix: export completed +work tasks to worktime repoPaul Buetow
Previously only status:pending tasks were exported, so any +work task completed before supersync ran was silently skipped and never reached the worktime git repo. Completed +work +random tasks were then permanently lost by taskwarrior::db::prune. Amp-Thread-ID: https://ampcode.com/threads/T-019c85e5-1074-70cc-a6a3-9f1b68abee3d Co-authored-by: Amp <amp@ampcode.com>
2026-02-22wire codex slash commands into home_promptsPaul Buetow
2026-02-22UpdatePaul Buetow
2026-02-22UpdatePaul Buetow
2026-02-21UpdatePaul Buetow
2026-02-21more on promptsPaul Buetow
2026-02-21UpdatePaul Buetow
2026-02-21add project taskwarriorPaul Buetow
2026-02-21UpdatePaul Buetow
2026-02-21UpdatePaul Buetow
2026-02-20Merge branch 'master' of codeberg.org:snonux/dotfilesPaul Buetow
2026-02-20UpdatePaul Buetow
2026-02-20UpdatePaul Buetow
2026-02-18UpdatePaul Buetow
2026-02-17Merge branch 'master' of codeberg.org:snonux/dotfilesPaul Buetow
2026-02-17UpdatePaul Buetow
2026-02-17UpdatePaul Buetow
2026-02-17renamePaul Buetow
2026-02-17Add create-skill, update-skill, and delete-skill meta-commandsPaul Buetow
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17Convert commands and context to skills, add skills symlinks to RexfilePaul Buetow
Move purge-file-from-git, compose-blog-post, increment-version-and-push from commands to skills format, and convert go-best-practices from context to a skill. Update Rexfile home_prompts task to symlink both commands and skills directories for cursor, claude, agents, and opencode. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15UpdatePaul Buetow
2026-02-14update promptPaul Buetow
2026-02-14add go best practicesPaul Buetow
2026-02-14UpdatePaul Buetow
2026-02-13update promptPaul Buetow
2026-02-13update promptPaul Buetow
2026-02-12update helix/languages.toml: add new language configuration for git-commit ↵Paul Buetow
messages
2026-02-12UpdatePaul Buetow
2026-02-12UpdatePaul Buetow
2026-02-12UpdatePaul Buetow
2026-02-12addPaul Buetow
2026-02-12Add opencode commands symlinkPaul Buetow
2026-02-12fooPaul Buetow
2026-02-12UpdatePaul Buetow
2026-02-10UpdatePaul Buetow
2026-02-10UpdatePaul Buetow
2026-02-08add gitignorePaul Buetow
2026-02-08tmux: switch bind-key e to hexai-tmux-editPaul Buetow
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-08Add pihole-dns-toggle script for FedoraPaul Buetow
Script to easily toggle Pi-hole DNS on/off for active network connections using NetworkManager. Includes OS check to ensure it only runs on Fedora. Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-08UpdatePaul Buetow
2026-02-08fixPaul Buetow
2026-02-08UpdatePaul Buetow
2026-02-08Install slash commands for both Cursor and Claude CodePaul Buetow
Rename cursor/commands to cursor/slashcommands, rename the Rex task from home_cursor to home_slashcommands, and install the same commands to both ~/.cursor/commands/ and ~/.claude/commands/. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08cleanupPaul Buetow
2026-02-07fix pathPaul Buetow
2026-02-07renamePaul Buetow
2026-02-07UpdatePaul Buetow
2026-02-04UpdatePaul Buetow
2026-02-03UpdatePaul Buetow