All notable changes to PodStack.
- Multi-host support.
setup.shnow takes--host <name>and installs into the right location per tool:claude-code→.claude/commands/*.md+CLAUDE.mdcodex→.codex/prompts/*.md+AGENTS.mdcursor→.cursor/rules/*.mdc+AGENTS.md(converts frontmatter for Cursor's rule format)opencode→.opencode/commands/*.md+AGENTS.mdgeneric→commands/*.md+AGENTS.mdat project rootauto(default) auto-detects from existing.claude/,.codex/,.cursor/,.opencode/folders
AGENTS.mdpromoted to host-agnostic primary doc. Now contains the full skill index, Completion Protocol, Three-Strike Rule, knowledge-base map, quality gate, and Host Compatibility table — so any tool readingAGENTS.mdcan orchestrate PodStack.- Per-host usage docs in README covering Claude Code, Codex, Cursor, opencode, and generic invocation patterns.
CLAUDE.mdnow clarifies it's the Claude Code-specific variant, points toAGENTS.mdfor cross-tool usage.setup.shauto-installsAGENTS.mdalongsideCLAUDE.mdfor Claude Code projects so the cross-tool index is always available.
Structural overhaul: frontmatter-driven routing, standardized outcomes, parallel review.
- YAML frontmatter on every slash command —
description,allowed-tools,argument-hint,triggers. Lets agents route by natural-language triggers. - Completion Protocol — every skill returns
DONE/DONE_WITH_CONCERNS/BLOCKED/NEEDS_INPUTwith evidence. Documented once inCLAUDE.md. - Three-Strike Rule —
/produce-shortsand other orchestrators stop after 3 failed phase attempts instead of looping. - Fix-First
/review-content— classifies findings as AUTO-FIX (applied directly) or ASK (batched for user). Dispatches parallel specialist subagents: voice, banned-words, clickbait, standalone, SEO, title. - Cross-episode learnings file —
knowledge/13-learnings.md./retro-episodeappends patterns for future episodes to use. - Root docs —
ETHOS.md(content philosophy),VERSION,CHANGELOG.md,AGENTS.md(machine-readable command index). - Sprint workflow framing — Plan → Process → Write → Review → Publish → Retro.
CLAUDE.md— replaced ad-hoc "Auto-Detection Rules" with reference to command-leveltriggers:frontmatter. Added Completion Protocol and Three-Strike Rule sections./produce-shorts— phase failures now abort per Three-Strike Rule and emit structured BLOCKED outcome instead of continuing with incomplete phases./review-content— restructured from 4-pass serial review to parallel specialist dispatch with Fix-First classification./retro-episode— now writes patterns intoknowledge/13-learnings.mdso future runs read them automatically.README.md— added/plan-episodeto the command list (was missing), added root docs section.setup.sh— installs13-learnings.mdtemplate.
Initial release — 9 slash commands, 13 knowledge-base templates, one-command setup.