Skip to content

Releases: liatrio-labs/spec-driven-workflow

v1.3.0

16 Oct 19:46

Choose a tag to compare

v1.3.0 (2025-10-16)

Bug Fixes

  • Make entry point callable for console script (#10, 17cffda)

Features

  • Add CLI entry point and include prompts in package (#10, 17cffda)

Detailed Changes: v1.2.0...v1.3.0

v1.2.0

16 Oct 00:11

Choose a tag to compare

v1.2.0 (2025-10-16)

Bug Fixes

  • Add newline at end of claude.yml (d03e86e)

  • Trigger on issue edited instead of assigned (d03e86e)

Chores

  • Remove automatic PR review workflow (d03e86e)

Features

  • Add timeout and concurrency controls to Claude workflow (d03e86e)

  • Restrict Claude workflow to authorized users only (d03e86e)

Refactoring

  • Simplify author association checks (d03e86e)

Detailed Changes: v1.1.0...v1.2.0

v1.1.0

15 Oct 18:29

Choose a tag to compare

v1.1.0 (2025-10-15)

Bug Fixes

  • Address coderabbit review feedback (#2, 0b4044d)

  • Remove unnecessary bootstrap file (#2, 0b4044d)

  • prompts: Construct prompt content with TextContent (#2, 0b4044d)

Build System

  • Configure dev tooling for pre-commit (#2, 0b4044d)

Chores

Documentation

  • Add operations guide and update README (#2, 0b4044d)

  • Add spec for initial MCP implementation (#2, 0b4044d)

  • Update task status and mark deferred features (#2, 0b4044d)

Features

  • Establish FastMCP server foundation (#2, 0b4044d)

Refactoring

  • Adopt standard FastMCP server.py convention (#2, 0b4044d)

  • prompts: Model markdown prompt metadata (#2, 0b4044d)


Detailed Changes: v1.0.0...v1.1.0

v1.0.0

10 Oct 22:57

Choose a tag to compare

v1.0.0 (2025-10-10)

  • Initial Release