Releases: adewale/guardrails-skill
Releases · adewale/guardrails-skill
Release list
v0.4.2 — Multi-agent Agent Skill support
Multi-agent Agent Skill support.
- Adds Agent Skills compatibility metadata for Codex, OpenCode, Pi, Gemini CLI, and Claude Code.
- Documents per-agent install/use paths in the README.
- Adds or updates package.json
skillandpi.skillsmetadata for Git-installed packages. - Notes that non-Claude hosts load the Guardrails instructions; Claude Code plugin installs still provide the bundled lifecycle hooks.
v0.4.1
Lessons learned template and example.
What's new
- Lessons learned entry template — structured format (Context, What happened, Resolution, Rule) with a worked example so agents produce consistent, actionable entries
Install
npx skills add adewale/guardrails-skillUpgrade
npx skills updatev0.4.0
Bug fix retrospective and commit gate improvements.
What's new
- Bug fix retrospective — commit gate now requires detection gap analysis, concrete prevention artifact, and pattern scan before allowing bug fix commits
once: trueon SessionStart — prevents redundant discovery runs- Task completion enforcement — Stop hook continues to next slice instead of handing off when planned work remains
- Cleanup — removed duplicate hook definitions from SKILL.md frontmatter;
hooks.jsonis the single source of truth
Fixed
- Marketplace source pointed to dead
/tmppath; updated to GitHub repo
Install
npx skills add adewale/guardrails-skillUpgrade
npx skills updatev0.3
Lifecycle hooks and task completion enforcement.
What's new
- Lifecycle hooks (
hooks.json) — automatic registration on install for SessionStart, Stop, and Commit hooks - Task completion enforcement — Stop hook now verifies task completion before the agent returns control
- CHANGELOG.md — version history tracking
- Verification steps in README
Install
npx skills add adewale/guardrails-skillOr as a Claude Code plugin:
/plugin marketplace add adewale/guardrails-skill
/plugin install guardrails@guardrails-skill
Upgrade
npx skills updatev0.2
Restructured as a Claude Code plugin.
What's new
- Plugin manifest and marketplace catalog — install via
/plugin marketplace add adewale/guardrails-skill - Skill files moved to
skills/guardrails/per plugin directory convention - Three install methods:
npx skills add,/plugin marketplace add, orgit clone
Install
npx skills add adewale/guardrails-skillOr as a Claude Code plugin:
/plugin marketplace add adewale/guardrails-skill
/plugin install guardrails@guardrails-skill
v0.1
First release of the Guardrails Skill.
Quality gates wired into the agent lifecycle — lifecycle hooks, circuit breaker, config protection, diagnostic escalation, and lessons learned.
Install
npx skills add adewale/guardrails-skillOr see the README for alternative methods.