summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-02-28UpdatePaul Buetow
2026-02-28morePaul Buetow
2026-02-27add referencesPaul Buetow
2026-02-27more on thisPaul Buetow
2026-02-27add beyondPaul Buetow
2026-02-27add solid principlesPaul Buetow
2026-02-27fooPaul Buetow
2026-02-27renamePaul Buetow
2026-02-27add sharable skillPaul Buetow
2026-02-27renamePaul Buetow
2026-02-25update promptsPaul Buetow
2026-02-23UpdatePaul Buetow
2026-02-22UpdatePaul Buetow
2026-02-22UpdatePaul Buetow
2026-02-22UpdatePaul Buetow
2026-02-22fixPaul Buetow
2026-02-22Implement taskwarrior quicklogger and random_quote in fishPaul Buetow
- Add _taskwarrior::add_task helper: parses --due, --project, --tag flags and calls `task add`, printing the command verbosely before executing it - Implement taskwarrior::quicklogger: scans ql-* files in known notes dirs, parses each line ([NUMBER] TAG[,...] description), creates tasks, then chmod 600 + moves processed files to /tmp - Implement taskwarrior::random_quote: fills +random task slots from random *.md bullet entries; tags each task with +random and the source filename; 10% chance to also add +work Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-22UpdatePaul Buetow
2026-02-22UpdatePaul Buetow
2026-02-22UpdatePaul Buetow
2026-02-22UpdatePaul Buetow
2026-02-22Port taskwarrior feeder from ruby to fishPaul Buetow
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