Skip to content

Commit 8f17be4

Browse files
authored
Removing start command from plugin as it is no longer considered necessary (#60)
1 parent ec7f3a8 commit 8f17be4

File tree

2 files changed

+0
-28
lines changed

2 files changed

+0
-28
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ gemini extensions uninstall flutter
4242

4343
The new commands will be available in new Gemini CLI sessions. The following commands will be available (with or without the `flutter:` prefix):
4444

45-
- `/start` - Primes Gemini with the rules and context for Flutter development.
4645
- `/create-app` - Guides you through bootstrapping a new Flutter project with best practices.
4746
- `/refactor` - Manages a structured refactoring session with automated planning.
4847
- `/commit` - Automates pre-commit checks and generates a descriptive commit message.
@@ -51,15 +50,6 @@ The new commands will be available in new Gemini CLI sessions. The following com
5150

5251
This extension provides powerful commands to automate key phases of the development lifecycle.
5352

54-
### `/start`
55-
56-
Initializes Gemini with the proper context for Flutter development. It summarizes the coding guidelines, documentation rules, and available tools. **Use this command at the beginning of a session.**
57-
58-
```bash
59-
/start # Initialize context to start a session
60-
/start What were we last doing in this app? # Start a session and pick up where you left off
61-
```
62-
6353
### `/create-app`
6454

6555
Initiates a guided process to bootstrap a new Flutter application, ensuring your project starts with a solid foundation.

commands/start.toml

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

0 commit comments

Comments
 (0)