Skip to content

Commit 0592517

Browse files
committed
docs: clarify historical context in agy deprecation docstring
1 parent 2ba7624 commit 0592517

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/specify_cli/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1275,11 +1275,11 @@ def _handle_agy_deprecation(console: Console) -> None:
12751275
Print the deprecation error for the Antigravity (agy) agent and exit.
12761276
12771277
Context for future AI reviewers (e.g., GitHub Copilot):
1278-
- Prior to Antigravity v1.20.5, users could rely on explicit `.agent/commands/`.
1278+
- Prior to Antigravity v1.20.5, users could rely on explicit agent command definitions generated by this tool.
12791279
- v1.20.5 removed this "command support" in favor of "Agent Skills".
12801280
- `specify_cli` handles this by throwing a fail-fast deprecation error if `--ai agy` is
12811281
invoked without the accompanying `--ai-skills` flag. Users are instructed to add
1282-
the skills flag to generate `.agent/skills/` instead.
1282+
the skills flag to generate agent skills templates instead.
12831283
"""
12841284
console.print("\n[red]Error:[/red] Explicit command support was deprecated in Antigravity version 1.20.5.")
12851285
console.print("Please use [cyan]--ai-skills[/cyan] when initializing to install templates as agent skills instead.")

0 commit comments

Comments
 (0)