Skip to content

v0.5.0 — Initial public release

Choose a tag to compare

@alexherrero alexherrero released this 13 May 05:56
· 546 commits to main since this release

First public release of agent-toolkit — a sibling repo to agentic-harness holding personal agent customizations (skills, sub-agents, hooks, MCP servers, slash commands, bundles, etc.) that ride on top of the harness's phase-gated workflow.

Released alongside agentic-harness v2.0.0, which migrated dependabot-fixer + ship-release here as part of the split.

Version chosen as v0.5.0 (rather than a fresh v0.1.0) because the first cut already ships substantial scope — full Diátaxis wiki, three skills, an example bundle, three-OS CI matrix, byte-identical shared install plumbing with the harness, and three-layer PII guardrails — so v0.5.0 signals the toolkit's actual maturity at launch.

What's in v0.5.0

  • 12 customization-type subdirs covering every primitive the three supported hosts know about (skills/, commands/, agents/, hooks/, mcp-servers/, bundles/, status-line/, output-styles/, workflows/, rules/, snippets/, settings-fragments/).
  • Working installers (install.sh POSIX + install.ps1 PowerShell 7+) with per-host paths dispatch driven by each customization's YAML frontmatter manifest. Default installs everything plus the pre-push PII hook; --no-pre-push-hook opts out.
  • Three skills: pii-scrubber (new in this release; agent-facing interactive PII remediation layer) plus migrated dependabot-fixer + ship-release from agentic-harness v1.x.
  • Three-layer PII guardrails (this repo is public): scripts/check-no-pii.sh regex scanner, pii-scrubber skill, templates/hooks/pre-push mandatory enforcer. Plus a pii-guardrails CI job running both check-no-pii.sh and gitleaks/gitleaks-action@v2.
  • Shared lib/install/ byte-identical with agentic-harness/lib/install/ — cross-repo updates flow through agentic-harness/scripts/sync-lib.sh; scripts/check-lib-parity.sh asserts self-consistency in CI.
  • Three-OS CI matrix (Linux + Mac + Windows) running install-smoke + manifest validation + syntax + lib-parity + PII gates on every push.
  • Diátaxis-shaped wiki (12 pages) with first toolkit ADR (0001 — agent-toolkit purpose).

See CHANGELOG.md for the full v0.5.0 entry, and agentic-harness ADR 0006 for the split decision from the harness side.