Skip to content

Commit 1747435

Browse files
committed
fix a few things after gemini code update
1 parent 6a42867 commit 1747435

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

scripts/bash/update-agent-context.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ CODEBUDDY_FILE="$REPO_ROOT/CODEBUDDY.md"
7373
AMP_FILE="$REPO_ROOT/AGENTS.md"
7474
SHAI_FILE="$REPO_ROOT/SHAI.md"
7575
Q_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
7979
TEMPLATE_FILE="$REPO_ROOT/.specify/templates/agent-file-template.md"

scripts/powershell/update-agent-context.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)