v1.2.0
·
12 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
What's new
- Human-in-the-loop revision gates (
HITL_VALIDATOR) — a real human review-and-revise gate on any agent, structurally parallel to the existing automatedAI_VALIDATORbut driven by a person. When an agent has both, the automated check always runs first. - Delegate-first execution (
executionMode: "delegate") — any step can hand off to your connected coding agent instead of pausing for a human to supply data by hand. New companion generator:generate-speakmanai-skill-workflow. update_session— a new MCP tool that reopens a completed session, revises one agent's output, and cascades the change through everything downstream in place, guarded by the first genuinely atomic state transition in this codebase.- New workflow: UX & Interface Design (
MCP_UX_DESIGN_V1) — screen inventory, requirement-traceability check, a proposed design direction, and self-contained HTML mockups for human review, before any code gets written. - Consolidated five drifting copies of the workflow planner agent into one shared definition — found live, including one with a silently empty prompt that a fallback bug let slip through
- Fixed a dedup bug where a human review loop could leave stale, superseded sections in an assembled project document
- Automated validators now actually read the dependency context their own prompts assumed they had
- Every workflow-generator meta-tool now understands
HITL_VALIDATORas a first-class option
Full announcement: https://consulting.speakman.ai/blogs/speakmanai-v1-2-0
See README.md / RELEASE_NOTES.md for full configuration details.