Picks up preamble changes from v0.14.1-0.14.5: routing injection,
user sovereignty in voice, plan mode safe operations, telemetry
gating (off means off), skill prefix awareness.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Generated file removed — will be regenerated from SKILL.md.tmpl
by gen:skill-docs when needed.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Picks up preamble changes from main: conditional telemetry calls,
SKILL_PREFIX awareness, and local JSONL always-log.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
New zsh-safe test from main catches unsafe for-in globs and ls/grep with
glob args. Fix ship/SKILL.md.tmpl (for-in → find) and gstack-submit
(add setopt +o nomatch guards for ls with glob patterns).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
AI-assisted project submission to gstack.gg showcase gallery. Gathers build
context (git stats, design docs, skill usage), browses the deployed site for
screenshots, optionally mines Claude Code transcripts (grep-first, 200 line
cap), writes a rich markdown showcase entry, opens it in the browser for
refinement, then POSTs to the showcase API.
Key design decisions from eng review:
- Grep-first transcript reading (not raw file dumps)
- jq for JSON payload construction (not string interpolation)
- Source supabase/config.sh for API URL (not hardcoded)
- Markdown file preview in browser with edit loop
- Graceful degradation at every step (no URL, no screenshot, API down)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>