Releases: zingspark/create-harness-vibe-coding
Releases · zingspark/create-harness-vibe-coding
Release list
Release 0.8.19
v0.8.18
- Add explicit task capsule management with list, archive, record/open state recovery, create-or-resume matching, task dependency metadata, and validator coverage.
- Add
wf-command-createas the atomic command/skill creation workflow so new Harness commands update command files, skills, templates, mirrors, validators, and tests together. - Add global install metadata for Claude, Codex, and OpenCode while keeping Harness tasks and progress project-local.
- Separate project/global memory and settings policy, with project settings taking precedence and task capsules remaining project-scoped.
- Harden host-global ownership and validation rules so framework-owned global command/skill files can update safely while user-authored files remain protected.
- Strengthen
wf-review,wf-agents-docs, and WF-MAX guidance around explicit WF triggers, bounded peer output, and task capsule recording.
npm publish is intentionally handled separately by the maintainer.
v0.8.17
0.8.17
- Add HarnessBench v0.2 external lifecycle proof: 15 runs per mode; direct file writes safe in 3/15 runs, Harness safe path safe in 15/15 runs.
- Keep benchmark fixtures, raw results, and scorer scripts out of generated installs and npm package files while publishing README/README-CN summary results.
- Make wf-browser the built-in browser automation entry and retire browser-e2e as a warning no-op optional id.
- Add wf-help compatibility surfaces for Claude, Codex, and OpenCode, with guards against nonexistent OpenCode skill paths.
- Harden WF-MAX fan-out docs and OpenCode manager allowlists while preserving the Codex config guard against unsupported scalar subagent caps.
- Add deterministic task-state/archive reconciliation tooling and validators for active task consistency.
Validation:
- npm test: 219 pass / 1 skip
- Harness strict validation: pass
- task-state strict validation: pass
- pre-push gate: 9/9 pass
- packed tarball smoke: pass
npm publish is handled separately.
v0.8.13
v0.4.2 — CEO constraints simplified
- Simplify CLAUDE.md Section 7: route to WF.md/WF-MAX.md instead of inline dispatch rules.
v0.4.1 — CEO delegates, never writes code
- CEO must not write code directly in /wf or /wf-max mode — delegate only.
- Reinforce CEO constraint in WF-MAX.md.
v0.4.0 — /wf <task>, /wf-max [task], CEO no-PlanMode
- /wf <task/mission>: command accepts required task arg.
- /wf-max [task]: renamed from /wf max, optional task arg.
- Remove wf-mode as standalone slash command.
- CEO must not call EnterPlanMode — delegate to planner subagents.
- Sync all triggers across docs, validators, and templates.
v0.3.4 — README rewrite, markdown fixes
- Fix markdown bold syntax.
- Full README rewrite: concise, punchy, scannable.
- Sync README EN/CN.
v0.3.3 — WF-MAX cross-reference fix
- WF-MAX cross-reference integrity fix.
- Sync harness dogfood to 0.3.3.
v0.3.2 — /wf max: three-tier enterprise hierarchy
- Three-tier hierarchy: CEO → Managers → Workers.
- Span formula, leaf condition, wave orchestration.
- Manager synthesis protocol.