Skip to content

Releases: myshkin451/vibe-harness

Vibe Harness v0.4.0

Choose a tag to compare

@myshkin451 myshkin451 released this 08 May 08:50

Adds the first executable harness loop: a static audit command for AI-coding repo readiness.

Highlights:

  • New python3 scripts/audit.py /path/to/repo entrypoint
  • Bundled skill script at skills/vibe-harness/scripts/audit.py
  • Checks core harness files, short AGENTS.md shape, docs index, progress state, broken local links, stale harness paths, and statically supported validation commands
  • Adds repo-local docs/index.md and progress.md so Vibe Harness dogfoods its own Seed harness
  • Keeps the audit static by default; it does not execute project commands

Validation:

  • python3 scripts/validate.py
  • python3 scripts/audit.py . --strict
  • python3 scripts/audit.py examples/expected-harness --strict

Vibe Harness v0.3.0

Choose a tag to compare

@myshkin451 myshkin451 released this 08 May 08:14

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

Choose a tag to compare

@myshkin451 myshkin451 released this 08 May 08:02

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

Choose a tag to compare

@myshkin451 myshkin451 released this 08 May 07:54

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.