Skip to content

Commit 17b4abb

Browse files
authored
Rename Gemini CLI to Antigravity CLI (#74)
1 parent cd35ba4 commit 17b4abb

3 files changed

Lines changed: 16 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,27 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this
88

99
### Added
1010

11+
- **LogScale query recipe** — Complete `NGSIEM.start_search()` / `get_search_status()` pattern for querying LogScale from Foundry functions. Documents the `search-all` repository requirement (specific repo names cause 403), clarifies that `NGSIEM` is the query class while `FoundryLogScale` is ingestion-only, and adds `humio-auth-proxy:read` to the scope reference table.
12+
- **Function I/O schema requirements** — Functions called from workflows must be created with `--input-schema` and `--output-schema`. Schemas bind only at creation time; the CLI writes `null` for both without these flags, even when `--wf-expose` is set. Functions without a response schema produce no visible output in Fusion actions.
13+
- **Workflow deletion warning** — Documents that deleting a workflow and recreating it with the same name causes `409 name must be unique for an app` followed by `400 dependent artifact failed`, blocking all further deploys. Recovery requires a fresh app.
14+
- **Cross-plugin redirect to fusion-skills** — The development-workflow orchestrator now recognizes standalone Falcon Fusion workflow requests (trigger + actions, no UI/function/collection/API integration) and advises the `crowdstrike-falcon-fusion` plugin instead of scaffolding a Foundry app. Adds `detect_fusion_redirect.py` classifier with unit tests.
1115
- **GraphQL APIs use case** — Integrate GraphQL APIs (Falcon Identity Protection, GitHub, Snyk) into Foundry apps using FalconPy or HTTP POST. Covers zero-arg auth for Falcon GraphQL endpoints and the security tradeoff of env vars vs API integrations for third-party APIs.
1216
- **`scripts/action_search.py`** — API-based action discovery script that works in headless/CI environments where the CLI's interactive `actions view` prompt fails. Uses FalconPy with FQL fuzzy matching and prints action IDs with `version_constraint` values.
1317
- **CLI guard for `actions view` / `triggers view`** — Hook now catches missing `--no-prompt` on these commands to prevent TTY hangs.
1418
- **`foundry apps list` in prerequisite check** — New CLI 2.0.2 command that lists all deployed apps on the CID from any directory. Added to Step 3 to help avoid name collisions.
1519
- **Collection description validation constraints** — Documents the 3–500 character length limit, alphanumeric-start requirement, and allowed character set for collection descriptions.
1620
- **Function logs in testing-patterns reference** — Added function logs (viewing in UI and Advanced Event Search) to the reference table entry for testing patterns.
21+
- **Content regression tests**`tests/test_skill_content.py` guards critical documentation (LogScale recipe, schema requirements, workflow deletion warning) against accidental removal.
1722

1823
### Changed
1924

25+
- **Gemini CLI → Antigravity CLI** — Google transitioned Gemini CLI to Antigravity CLI (binary: `agy`). Updated README with new command, skills paths (`~/.gemini/antigravity-cli/skills/` for user scope, `.agents/skills/` for workspace scope). Removed `GEMINI.md` since we never shipped Gemini CLI support; Antigravity reads `AGENTS.md` directly.
26+
- **Codex docs link** — Updated from `developers.openai.com/codex/skills` to `learn.chatgpt.com/docs/build-skills`.
2027
- **Renamed Python scripts to snake_case**`scripts/adapt-spec-for-foundry.py``adapt_spec_for_foundry.py` and `scripts/test-adapt-spec.py``test_adapt_spec.py`, matching the repo's `snake_case` lint convention and allowing the test to import the module directly. The PreToolUse hook and all skill docs reference the new names; no behavior changed. If you invoked the old path directly in your own tooling, update it to the underscore name.
2128

2229
### Fixed
2330

31+
- **Removed "delete and re-create" advice** — The old guidance for fixing missing `workflow_integration` said to delete and recreate the function. This is technically correct (schemas only bind at creation), but was misleading about workflows: you must never delete and recreate a *workflow* to refresh a binding. Both skills now give consistent guidance — recreate the function, update the workflow YAML reference in place.
2432
- **Action discovery guidance** — Updated all `actions view` examples to include `--no-prompt` and pointed to `action_search.py` as the primary fallback. The CLI ignores `--no-prompt` for these commands (tracked upstream), so the script is the reliable path.
2533
- **Alert and detection query routing (population vs. enrich)** — The orchestrator and workflows skills now distinguish two cases. Fetching a *population* the workflow doesn't already have ("summarize all high-severity alerts") goes to a source-of-truth API — a native platform action (e.g. Cases → Search Cases) first, or a FalconPy `Alerts`/`Detects` function when none fits — since an Event Query against NG-SIEM can silently return nothing (repo contents are connector-dependent). *Enriching* a detection the workflow already holds (query by its ID) stays an Event Query, as does historical/aggregate telemetry. New reference [event-query-vs-api.md](skills/workflows-development/references/event-query-vs-api.md); the functions-falcon-api example keeps the verified `severity_name` + `created_timestamp` FQL filter.
2634
- **Removed `apps delete` workaround** — The 500/stuck-in-Deleting issue is fixed in CLI 2.0.2. Removed guidance about using Falcon App Manager UI as fallback.
@@ -142,5 +150,4 @@ Initial public release of Falcon Foundry Skills — AI coding assistant skills f
142150
- **`AGENTS.md`** — Canonical AI agent instruction file with tool-agnostic Foundry development guidance (CLI commands, skills ecosystem, quality guidelines, contribution conventions).
143151
- **`CLAUDE.md`** — Claude Code-specific plugin additions (hooks, superpowers integration, safety enforcement). References `AGENTS.md` for the full development guide.
144152
- **`.github/copilot-instructions.md`** — Redirect for GitHub Copilot.
145-
- **`GEMINI.md`** — Redirect for Gemini CLI.
146153
- **`.cursorrules`** — Redirect for Cursor.

GEMINI.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

README.md

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ AI coding assistant skills for building [CrowdStrike Falcon Foundry](https://www
1414
- **Foundry CLI**: Install with `brew tap crowdstrike/foundry-cli && brew install crowdstrike/foundry-cli/foundry` (macOS/Linux) or [download for Windows](https://assets.foundry.crowdstrike.com/cli/latest/foundry_Windows_x86_64.zip)
1515
- **CrowdStrike Account**: With Falcon Foundry access
1616
- **Authentication**: Run `foundry login` to authenticate
17-
- **AI Coding Assistant**: Claude Code, Codex, Copilot CLI, Cursor, Gemini CLI, or any tool that supports loading reference documentation
17+
- **AI Coding Assistant**: Claude Code, Codex, Copilot CLI, Cursor, Antigravity CLI, or any tool that supports loading reference documentation
1818

1919
### Claude Code (Tested)
2020

@@ -58,7 +58,7 @@ mkdir -p ~/.agents/skills
5858
ln -s /path/to/foundry-skills/skills ~/.agents/skills/foundry-skills
5959
```
6060

61-
Restart Codex to discover the skills. See the [Codex skills docs](https://developers.openai.com/codex/skills) for details.
61+
Restart Codex to discover the skills. See the [Codex skills docs](https://learn.chatgpt.com/docs/build-skills) for details.
6262

6363
### Copilot CLI (Experimental)
6464

@@ -92,18 +92,18 @@ EOF
9292

9393
Cursor activates the rule automatically when your prompt matches the description.
9494

95-
### Gemini CLI (Experimental)
95+
### Antigravity CLI (Experimental)
9696

97-
Link the skills so Gemini discovers them as native Agent Skills:
97+
Link the skills so Antigravity discovers them as native Agent Skills:
9898

9999
```bash
100100
git clone https://github.com/CrowdStrike/foundry-skills.git
101-
gemini skills link /path/to/foundry-skills/skills --scope user
101+
agy skills link /path/to/foundry-skills/skills --scope user
102102
```
103103

104-
This creates symlinks in `~/.gemini/skills/` so all skills are available in every workspace. Use `--scope workspace` to install into the current project's `.gemini/skills/` instead. Verify with `gemini skills list` or `/skills list` inside a session.
104+
This creates symlinks in `~/.gemini/antigravity-cli/skills/` so all skills are available in every workspace. Use `--scope workspace` to install into the current project's `.agents/skills/` instead. Verify with `agy skills list` or `/skills list` inside a session.
105105

106-
Gemini activates the right skill on demand based on your prompt.
106+
Antigravity activates the right skill on demand based on your prompt.
107107

108108
### Other Tools
109109

@@ -115,13 +115,7 @@ These skills are plain markdown files. Any AI coding assistant that can read loc
115115

116116
This prompt exercises the full skill set — API integration, workflow, and UI:
117117

118-
```
119-
Can you create a Falcon Foundry app for me that has an Okta API integration
120-
with openapi? Share its listusers endpoint with Falcon Fusion SOAR. Then,
121-
create a workflow that can be run on-demand to email or print the list of
122-
users. Finally, create a UI extension that calls the listusers endpoint and
123-
displays the results.
124-
```
118+
> Can you create a Falcon Foundry app for me that has an Okta API integration with openapi? Share its listusers endpoint with Falcon Fusion SOAR. Then, create a workflow that can be run on-demand to email or print the list of users. Finally, create a UI extension that calls the listusers endpoint and displays the results.
125119
126120
### How skill routing works
127121

0 commit comments

Comments
 (0)