summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-03-08joPaul Buetow
2026-03-07UpdatePaul Buetow
2026-03-07UpdatePaul Buetow
2026-03-05UpdatePaul Buetow
2026-03-05UpdatePaul Buetow
2026-03-05UpdatePaul Buetow
2026-03-05UpdatePaul Buetow
2026-03-04fix: quote and improve 100-go-mistakes skill description for better YAML ↵Paul Buetow
parsing and trigger matching Amp-Thread-ID: https://ampcode.com/threads/T-019cba8f-7ee3-73c6-b7ce-503bd656dae8 Co-authored-by: Amp <amp@ampcode.com>
2026-03-04UpdatePaul Buetow
2026-03-04chore: remove all TL;DR headers from reference filesPaul Buetow
Amp-Thread-ID: https://ampcode.com/threads/T-019cba2c-0536-70d9-956b-8ff115f07646 Co-authored-by: Amp <amp@ampcode.com>
2026-03-04fix: populate stub reference files, remove redundant TL;DR, fix HTML entitiesPaul Buetow
- Populate 19 stub files with actual content from 100go.co - Remove redundant bare 'TL;DR' line after '#### TL;DR' header in 76 files - Convert 3 mid-file '#### TL;DR / Note' sections to '#### Note' - Fix HTML entities (&lt; &gt; &amp;) to proper characters in 9 files Amp-Thread-ID: https://ampcode.com/threads/T-019cba2c-0536-70d9-956b-8ff115f07646 Co-authored-by: Amp <amp@ampcode.com>
2026-03-04UpdatePaul Buetow
2026-03-03betterPaul Buetow
2026-03-03add 100 go mistakes skillPaul Buetow
2026-03-03UpdatePaul Buetow
2026-03-03more on thisPaul Buetow
2026-03-03more on thisPaul Buetow
2026-03-03joPaul Buetow
2026-03-03UpdatePaul Buetow
2026-03-02UpdatePaul Buetow
2026-03-01UpdatePaul Buetow
2026-03-01UpdatePaul Buetow
2026-03-01newPaul Buetow
2026-02-28update skillsPaul Buetow
2026-02-28UpdatePaul Buetow
2026-02-28UpdatePaul Buetow
2026-02-28UpdatePaul Buetow
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>