Skip to content

Commit 185bda5

Browse files
committed
fix(docs): fix IFlow CLI docs
1 parent bd82405 commit 185bda5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Specify supports multiple AI agents by generating agent-specific command files a
3333
| -------------------------- | ---------------------- | -------- | --------------- | --------------------------- |
3434
| **Claude Code** | `.claude/commands/` | Markdown | `claude` | Anthropic's Claude Code CLI |
3535
| **Gemini CLI** | `.gemini/commands/` | TOML | `gemini` | Google's Gemini CLI |
36-
| **IFlow CLI** | `.iflow/commands/` | TOML | `iflow` | IFlow CLI |
36+
| **IFlow CLI** | `.iflow/commands/` | Markdown | `iflow` | IFlow CLI |
3737
| **GitHub Copilot** | `.github/agents/` | Markdown | N/A (IDE-based) | GitHub Copilot in VS Code |
3838
| **Cursor** | `.cursor/commands/` | Markdown | `cursor-agent` | Cursor CLI |
3939
| **Qwen Code** | `.qwen/commands/` | TOML | `qwen` | Alibaba's Qwen Code CLI |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Want to see Spec Kit in action? Watch our [video overview](https://www.youtube.c
153153
| [Codex CLI](https://github.com/openai/codex) || |
154154
| [Cursor](https://cursor.sh/) || |
155155
| [Gemini CLI](https://github.com/google-gemini/gemini-cli) || |
156-
| [IFlow CLI](https://github.com/iflow-ai/iflow-cli) || |
156+
| [IFlow CLI](https://github.com/iflow-ai/iflow-cli) || |
157157
| [GitHub Copilot](https://code.visualstudio.com/) || |
158158
| [IBM Bob](https://www.ibm.com/products/bob) || IDE-based agent with slash command support |
159159
| [Jules](https://jules.google.com/) || |

0 commit comments

Comments
 (0)