summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-03-29add git difftool keybindings and external diff commandPaul Buetow
2026-03-28UpdatePaul Buetow
2026-03-28feat(skills): add gemtexter publishing workflowPaul Buetow
2026-03-28Update 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-28joPaul Buetow
2026-03-27prompts: use ask ids in task workflowsPaul Buetow
2026-03-26/work-on-tasksPaul Buetow
2026-03-26fish: source ask completions from ~/go/bin/askPaul Buetow
2026-03-26UpdatePaul Buetow
2026-03-26improve tmux session/project attach logic, support directory argumentPaul Buetow
2026-03-26work-on-tasks: cap description display and have sub-agents self-fetch task infoPaul Buetow
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-25refactor: /work-on-tasks now delegates each task to a fresh sub-agentPaul 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-25tmux: add 'a' binding for adhoc scratch sessionPaul Buetow
2026-03-25update promptsPaul Buetow
2026-03-25UpdatePaul Buetow
2026-03-25UpdatePaul Buetow
2026-03-24UpdatePaul Buetow
2026-03-24Update 2-start-task.md: clarify task requirements, add "Finding a task" ↵Paul Buetow
section with example usage
2026-03-23UpdatePaul Buetow
2026-03-23UpdatePaul Buetow
2026-03-23Switch to agent-task-management skill; use ask add for project scopingPaul Buetow
2026-03-23UpdatePaul Buetow
2026-03-23fix annotate short UUID usage, clarify dependency and annotation rulesPaul Buetow
2026-03-23fix random_quote_parse_entry: match non-space before colon, not any charPaul Buetow
2026-03-23UpdatePaul Buetow
2026-03-22Add agent-task-management skill and references for task management CLIPaul Buetow
2026-03-22remove taskwarrior-task-management skill and referencesPaul Buetow
2026-03-22fixPaul Buetow
2026-03-21UpdatePaul Buetow
2026-03-21Add are-you-sure prompt, update sharable.md, add gogios SKILLPaul Buetow
2026-03-20mode on thisPaul Buetow
2026-03-20updatePaul Buetow
2026-03-20Add Pi extensions and usage docsPaul Buetow
2026-03-20Add Pi plan mode and fresh subagent extensionsPaul Buetow
2026-03-20remove authPaul Buetow
2026-03-20remove authPaul Buetow
2026-03-20add pi.devPaul Buetow
2026-03-20update model/provider config: add Hyperstack VM2, update model names for clarityPaul Buetow
2026-03-19ask ...Paul Buetow
2026-03-19improve taskwarrior export: show project in maybe, silence deletes, cleanup ↵Paul Buetow
after 30 days
2026-03-19UpdatePaul Buetow
2026-03-19Prefer ask in taskwarrior skillPaul Buetow
2026-03-19UpdatePaul Buetow
2026-03-18f3: add fourth host, migrate FreeBSD VM from f0, update docs, zrepl, ↵Paul Buetow
apcupsd, WireGuard
2026-03-18Move opencode config to static file; switch to vLLM-only backendPaul Buetow
- Remove inline opencode_config_content() and configured_ollama_host() from Rexfile; config is now a plain file in opencode/opencode.json - Remove JSON::PP dependency (no longer needed) - Simplify home_opencode task to one-liner using ensure glob - opencode/opencode.json: all 10 vLLM model presets from hyperstack (qwen3-coder-next, gpt-oss-20b/120b, llama-3.3-70b, qwen25-coder-32b, qwen3-coder-30b, deepseek-r1-32b, qwen3-32b, devstral, nemotron-super) - Default model set to vLLM qwen3-coder-next (was Ollama qwen3-coder:30b) - Ollama models removed; opencode now connects exclusively to vLLM Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-03-18UpdatePaul Buetow
2026-03-18Add hyperstack-claude abbr for Claude Code via vLLM/LiteLLMPaul Buetow
Points at the LiteLLM Anthropic-API proxy on the Hyperstack VM over the wg1 WireGuard tunnel (hyperstack.wg1:4000). Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-03-17add f3s skill and reference docs for FreeBSD/k3s homelabPaul Buetow
2026-03-16update promptsPaul Buetow
2026-03-15Manage OpenCode config via RexPaul Buetow