summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2026-03-15UpdatePaul Buetow
2026-03-14UpdatePaul Buetow
2026-03-13UpdatePaul Buetow
2026-03-13UpdatePaul Buetow
2026-03-13terraformPaul Buetow
2026-03-12Merge branch 'master' of codeberg.org:snonux/dotfilesPaul Buetow
2026-03-12UpdatePaul Buetow
2026-03-12UpdatePaul Buetow
2026-03-12UpdatePaul Buetow
2026-03-12UpdatePaul Buetow
2026-03-12Merge branch 'master' of codeberg.org:snonux/dotfilesPaul Buetow
2026-03-12UpdatePaul Buetow
2026-03-10update thisPaul Buetow
2026-03-09UpdatePaul Buetow
2026-03-09UpdatePaul Buetow
2026-03-08add lazygit integrationPaul Buetow
2026-03-08UpdatePaul Buetow
2026-03-08UpdatePaul Buetow
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>