File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ Want to see Spec Kit in action? Watch our [video overview](https://www.youtube.c
151151| [ Amazon Q Developer CLI] ( https://aws.amazon.com/developer/learning/q-developer-cli/ ) | ⚠️ | Amazon Q Developer CLI [ does not support] ( https://github.com/aws/amazon-q-developer-cli/issues/3064 ) custom arguments for slash commands. |
152152| [ Amp] ( https://ampcode.com/ ) | ✅ | |
153153| [ SHAI (OVHcloud)] ( https://github.com/ovh/shai ) | ✅ | |
154- | Antigravity (agy) | ✅ | |
154+ | [ Antigravity (agy) ] ( https://antigravity.google/ ) | ✅ | |
155155
156156## 🔧 Specify CLI Reference
157157
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ CODEBUDDY_FILE="$REPO_ROOT/CODEBUDDY.md"
7373AMP_FILE=" $REPO_ROOT /AGENTS.md"
7474SHAI_FILE=" $REPO_ROOT /SHAI.md"
7575Q_FILE=" $REPO_ROOT /AGENTS.md"
76- AGY_FILE=" $REPO_ROOT /.agent/workflows /specify-rules.md"
76+ AGY_FILE=" $REPO_ROOT /.agent/rules /specify-rules.md"
7777
7878# Template file
7979TEMPLATE_FILE=" $REPO_ROOT /.specify/templates/agent-file-template.md"
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ $CODEBUDDY_FILE = Join-Path $REPO_ROOT 'CODEBUDDY.md'
5858$AMP_FILE = Join-Path $REPO_ROOT ' AGENTS.md'
5959$SHAI_FILE = Join-Path $REPO_ROOT ' SHAI.md'
6060$Q_FILE = Join-Path $REPO_ROOT ' AGENTS.md'
61- $AGY_FILE = Join-Path $REPO_ROOT ' .agent/workflows /specify-rules.md'
61+ $AGY_FILE = Join-Path $REPO_ROOT ' .agent/rules /specify-rules.md'
6262
6363$TEMPLATE_FILE = Join-Path $REPO_ROOT ' .specify/templates/agent-file-template.md'
6464
You can’t perform that action at this time.
0 commit comments