We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18236f2 commit 0857f83Copy full SHA for 0857f83
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "specify-cli"
3
-version = "0.0.14"
+version = "0.0.13"
4
description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)."
5
requires-python = ">=3.11"
6
dependencies = [
src/specify_cli/__init__.py
@@ -998,7 +998,7 @@ def init(
998
"codex": ".codex/",
999
"windsurf": ".windsurf/",
1000
"kilocode": ".kilocode/",
1001
- "auggie": ".auggie/",
+ "auggie": ".augment/",
1002
"copilot": ".github/"
1003
}
1004
0 commit comments