Releases: myshkin451/vibe-harness
Release list
Vibe Harness v0.4.0
Adds the first executable harness loop: a static audit command for AI-coding repo readiness.
Highlights:
- New
python3 scripts/audit.py /path/to/repoentrypoint - Bundled skill script at
skills/vibe-harness/scripts/audit.py - Checks core harness files, short
AGENTS.mdshape, docs index, progress state, broken local links, stale harness paths, and statically supported validation commands - Adds repo-local
docs/index.mdandprogress.mdso Vibe Harness dogfoods its own Seed harness - Keeps the audit static by default; it does not execute project commands
Validation:
python3 scripts/validate.pypython3 scripts/audit.py . --strictpython3 scripts/audit.py examples/expected-harness --strict
Vibe Harness v0.3.0
Platform-neutral release. Adds compatibility docs and clearer usage paths for Codex, Claude Code, Cursor, Copilot, Gemini, and any coding agent that can read Markdown instructions.
Vibe Harness v0.2.0
Launch-readiness release: product-style README, Simplified Chinese README, social card, three-minute demo script, promotion kit, and realistic project-type examples for personal sites, SaaS tools, backend APIs, and browser extensions.
Vibe Harness v0.1.0
Initial public release of Vibe Harness: a skill that turns project plans into lightweight agent-ready repos for sustainable vibe coding. Includes the vibe-harness skill, templates for AGENTS.md/docs/index/progress/exec plans/decisions, validation script, examples, and launch playbook.