Update with support for /implement

This commit is contained in:
Den Delimarsky 🌺
2025-09-18 23:03:01 -07:00
parent 46ba4d57e9
commit 32c933c960
7 changed files with 197 additions and 58 deletions

View File

@@ -1,7 +1,7 @@
[project]
name = "specify-cli"
version = "0.0.6"
description = "Setup tool for Specify spec-driven development projects"
version = "0.0.7"
description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)."
requires-python = ">=3.11"
dependencies = [
"typer",