Changelog

Every AgentHub release, pulled live from GitHub. Cached for 1 hour — cut a release on GitHub and it shows up here automatically, no redeploy needed.

Added

20 agent shim commands — one /hub:agent-<name> per agent, so users can reach every specialist from slash autocomplete (/hub:agent-prod → product-manager / product-owner, /hub:agent-sec → security-auditor, etc.). Each shim is a LIGHT dispatch with no approval gate.

tools/generate_agent_shims.py — regenerates all 20 shims from agents/*.md frontmatter. Re-run after adding a new agent.

Changed

CATALOG.md — commands section split into "Workflows (17)" and "Agent shims (20)". Total command surface: 37.

Manifest descriptions updated to reflect the new surface on both Claude and Codex manifests.

Fixed (carried from 0.4.4)

Vendored all 42 skills, 20 agent TOMLs, and 17 workflow commands into plugins/hub/ as real files — junctions didn't survive git clone, which left Codex users with 0 skills after install.

skills/lint-and-validate/SKILL.md YAML parse error (unquoted colon in description).

/hub: → @hub sweep in the Codex plugin mirror so the model stops suggesting slash-prefixed commands to Codex users.

.claude-plugin/plugin.json — removed invalid agents/commands fields that caused "Invalid input" on install; agents and commands auto-discovered from repo root.