Skip to content

Commit 0857f83

Browse files
committed
Auggie folder fix
1 parent 18236f2 commit 0857f83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "specify-cli"
3-
version = "0.0.14"
3+
version = "0.0.13"
44
description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)."
55
requires-python = ">=3.11"
66
dependencies = [

src/specify_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,7 @@ def init(
998998
"codex": ".codex/",
999999
"windsurf": ".windsurf/",
10001000
"kilocode": ".kilocode/",
1001-
"auggie": ".auggie/",
1001+
"auggie": ".augment/",
10021002
"copilot": ".github/"
10031003
}
10041004

0 commit comments

Comments
 (0)