v0.1.30
0.1.30
Patch Changes
-
6d706cd: Modernize multi-agent skills and hooks setup.
tbd setup --autonow installs the portable Agent Skill at
.agents/skills/tbd/SKILL.md(the cross-agent standard path read by Codex, Gemini
CLI, Cursor, Copilot, Amp, OpenCode, and others) and mirrors the identical payload to
.claude/skills/tbd/SKILL.mdfor Claude Code.- Codex hooks: setup writes
.codex/hooks.jsonplus Codex-native scripts
(SessionStart/PreCompact runtbd prime, PostToolUse reminds abouttbd syncafter
git push, optional SessionStart ensuresgh). Codex hooks reference only
.codex/, never.claude/. - Compact AGENTS.md block: the managed
AGENTS.mdsection is now a short
bootstrap that points totbd prime/tbd skill/tbd shortcut --list/
tbd guidelines --listinstead of embedding the full skill. - Format-version guard: generated artifacts carry an integration-format stamp.
Setup self-upgrades older blocks in place, but refuses to overwrite an artifact
written by a newer tbd, telling you to runnpm install -g get-tbd@latest. This
makes version pinning safe across a team. - Pinned runner fallback: generated session scripts are local-first, then a
version-pinnednpx get-tbd@<version>fallback (never unpinned). - Agent-targeting flags:
--all,--claude,--codex,--skip-claude,
--skip-codex. - Distribution copy: a committed
skills/tbd/SKILL.mdfor skills.sh-style
installers (npx skills add) and GitHub browsing. tbd doctorandtbd statusnow report all of these surfaces.
Backwards compatible: existing Claude Code installs keep working and are upgraded in
place on the nexttbd setup --auto. - Codex hooks: setup writes