Auggie folder fix

This commit is contained in:
Den Delimarsky 🌺
2025-09-21 13:01:04 -07:00
parent 18236f27d6
commit 0857f83de8
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "specify-cli"
version = "0.0.14"
version = "0.0.13"
description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)."
requires-python = ">=3.11"
dependencies = [

View File

@@ -998,7 +998,7 @@ def init(
"codex": ".codex/",
"windsurf": ".windsurf/",
"kilocode": ".kilocode/",
"auggie": ".auggie/",
"auggie": ".augment/",
"copilot": ".github/"
}