Skip to content

Releases: liatrio-labs/spec-driven-workflow

v1.6.0

23 Oct 23:02

Choose a tag to compare

v1.6.0 (2025-10-23)

Bug Fixes

  • Add missing tomli-w dependency and update documentation (#19, 31ba393)

  • Address additional CodeRabbit review comments (#19, 31ba393)

  • Address CodeRabbitAI review comments (#19, 31ba393)

  • Address PR review feedback for slash command generator (#19, 31ba393)

  • Address remaining CodeRabbit AI review comments (#19, 31ba393)

  • Correct agent command directories based on official documentation (#19, 31ba393)

  • Correct detection logic to check command directory (#19, 31ba393)

  • Normalize path return types to strings in find_generated_files (#19, 31ba393)

  • Only fall back to bundled prompts for default directory (#19, 31ba393)

  • Update typer version constraint to match available PyPI version (#19, 31ba393)

  • config: Correct Cursor agent command directory and file extension (#19, 31ba393)

  • install: Add fallback to find prompts in installed package (#19, 31ba393)

  • review: Address PR review feedback (#19, 31ba393)

  • writer: Improve importlib.resources package anchor path (#19, 31ba393)

Chores

  • Mark task 2.0 complete - all generator subtasks finished (#19, 31ba393)

  • Remove generated test files (#19, 31ba393)

  • Update all packages to latest compatible versions (#19, 31ba393)

Continuous Integration

  • Add pre-push test hook and fix dry_run file count bug (#19, 31ba393)

Documentation

  • Add reference links to supported agents table (#19, 31ba393)

  • Add slash command generator documentation (#19, 31ba393)

  • Add TLDR section to README showing quick start workflow (#19, 31ba393)

  • Document TOML reading approach and Python version requirements (#19, 31ba393)

  • Enhance troubleshooting documentation and Python version requirements (#19, 31ba393)

  • Improve README with numbered steps and supported AI tools table (#19, 31ba393)

  • Mark task 5.0 and all subtasks complete (#19, 31ba393)

  • Reorganize README with clearer usage options (#19, 31ba393)

  • Replace Profit with SHIP IT meme in TLDR (#19, 31ba393)

  • slash-command-generator: Align documentation with actual implementation (#19, 31ba393)

  • specs: Add spec for fixing bundled prompts directory resolution (#19, 31ba393)

  • specs: Add task list for fixing bundled prompts directory resolution (#19, 31ba393)

  • tasks: Add spec and task list for code review fixes (#19, 31ba393)

  • tasks: Add spec/tasks for slash commands helper (#19, 31ba393)

  • tasks: Mark all tasks complete for bundled prompts resolution (#19, 31ba393)

  • tasks: Update task list for bundled prompts resolution (#19, 31ba393)

Features

Read more

v1.5.0

22 Oct 15:37

Choose a tag to compare

v1.5.0 (2025-10-22)

Build System

  • linter: Centralize markdownlint configuration (#16, 387568f)

Documentation

  • Enhance README header with badges and improved formatting (#16, 387568f)

  • Enhance README structure and add workflow improvements (#16, 387568f)

  • Enhance README structure with highlights and workflow guidance (#16, 387568f)

  • Minor tweak (#16, 387568f)

  • Refocus workflow guidance and tooling notes (#16, 387568f)

Features


Detailed Changes: v1.4.0...v1.5.0

v1.4.0

18 Oct 03:05

Choose a tag to compare

v1.4.0 (2025-10-18)

Bug Fixes

Features

  • Add opencode configuration (#11, cdb0bd9)

  • ci: Enhance opencode workflow with comprehensive triggers (#11, cdb0bd9)

  • ci: Restrict opencode workflow to authorized users only (#11, cdb0bd9)


Detailed Changes: v1.3.1...v1.4.0

v1.3.1

18 Oct 02:40

Choose a tag to compare

v1.3.1 (2025-10-18)

Bug Fixes

  • Remove title field from generate-spec prompt (#12, a58be56)

  • Update repo name in chainguard config (#14, 0696e5d)


Detailed Changes: v1.3.0...v1.3.1

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