rbin-task-flow 1.3.0 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,11 +5,12 @@ alwaysApply: true
5
5
  ---
6
6
 
7
7
  - **General Command Permission:**
8
- - **✅ CAN execute** any system command without asking
9
- - **✅ CAN execute** npm, yarn, pnpm, docker, etc without confirmation
10
- - **✅ CAN execute** scripts, tests, linters, formatters without asking
8
+ - **✅ CAN execute** any system command without asking (Claude may run commands without asking for approval)
9
+ - **✅ CAN execute** npm, yarn, pnpm, docker, scripts, tests, linters, formatters without confirmation
11
10
  - **✅ DON'T need to ask** before executing simple or common commands
12
- - **❌ ONLY EXCEPTION**: `git` commands that modify the repository
11
+ - **❌ EXCEPTIONS** (do not execute without user approval):
12
+ - **Git**: `git` commands that modify the repository (add, commit, push, pull, merge, checkout, etc.)
13
+ - **Cloud/remote resources**: Commands that run or connect to cloud/remote resources (e.g. database connections, cloud CLI that provisions resources, migrations against remote DB, deploying to production)
13
14
 
14
15
  - **Read Commands - Automatic Execution:**
15
16
  - **✅ ALWAYS execute without asking** commands that only read information:
@@ -85,4 +86,4 @@ alwaysApply: true
85
86
  - RBIN Task Flow workflow should not include automatic git execution
86
87
 
87
88
  - **Fundamental Principle:**
88
- > **User has complete control over the Git repository. AI can execute any system command without asking, EXCEPT git commands. For git, only suggests, analyzes, and informs. Never modifies git state.**
89
+ > **Claude may execute commands without asking, except: (1) git commands that modify the repository, and (2) commands that run cloud/remote resources (e.g. database, cloud provisioning). For those, only suggest or ask for approval.**
@@ -6,6 +6,7 @@ alwaysApply: true
6
6
 
7
7
  - **RBIN Task Flow - AI-Powered Task Management:**
8
8
  - This project uses **RBIN Task Flow** for task tracking and management
9
+ - **Models**: Claude and Cursor use the **default model** of each environment. Do not specify or require a particular model.
9
10
  - **IMPORTANT**: When user mentions "task flow", they always refer to **RBIN Task Flow**
10
11
  - Tasks are defined in plain text: `.task-flow/tasks.input.txt`
11
12
  - Task data is stored in: `.task-flow/.internal/` (do not edit directly - internal system files)
@@ -7,31 +7,32 @@ alwaysApply: true
7
7
  - **Task Generation - Direct and Efficient:**
8
8
  - When user asks to "Read tasks.input.txt and generate detailed subtasks updating task status":
9
9
  - **READ**: `.task-flow/tasks.input.txt` (only process lines starting with `- `)
10
- - **READ**: `.task-flow/screens/` directory to list available screenshots (ALWAYS check this directory)
10
+ - **READ**: `.task-flow/contexts/` directory to list available context files (ALWAYS check this directory)
11
11
  - **GENERATE**: Two JSON files and one markdown file with the exact structure below
12
12
  - **SAVE**: All files to `.task-flow/`
13
13
  - **DON'T**: Check existing JSONs, explore codebase, or ask questions
14
14
 
15
- - **Screenshot Reference System:**
16
- - **AUTOMATIC**: Always check `.task-flow/screens/` directory for available screenshots (PNG, JPG files)
17
- - **NO LISTING NEEDED**: Don't require screenshots to be listed in tasks.input.txt - always scan the directory
18
- - **AUTOMATIC MATCHING**: Automatically match screenshots to tasks based on keywords (e.g., "login" → `login_recover_signup.png`, "dashboard" `dashboard.png`, "paciente" → `patient.png`)
19
- - **SPECIFIC REFERENCE**: If task contains `task-flow-screen nome_do_arquivo.png`, reference that specific screenshot from `.task-flow/screens/`
20
- - **PATH ALWAYS**: `task-flow-screen` always references files in `.task-flow/screens/` directory
21
- - **INCLUDE**: Add screenshot reference in instructions: "Visual reference: `.task-flow/screens/filename.png`"
15
+ - **Context Reference System:**
16
+ - **PURPOSE**: `.task-flow/contexts/` is for AIs to consult reference material (any type: .md, .txt, .png, .jpg, .json, etc.) when generating and working on tasks
17
+ - **AUTOMATIC**: Always check `.task-flow/contexts/` directory for available context files (all file types)
18
+ - **NO LISTING NEEDED**: Don't require context files to be listed in tasks.input.txt - always scan the directory
19
+ - **AUTOMATIC MATCHING**: Match context files to tasks by keywords (e.g., "login" → `login-mockup.png` or `api-login.md`, "dashboard" `dashboard.png`)
20
+ - **SPECIFIC REFERENCE**: If task contains `task-flow-screen nome_arquivo.ext`, reference that file from `.task-flow/contexts/`
21
+ - **PATH ALWAYS**: `task-flow-screen` always references files in `.task-flow/contexts/`
22
+ - **INCLUDE**: In subtask instructions, add the reference: "Context/reference: `.task-flow/contexts/filename.ext`" (or "Visual reference" for images)
22
23
 
23
24
  - **Required Actions:**
24
25
  1. Read `tasks.input.txt`:
25
26
  - Process task lines (only process lines starting with `- `)
26
27
  - Check for `task-flow-screen nome_do_arquivo.png` markers in task descriptions
27
- 2. **ALWAYS** list available screenshots from `.task-flow/screens/` directory (PNG, JPG files)
28
+ 2. **ALWAYS** list available context files from `.task-flow/contexts/` directory (all file types: .md, .txt, .png, .jpg, .json, etc.)
28
29
  3. For each task line, create a task with sequential ID starting at 1
29
30
  4. Generate 3-8 subtasks per task with:
30
31
  - Clear title
31
32
  - Brief description
32
33
  - Step-by-step instructions (3-5 steps)
33
- - **AUTOMATIC**: Include relevant screenshot references when applicable (match by keywords)
34
- - **SPECIFIC**: If task has `task-flow-screen nome_do_arquivo.png`, reference that specific screenshot from `.task-flow/screens/`
34
+ - **AUTOMATIC**: Include relevant context references when applicable (match by keywords)
35
+ - **SPECIFIC**: If task has `task-flow-screen nome_arquivo.ext`, reference that file from `.task-flow/contexts/`
35
36
  5. Create `.task-flow/.internal/tasks.json` with structure below
36
37
  6. Create `.task-flow/.internal/status.json` with all tasks/subtasks as "pending"
37
38
  7. Create `.task-flow/tasks.status.md` with all tasks and subtasks marked as `- [ ]` (pending)
@@ -117,26 +118,27 @@ alwaysApply: true
117
118
 
118
119
  - **Example:**
119
120
  - Input (`tasks.input.txt`): `- Create authentication system`
120
- - Screenshots available: `login_recover_signup.png`
121
- - Output: Task with ID 1, 5 subtasks with screenshot references:
122
- - Subtask 1: "Setup database schema" (no screenshot)
123
- - Subtask 2: "Create login form" → Instructions include: "Visual reference: `.task-flow/screens/login_recover_signup.png`"
124
- - Subtask 3: "Implement registration" → Instructions include screenshot reference
125
- - Subtask 4: "Add JWT authentication" (no screenshot)
126
- - Subtask 5: "Test authentication flow" → Instructions include screenshot reference
121
+ - Context files available: `login_recover_signup.png`
122
+ - Output: Task with ID 1, 5 subtasks with context references:
123
+ - Subtask 1: "Setup database schema" (no context)
124
+ - Subtask 2: "Create login form" → Instructions include: "Visual reference: `.task-flow/contexts/login_recover_signup.png`"
125
+ - Subtask 3: "Implement registration" → Instructions include context reference
126
+ - Subtask 4: "Add JWT authentication" (no context)
127
+ - Subtask 5: "Test authentication flow" → Instructions include context reference
127
128
 
128
- - **Screenshot Reference Examples:**
129
- - Task: `- Dentist authentication system` → Automatically matches and references `login_recover_signup.png` from `.task-flow/screens/`
130
- - Task: `- Basic dashboard with structure task-flow-screen dashboard.png` → References specific `.task-flow/screens/dashboard.png`
131
- - Task: `- Complete patient CRUD` → Automatically matches and references `patient.png` and `patient_profile.png` from `.task-flow/screens/` if available
132
- - **IMPORTANT**: `task-flow-screen` always references files in `.task-flow/screens/` - no need to specify full path
129
+ - **Context Reference Examples:**
130
+ - Task: `- Dentist authentication system` → Automatically matches and references `login_recover_signup.png` from `.task-flow/contexts/`
131
+ - Task: `- Basic dashboard with structure task-flow-screen dashboard.png` → References specific `.task-flow/contexts/dashboard.png`
132
+ - Task: `- Complete patient CRUD` → Automatically matches and references `patient.png` and `patient_profile.png` from `.task-flow/contexts/` if available
133
+ - **IMPORTANT**: `task-flow-screen` always references files in `.task-flow/contexts/` - no need to specify full path
134
+ - **FILE TYPES**: Contexts can be any type (images, markdown, text, JSON, etc.) for the AI to read and use when working on tasks
133
135
 
134
136
  - **Critical Rules:**
135
137
  - ✅ Be direct: Read → Generate → Save
136
- - ✅ **ALWAYS** check `.task-flow/screens/` directory for available screenshots (automatic, no need to list in tasks.input.txt)
137
- - ✅ Automatically match and reference relevant screenshots in subtask instructions based on keywords
138
- - ✅ Support `task-flow-screen nome_do_arquivo.png` format - always references `.task-flow/screens/nome_do_arquivo.png`
139
- - ✅ No exploration of codebase beyond screenshots directory
138
+ - ✅ **ALWAYS** check `.task-flow/contexts/` directory for available context files (automatic, no need to list in tasks.input.txt)
139
+ - ✅ Automatically match and reference relevant context files in subtask instructions based on keywords
140
+ - ✅ Support `task-flow-screen nome_do_arquivo.png` format - always references `.task-flow/contexts/nome_do_arquivo.png`
141
+ - ✅ No exploration of codebase beyond `.task-flow/contexts/` directory
140
142
  - ✅ No questions - just generate
141
143
  - ✅ Use current timestamp for `createdAt`
142
144
  - ✅ All statuses start as "pending"
@@ -62,8 +62,8 @@ alwaysApply: true
62
62
  - Skip "done" and "in_progress" subtasks
63
63
  3. **For each subtask**:
64
64
  - Read full instructions from `tasks.json`
65
- - **CHECK**: If instructions mention screenshot references (`.task-flow/screens/...`), verify screenshot exists
66
- - **REFERENCE**: Use screenshots as visual reference when implementing UI-related subtasks
65
+ - **CHECK**: If instructions mention context references (`.task-flow/contexts/...`), verify the context file exists
66
+ - **CONSULT**: Read and use context files from `.task-flow/contexts/` when implementing (images, .md, .txt, .json, etc. – any type that helps the task)
67
67
  - Implement following step-by-step instructions
68
68
  - Test/verify implementation
69
69
  - Update `status.json` to mark as "done"
@@ -91,8 +91,8 @@ alwaysApply: true
91
91
  - Skip "done" and "in_progress" subtasks
92
92
  4. **For each subtask** (only if dependency check passed):
93
93
  - Read full instructions from `tasks.json`
94
- - **CHECK**: If instructions mention screenshot references (`.task-flow/screens/...`), verify screenshot exists
95
- - **REFERENCE**: Use screenshots as visual reference when implementing UI-related subtasks
94
+ - **CHECK**: If instructions mention context references (`.task-flow/contexts/...`), verify the context file exists
95
+ - **CONSULT**: Read and use context files from `.task-flow/contexts/` when implementing (images, .md, .txt, .json, etc. – any type that helps the task)
96
96
  - Implement following step-by-step instructions
97
97
  - Test/verify implementation
98
98
  - Update `status.json` to mark as "done"
@@ -206,15 +206,16 @@ alwaysApply: true
206
206
  - If file doesn't exist → create it
207
207
  - If instructions unclear → ask for clarification (but try to infer first)
208
208
 
209
- - **Screenshot Support:**
210
- - **AUTOMATIC**: When implementing subtasks, check if instructions reference screenshots
211
- - **REFERENCE**: Use screenshots from `.task-flow/screens/` as visual reference for UI implementation
212
- - **MATCHING**: Match screenshot references mentioned in subtask instructions
213
- - **NO NEED**: User doesn't need to explicitly mention screenshots - they're automatically considered
209
+ - **Context Support:**
210
+ - **PURPOSE**: `.task-flow/contexts/` holds reference material (any file type) for the AI to consult when working on tasks
211
+ - **AUTOMATIC**: When implementing subtasks, check if instructions reference context files
212
+ - **CONSULT**: Read and use files from `.task-flow/contexts/` as needed (specs, mockups, examples, .md, .txt, .png, .json, etc.)
213
+ - **MATCHING**: Use the context files mentioned in subtask instructions; support any extension, not only images
214
+ - **NO NEED**: User doesn't need to explicitly mention context files - they're automatically considered
214
215
 
215
216
  - **Integration:**
216
217
  - Works with [task_execution.mdc](mdc:.cursor/rules/task_execution.mdc) - same workflow
217
- - Follows [task_generation.mdc](mdc:.cursor/rules/task_generation.mdc) - screenshots are automatically referenced in generated subtasks
218
+ - Follows [task_generation.mdc](mdc:.cursor/rules/task_generation.mdc) - context files are automatically referenced in generated subtasks
218
219
  - Follows [commit_practices.mdc](mdc:.cursor/rules/commit_practices.mdc) - suggest commit after completion
219
220
  - Respects [git_control.mdc](mdc:.cursor/rules/git_control.mdc) - never commit automatically
220
221
 
@@ -1,3 +1 @@
1
- {
2
- "model": "claude-sonnet-4-5-20250929"
3
- }
1
+ {}
@@ -1,17 +1 @@
1
- {
2
- "claude": {
3
- "current": "claude-sonnet-4-5-20250929",
4
- "latest": "claude-sonnet-4-5-20250929",
5
- "checkUrl": "https://docs.anthropic.com/claude/docs/models-overview"
6
- },
7
- "cursor": {
8
- "current": "claude-sonnet-4-5-20250929",
9
- "latest": "claude-sonnet-4-5-20250929",
10
- "checkUrl": "https://docs.cursor.com/models"
11
- },
12
- "gemini": {
13
- "current": "gemini-3-flash",
14
- "latest": "gemini-3-flash",
15
- "checkUrl": "https://ai.google.dev/models/gemini"
16
- }
17
- }
1
+ {"claude":{"current":"claude-sonnet-4-5-20250929","latest":"claude-sonnet-4-5-20250929","checkUrl":"https://docs.anthropic.com/claude/docs/models-overview"},"cursor":{"current":"claude-sonnet-4-5-20250929","latest":"claude-sonnet-4-5-20250929","checkUrl":"https://docs.cursor.com/models"}}
@@ -0,0 +1,29 @@
1
+ # Example Context
2
+
3
+ This folder (`.task-flow/contexts/`) is for AIs to consult reference material when working on tasks.
4
+
5
+ ## Purpose
6
+
7
+ - **Contexts** = any files that help the AI understand what to build or how to do it
8
+ - The AI reads and uses these files when generating subtasks and when implementing them
9
+ - Different file types are supported: images, docs, specs, examples, etc.
10
+
11
+ ## Supported file types (examples)
12
+
13
+ - **Images:** `.png`, `.jpg` – mockups, screenshots, diagrams
14
+ - **Text / docs:** `.md`, `.txt` – specs, requirements, notes
15
+ - **Data / config:** `.json`, `.yaml` – examples, schema, sample data
16
+ - **Other:** any file that is useful as context for the task
17
+
18
+ ## How to use
19
+
20
+ 1. Add your context files to this folder with descriptive names (e.g. kebab-case)
21
+ 2. RBIN Task Flow lists and references them when generating subtasks
22
+ 3. To reference a specific file in a task, use: `task-flow-screen filename.ext`
23
+
24
+ ## Example names
25
+
26
+ - `login-mockup.png`
27
+ - `api-contract.json`
28
+ - `requirements.md`
29
+ - `dashboard-spec.txt`
@@ -7,12 +7,13 @@
7
7
  3. Use `task-flow: sync` to generate subtasks from your tasks
8
8
  4. Use `task-flow: status` to view task progress
9
9
 
10
- ## Screenshots:
10
+ ## Contexts:
11
11
 
12
- - Add your screenshots to the `.task-flow/screens/` folder (PNG or JPG)
13
- - RBIN Task Flow automatically detects and references available screenshots when generating subtasks
14
- - To reference a specific screenshot in a task, use: `task-flow-screen filename.png`
15
- - Example: `- Create login screen task-flow-screen login.png`
12
+ - The `.task-flow/contexts/` folder is for AIs to consult when working on tasks (different file types: .md, .txt, .png, .jpg, .json, etc.)
13
+ - Add specs, mockups, requirements, examples, or any reference file to this folder
14
+ - RBIN Task Flow detects and references them when generating and implementing subtasks
15
+ - To reference a specific context in a task: `task-flow-screen filename.ext`
16
+ - Example: `- Create login screen task-flow-screen login-mockup.png`
16
17
 
17
18
  ## Tasks:
18
19
 
package/CLAUDE.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Claude Code Instructions
2
2
 
3
+ ## Models
4
+
5
+ Claude and Cursor use the **default model** of each environment. No specific model is set in this project; do not specify or require a particular model.
6
+
3
7
  ## Development Rules
4
8
 
5
9
  All development rules are automatically loaded from `.cursor/rules/` directory. These rules include:
package/README.md CHANGED
@@ -3,13 +3,12 @@
3
3
  <div align="center">
4
4
 
5
5
  ![Claude](https://img.shields.io/badge/Claude-Sonnet%204.5-8A2BE2?style=for-the-badge&logo=anthropic&logoColor=white)
6
- ![Gemini](https://img.shields.io/badge/Gemini-3%20Flash-4285F4?style=for-the-badge&logo=google&logoColor=white)
7
6
  ![Cursor](https://img.shields.io/badge/Cursor-IDE-blue?style=for-the-badge&logo=visual-studio-code&logoColor=white)
8
7
  ![Task Flow](https://img.shields.io/badge/Task%20Flow-AI%20Powered-green?style=for-the-badge)
9
8
  ![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge)
10
9
  ![npm](https://img.shields.io/npm/v/rbin-task-flow?style=for-the-badge)
11
10
 
12
- **Configuração com um comando para Claude Code, Gemini, Cursor e RBIN Task Flow em qualquer projeto**
11
+ **Configuração com um comando para Claude Code, Cursor e RBIN Task Flow em qualquer projeto**
13
12
 
14
13
  <div style="margin-top: 20px; margin-bottom: 20px;">
15
14
  <a href="#português">🇧🇷 Português</a> | <a href="#english">🇬🇧 English</a>
@@ -36,13 +35,13 @@
36
35
 
37
36
  ## O Que É Este Projeto?
38
37
 
39
- RBIN Task Flow é um sistema de gerenciamento de tarefas alimentado por IA que configura automaticamente Claude Code, Gemini e Cursor IDE em qualquer projeto. Você define tarefas em texto simples e a IA gera subtarefas detalhadas e acionáveis automaticamente.
38
+ RBIN Task Flow é um sistema de gerenciamento de tarefas alimentado por IA que configura automaticamente Claude Code e Cursor IDE em qualquer projeto. Você define tarefas em texto simples e a IA gera subtarefas detalhadas e acionáveis automaticamente.
40
39
 
41
40
  **Principais benefícios:**
42
41
  - ✅ Instalação global NPM - instale uma vez, use em qualquer projeto
43
42
  - ✅ Zero configuração - pronto para usar imediatamente
44
43
  - ✅ Gerenciamento simples - escreva tarefas em texto, a IA faz o resto
45
- - ✅ Múltiplos modelos de IA - Claude, Gemini e Cursor configurados
44
+ - ✅ Múltiplos modelos de IA - Claude e Cursor configurados
46
45
 
47
46
  ## Instalação
48
47
 
@@ -80,7 +79,7 @@ rbin-task-flow report <ids> # Gera relatório (ex: "1" ou "1,2" ou "all")
80
79
 
81
80
  ### Comandos da IA - Por Que Usar?
82
81
 
83
- Após inicializar, use estes comandos na IA (Cursor/Claude/Gemini) para gerenciar tarefas automaticamente:
82
+ Após inicializar, use estes comandos na IA (Cursor/Claude) para gerenciar tarefas automaticamente:
84
83
 
85
84
  | Comando | Por Que Usar | Feature Principal |
86
85
  |---------|--------------|-------------------|
@@ -116,13 +115,13 @@ cd meu-projeto && rbin-task-flow init
116
115
 
117
116
  ## Visão Geral
118
117
 
119
- Repositório centralizado de configurações e regras de desenvolvimento que podem ser instaladas instantaneamente em qualquer projeto. Fornece configuração completa para Claude Code, Gemini, Cursor IDE e RBIN Task Flow - um sistema simples de gerenciamento de tarefas alimentado por IA.
118
+ Repositório centralizado de configurações e regras de desenvolvimento que podem ser instaladas instantaneamente em qualquer projeto. Fornece configuração completa para Claude Code, Cursor IDE e RBIN Task Flow - um sistema simples de gerenciamento de tarefas alimentado por IA.
120
119
 
121
120
  ### Principais Recursos
122
121
 
123
122
  - **Instalação Global NPM** - Instale uma vez, use em qualquer lugar com `npm install -g rbin-task-flow`
124
123
  - **Gerenciamento Simples de Tarefas** - Defina tarefas em texto simples, a IA gera subtarefas detalhadas
125
- - **Múltiplos Modelos de IA** - Claude Code Sonnet e Gemini 3 Flash configurados e prontos para uso
124
+ - **Múltiplos Modelos de IA** - Claude Code Sonnet configurado e pronto para uso
126
125
  - **.gitignore Discreto** - Configurações de IA ocultas com comentários genéricos
127
126
  - **Zero Configuração** - Pronto para usar imediatamente
128
127
  - **RBIN Task Flow** - Gerenciamento de tarefas alimentado por IA com interface de texto simples
@@ -131,7 +130,7 @@ Repositório centralizado de configurações e regras de desenvolvimento que pod
131
130
 
132
131
  - **Sistema Operacional:** macOS, Linux ou Windows (WSL)
133
132
  - **Ferramentas:** Git, Bash, Node.js
134
- - **Necessário:** Claude Code CLI, acesso à API Gemini ou Cursor IDE (com assinatura Pro)
133
+ - **Necessário:** Claude Code CLI ou Cursor IDE (com assinatura Pro)
135
134
 
136
135
  ### Alternativa: Instalação Legacy (Sem NPM)
137
136
 
@@ -165,9 +164,6 @@ seu-projeto/
165
164
  ├── .claude/
166
165
  │ └── settings.json # Configurações do Claude Code
167
166
 
168
- ├── .gemini/
169
- │ └── settings.json # Configurações do Gemini
170
-
171
167
  ├── .task-flow/ # RBIN Task Flow
172
168
  │ ├── tasks.input.txt # Definições de tarefas em texto simples (edite isso!)
173
169
  │ ├── tasks.status.md # ⚠️ Status das tarefas (atualizado automaticamente, NÃO EDITE)
@@ -182,7 +178,6 @@ seu-projeto/
182
178
 
183
179
  Nenhuma configuração adicional necessária! Apenas certifique-se de ter:
184
180
  - Claude Code CLI instalado, OU
185
- - Acesso à API Gemini configurado, OU
186
181
  - Cursor IDE com assinatura Pro ativa
187
182
 
188
183
  **Você está pronto!**
@@ -207,13 +202,6 @@ O Claude Code vem pré-configurado com:
207
202
  - Integração com RBIN Task Flow
208
203
  - Melhores práticas de desenvolvimento
209
204
 
210
- ### Integração com Gemini
211
-
212
- O Gemini vem pré-configurado com:
213
- - Configurações personalizadas
214
- - Integração com RBIN Task Flow
215
- - Melhores práticas de desenvolvimento
216
-
217
205
  ## O Que Está Configurado
218
206
 
219
207
  ### Regras de Desenvolvimento
@@ -241,11 +229,9 @@ O instalador adiciona estas entradas ao `.gitignore`:
241
229
 
242
230
  ```gitignore
243
231
  .claude/
244
- .gemini/
245
232
  .cursor/
246
233
  .task-flow/
247
234
  CLAUDE.md
248
- GEMINI.md
249
235
  ```
250
236
 
251
237
  **Por que discreto?**
@@ -290,9 +276,6 @@ rbin-task-flow/
290
276
  ├── .claude/
291
277
  │ └── settings.json # Configurações do Claude Code
292
278
 
293
- ├── .gemini/
294
- │ └── settings.json # Configurações do Gemini
295
-
296
279
  ├── .task-flow/
297
280
  │ ├── README.md # Referência rápida de comandos
298
281
  │ ├── tasks.input.txt # Template de definições de tarefas
@@ -304,7 +287,6 @@ rbin-task-flow/
304
287
  ├── .gitignore # Template gitignore
305
288
  ├── .model-versions.json # Referência de versão do modelo (atualize quando novos modelos forem lançados)
306
289
  ├── CLAUDE.md # Instruções principais do Claude
307
- ├── GEMINI.md # Instruções principais do Gemini
308
290
  ├── install.sh # Script de instalação
309
291
  └── README.md # Este arquivo
310
292
  ```
@@ -315,11 +297,11 @@ rbin-task-flow/
315
297
  - ✅ Use RBIN Task Flow em **projetos que recebem** as configurações via instalação
316
298
  - 🔄 O instalador **sempre sobrescreve** configurações existentes
317
299
  - 🤫 As entradas do .gitignore são **discretas** (sem menções a IA)
318
- - 🎯 Funciona com **Claude Code CLI**, **API Gemini** ou **Cursor Pro**
300
+ - 🎯 Funciona com **Claude Code CLI** ou **Cursor Pro**
319
301
  - 📦 O diretório Task Flow (`.task-flow/`) é **automaticamente gitignored**
320
302
  - 📝 Defina tarefas em `.task-flow/tasks.input.txt` usando formato simples: `- Descrição da tarefa`
321
303
  - 🚀 **Instalação Global NPM**: `npm install -g rbin-task-flow`, depois use `rbin-task-flow init` em qualquer projeto
322
- - 🔒 **Chaves de API podem ser necessárias** - depende do seu provedor de IA (Claude Code, API Gemini ou Cursor Pro)
304
+ - 🔒 **Chaves de API podem ser necessárias** - depende do seu provedor de IA (Claude Code ou Cursor Pro)
323
305
  - 🔔 **Verificação de versão do modelo** - Use `rbin-task-flow version-check` para verificar versões mais recentes dos modelos (verificação rápida e local)
324
306
 
325
307
  ## Atualizando Versões dos Modelos
@@ -337,16 +319,11 @@ Quando novas versões de modelos forem lançadas, atualize `.model-versions.json
337
319
  "current": "claude-sonnet-4-5-20250929",
338
320
  "latest": "NOVA_VERSÃO_AQUI",
339
321
  "checkUrl": "https://docs.cursor.com/models"
340
- },
341
- "gemini": {
342
- "current": "gemini-3-flash",
343
- "latest": "NOVA_VERSÃO_AQUI",
344
- "checkUrl": "https://ai.google.dev/models/gemini"
345
322
  }
346
323
  }
347
324
  ```
348
325
 
349
- O instalador verificará automaticamente versões mais recentes dos modelos e **perguntará individualmente** se você deseja atualizar cada um (Claude, Cursor, Gemini). Esta verificação é **rápida e local** - sem chamadas de API, sem solicitações de rede, apenas uma simples comparação de strings.
326
+ O instalador verificará automaticamente versões mais recentes dos modelos e **perguntará individualmente** se você deseja atualizar cada um (Claude, Cursor). Esta verificação é **rápida e local** - sem chamadas de API, sem solicitações de rede, apenas uma simples comparação de strings.
350
327
 
351
328
  **Atualizações Interativas:** Quando uma versão mais recente estiver disponível, o instalador irá:
352
329
  - Mostrar versões atuais e mais recentes
@@ -401,13 +378,13 @@ Para problemas ou perguntas:
401
378
 
402
379
  ## What Is This Project?
403
380
 
404
- RBIN Task Flow is an AI-powered task management system that automatically configures Claude Code, Gemini, and Cursor IDE in any project. You define tasks in plain text and the AI automatically generates detailed, actionable subtasks.
381
+ RBIN Task Flow is an AI-powered task management system that automatically configures Claude Code and Cursor IDE in any project. You define tasks in plain text and the AI automatically generates detailed, actionable subtasks.
405
382
 
406
383
  **Key benefits:**
407
384
  - ✅ Global NPM installation - install once, use in any project
408
385
  - ✅ Zero configuration - ready to use immediately
409
386
  - ✅ Simple management - write tasks in text, AI does the rest
410
- - ✅ Multiple AI models - Claude, Gemini, and Cursor configured
387
+ - ✅ Multiple AI models - Claude and Cursor configured
411
388
 
412
389
  ## Installation
413
390
 
@@ -445,7 +422,7 @@ rbin-task-flow report <ids> # Generate report (e.g., "1" or "1,2" or "all")
445
422
 
446
423
  ### AI Commands - Why Use Them?
447
424
 
448
- After initializing, use these commands in your AI (Cursor/Claude/Gemini) to automatically manage tasks:
425
+ After initializing, use these commands in your AI (Cursor/Claude) to automatically manage tasks:
449
426
 
450
427
  | Command | Why Use It | Key Feature |
451
428
  |---------|------------|-------------|
@@ -481,13 +458,13 @@ cd my-project && rbin-task-flow init
481
458
 
482
459
  ## Overview
483
460
 
484
- A centralized repository of development configurations and rules that can be instantly installed in any project. Provides complete setup for Claude Code, Gemini, Cursor IDE, and RBIN Task Flow - a simple AI-powered task management system.
461
+ A centralized repository of development configurations and rules that can be instantly installed in any project. Provides complete setup for Claude Code, Cursor IDE, and RBIN Task Flow - a simple AI-powered task management system.
485
462
 
486
463
  ### Key Features
487
464
 
488
465
  - **NPM Global Installation** - Install once, use everywhere with `npm install -g rbin-task-flow`
489
466
  - **Simple Task Management** - Define tasks in plain text, AI generates detailed subtasks
490
- - **Multiple AI Models** - Claude Code Sonnet and Gemini 3 Flash configured and ready to use
467
+ - **Multiple AI Models** - Claude Code Sonnet configured and ready to use
491
468
  - **Discrete .gitignore** - AI configs hidden with generic comments
492
469
  - **Zero Configuration** - Ready to use immediately
493
470
  - **RBIN Task Flow** - AI-powered task management with simple text interface
@@ -496,7 +473,7 @@ A centralized repository of development configurations and rules that can be ins
496
473
 
497
474
  - **Operating System:** macOS, Linux, or Windows (WSL)
498
475
  - **Tools:** Git, Bash, Node.js
499
- - **Required:** Claude Code CLI, Gemini API access, or Cursor IDE (with Pro subscription)
476
+ - **Required:** Claude Code CLI or Cursor IDE (with Pro subscription)
500
477
 
501
478
  ### Alternative: Legacy Installation (Without NPM)
502
479
 
@@ -530,9 +507,6 @@ your-project/
530
507
  ├── .claude/
531
508
  │ └── settings.json # Claude Code settings
532
509
 
533
- ├── .gemini/
534
- │ └── settings.json # Gemini settings
535
-
536
510
  ├── .task-flow/ # RBIN Task Flow
537
511
  │ ├── tasks.input.txt # Plain text task definitions (edit this!)
538
512
  │ ├── tasks.status.md # ⚠️ Task status (auto-updated, DO NOT EDIT)
@@ -547,7 +521,6 @@ your-project/
547
521
 
548
522
  No additional configuration required! Just make sure you have:
549
523
  - Claude Code CLI installed, OR
550
- - Gemini API access configured, OR
551
524
  - Cursor IDE with an active Pro subscription
552
525
 
553
526
  **You're ready!**
@@ -572,13 +545,6 @@ Claude Code is pre-configured with:
572
545
  - RBIN Task Flow integration
573
546
  - Development best practices
574
547
 
575
- ### Gemini Integration
576
-
577
- Gemini is pre-configured with:
578
- - Custom settings
579
- - RBIN Task Flow integration
580
- - Development best practices
581
-
582
548
  ## What's Configured
583
549
 
584
550
  ### Development Rules
@@ -606,11 +572,9 @@ The installer adds these entries to `.gitignore`:
606
572
 
607
573
  ```gitignore
608
574
  .claude/
609
- .gemini/
610
575
  .cursor/
611
576
  .task-flow/
612
577
  CLAUDE.md
613
- GEMINI.md
614
578
  ```
615
579
 
616
580
  **Why discrete?**
@@ -655,9 +619,6 @@ rbin-task-flow/
655
619
  ├── .claude/
656
620
  │ └── settings.json # Claude Code settings
657
621
 
658
- ├── .gemini/
659
- │ └── settings.json # Gemini settings
660
-
661
622
  ├── .task-flow/
662
623
  │ ├── README.md # Quick commands reference
663
624
  │ ├── tasks.input.txt # Task definitions template
@@ -669,7 +630,6 @@ rbin-task-flow/
669
630
  ├── .gitignore # Template gitignore
670
631
  ├── .model-versions.json # Model version reference (update when new models are released)
671
632
  ├── CLAUDE.md # Main Claude instructions
672
- ├── GEMINI.md # Main Gemini instructions
673
633
  ├── install.sh # Installation script
674
634
  └── README.md # This file
675
635
  ```
@@ -680,11 +640,11 @@ rbin-task-flow/
680
640
  - ✅ Use RBIN Task Flow in **projects that receive** the configs via installation
681
641
  - 🔄 Installer **always overwrites** existing configs
682
642
  - 🤫 .gitignore entries are **discrete** (no AI mentions)
683
- - 🎯 Works with **Claude Code CLI**, **Gemini API**, or **Cursor Pro**
643
+ - 🎯 Works with **Claude Code CLI** or **Cursor Pro**
684
644
  - 📦 Task Flow directory (`.task-flow/`) is **automatically gitignored**
685
645
  - 📝 Define tasks in `.task-flow/tasks.input.txt` using simple format: `- Task description`
686
646
  - 🚀 **NPM Global Install**: `npm install -g rbin-task-flow`, then use `rbin-task-flow init` in any project
687
- - 🔒 **API keys may be required** - depends on your AI provider (Claude Code, Gemini API, or Cursor Pro)
647
+ - 🔒 **API keys may be required** - depends on your AI provider (Claude Code or Cursor Pro)
688
648
  - 🔔 **Model version checking** - Use `rbin-task-flow version-check` to check for newer model versions (fast, local check)
689
649
 
690
650
  ## Updating Model Versions
@@ -702,16 +662,11 @@ When new model versions are released, update `.model-versions.json` in this repo
702
662
  "current": "claude-sonnet-4-5-20250929",
703
663
  "latest": "NEW_VERSION_HERE",
704
664
  "checkUrl": "https://docs.cursor.com/models"
705
- },
706
- "gemini": {
707
- "current": "gemini-3-flash",
708
- "latest": "NEW_VERSION_HERE",
709
- "checkUrl": "https://ai.google.dev/models/gemini"
710
665
  }
711
666
  }
712
667
  ```
713
668
 
714
- The installer will automatically check for newer model versions and **ask you individually** if you want to update each one (Claude, Cursor, Gemini). This check is **fast and local** - no API calls, no network requests, just a simple string comparison.
669
+ The installer will automatically check for newer model versions and **ask you individually** if you want to update each one (Claude, Cursor). This check is **fast and local** - no API calls, no network requests, just a simple string comparison.
715
670
 
716
671
  **Interactive Updates:** When a newer version is available, the installer will:
717
672
  - Show current and latest versions
package/bin/cli.js CHANGED
@@ -10,7 +10,7 @@ const chalk = require('chalk');
10
10
 
11
11
  program
12
12
  .name('rbin-task-flow')
13
- .description('AI-powered task management for Claude, Cursor, and Gemini')
13
+ .description('AI-powered task management for Claude and Cursor')
14
14
  .version(require('../package.json').version);
15
15
 
16
16
  program
@@ -65,7 +65,7 @@ program
65
65
  console.log('\n' + chalk.cyan('╔════════════════════════════════════════════════════════════════╗'));
66
66
  console.log(chalk.cyan('║') + ' ' + chalk.magenta('✨ RBIN Task Flow ✨') + ' ' + chalk.cyan('║'));
67
67
  console.log(chalk.cyan('╚════════════════════════════════════════════════════════════════╝') + '\n');
68
- console.log(chalk.blue('AI-powered task management for Claude, Cursor, and Gemini'));
68
+ console.log(chalk.blue('AI-powered task management for Claude and Cursor'));
69
69
  console.log(chalk.yellow('\nVersion:'), require('../package.json').version);
70
70
  console.log(chalk.yellow('Repository:'), 'https://github.com/rbinoliveira/rbin-task-flow');
71
71
  console.log(chalk.yellow('\nCommands:'));
package/lib/install.js CHANGED
@@ -39,7 +39,6 @@ async function installInProject(targetPath, options = {}) {
39
39
  const dirs = [
40
40
  '.cursor/rules',
41
41
  '.claude',
42
- '.gemini',
43
42
  '.task-flow'
44
43
  ];
45
44
 
@@ -111,26 +110,6 @@ async function copyConfigs(targetPath) {
111
110
  showSuccess('Claude instructions');
112
111
  }
113
112
 
114
- const geminiSettingsPath = path.join(TEMPLATE_DIR, '.gemini/settings.json');
115
- if (fs.existsSync(geminiSettingsPath)) {
116
- await fs.copy(
117
- geminiSettingsPath,
118
- path.join(targetPath, '.gemini/settings.json'),
119
- { overwrite: true }
120
- );
121
- showSuccess('Gemini settings');
122
- }
123
-
124
- const geminiInstructionsPath = path.join(TEMPLATE_DIR, 'GEMINI.md');
125
- if (fs.existsSync(geminiInstructionsPath)) {
126
- await fs.copy(
127
- geminiInstructionsPath,
128
- path.join(targetPath, 'GEMINI.md'),
129
- { overwrite: true }
130
- );
131
- showSuccess('Gemini instructions');
132
- }
133
-
134
113
  await copyTaskFlow(targetPath);
135
114
  }
136
115
 
@@ -143,16 +122,16 @@ async function copyTaskFlow(targetPath) {
143
122
  showSuccess('Task Flow directory');
144
123
  showInfo('Note: .internal/tasks.json and .internal/status.json are NOT overwritten (your data is safe)');
145
124
 
146
- const screensDest = path.join(taskFlowDest, 'screens');
147
- await fs.ensureDir(screensDest);
148
- showSuccess('Screenshots directory (.task-flow/screens/)');
125
+ const contextsDest = path.join(taskFlowDest, 'contexts');
126
+ await fs.ensureDir(contextsDest);
127
+ showSuccess('Contexts directory (.task-flow/contexts/)');
149
128
 
150
129
  const docsDest = path.join(taskFlowDest, 'docs');
151
130
  await fs.ensureDir(docsDest);
152
131
  showSuccess('Documentation directory (.task-flow/docs/)');
153
132
 
154
- const exampleSrc = path.join(taskFlowSrc, 'screens/example.png.txt');
155
- const exampleDest = path.join(screensDest, 'example.png.txt');
133
+ const exampleSrc = path.join(taskFlowSrc, 'contexts/example.png.txt');
134
+ const exampleDest = path.join(contextsDest, 'example.png.txt');
156
135
  if (fs.existsSync(exampleSrc) && !fs.existsSync(exampleDest)) {
157
136
  await fs.copy(exampleSrc, exampleDest);
158
137
  }
@@ -186,11 +165,9 @@ async function updateGitignore(targetPath) {
186
165
 
187
166
  const entries = [
188
167
  '.claude/',
189
- '.gemini/',
190
168
  '.cursor/',
191
169
  '.task-flow/',
192
- 'CLAUDE.md',
193
- 'GEMINI.md'
170
+ 'CLAUDE.md'
194
171
  ];
195
172
 
196
173
  for (const entry of entries) {
@@ -246,24 +223,6 @@ async function showModelVersions(targetPath) {
246
223
  }
247
224
  }
248
225
 
249
- const geminiSettingsPath = path.join(targetPath, '.gemini/settings.json');
250
- if (fs.existsSync(geminiSettingsPath)) {
251
- try {
252
- const settings = await fs.readJSON(geminiSettingsPath);
253
- if (settings.model) {
254
- const modelName = typeof settings.model === 'string'
255
- ? settings.model
256
- : settings.model.name || 'Default (recommended)';
257
- console.log(chalk.blue('Gemini:'), chalk.yellow(modelName));
258
- hasModels = true;
259
- } else {
260
- console.log(chalk.blue('Gemini:'), chalk.yellow('Default (recommended)'));
261
- hasModels = true;
262
- }
263
- } catch (error) {
264
- }
265
- }
266
-
267
226
  if (!hasModels) {
268
227
  console.log(chalk.yellow('No model versions configured yet'));
269
228
  }
package/lib/version.js CHANGED
@@ -43,10 +43,6 @@ async function checkVersionUpdates() {
43
43
  await checkModelVersion('Cursor', versions.cursor, '.cursor/settings.json', rl);
44
44
  }
45
45
 
46
- if (versions.gemini) {
47
- await checkModelVersion('Gemini', versions.gemini, '.gemini/settings.json', rl);
48
- }
49
-
50
46
  rl.close();
51
47
 
52
48
  console.log(chalk.green('\n✅ Version check completed!\n'));
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "rbin-task-flow",
3
- "version": "1.3.0",
4
- "description": "AI-powered task management for Claude, Cursor, and Gemini",
3
+ "version": "1.4.0",
4
+ "description": "AI-powered task management for Claude and Cursor",
5
5
  "main": "index.js",
6
6
  "bin": {
7
- "rbin-task-flow": "./bin/cli.js",
8
- "task-flow": "./bin/cli.js"
7
+ "rbin-task-flow": "bin/cli.js",
8
+ "task-flow": "bin/cli.js"
9
9
  },
10
10
  "scripts": {
11
11
  "test": "echo \"No tests yet\"",
@@ -16,7 +16,6 @@
16
16
  "ai",
17
17
  "claude",
18
18
  "cursor",
19
- "gemini",
20
19
  "cli",
21
20
  "task-management",
22
21
  "ai-powered"
@@ -25,17 +24,15 @@
25
24
  "license": "MIT",
26
25
  "repository": {
27
26
  "type": "git",
28
- "url": "https://github.com/rbinoliveira/rbin-task-flow.git"
27
+ "url": "git+https://github.com/rbinoliveira/rbin-task-flow.git"
29
28
  },
30
29
  "files": [
31
30
  "bin/",
32
31
  ".cursor/",
33
32
  ".claude/",
34
- ".gemini/",
35
33
  ".task-flow/",
36
34
  ".model-versions.json",
37
35
  "CLAUDE.md",
38
- "GEMINI.md",
39
36
  "lib/"
40
37
  ],
41
38
  "preferGlobal": true,
@@ -1,5 +0,0 @@
1
- {
2
- "model": {
3
- "name": "gemini-3-flash"
4
- }
5
- }
@@ -1,23 +0,0 @@
1
- # Example Screenshot
2
-
3
- This is a placeholder file. Replace this file with a real screenshot (PNG or JPG).
4
-
5
- ## How to add screenshots:
6
-
7
- 1. Add your image files (.png or .jpg) to this folder
8
- 2. Use descriptive names in kebab-case
9
- 3. RBIN Task Flow will automatically detect and reference the screenshots
10
-
11
- ## Example names:
12
-
13
- - `login_recover_signup.png`
14
- - `dashboard.png`
15
- - `patient.png`
16
- - `patient_profile.png`
17
- - `prescriptions.png`
18
- - `medicine.png`
19
-
20
- ## Reference in tasks:
21
-
22
- To reference a specific screenshot in a task, use:
23
- `task-flow-screen filename.png`
package/GEMINI.md DELETED
@@ -1,38 +0,0 @@
1
- # Gemini Instructions
2
-
3
- ## Development Rules
4
-
5
- All development rules are automatically loaded from `.cursor/rules/` directory. These rules include:
6
- - Cursor rules formatting guidelines
7
- - Self-improvement processes
8
- - Code commenting standards
9
- - Commit practices
10
- - Git command control
11
- - Task execution management with RBIN Task Flow
12
-
13
- ## RBIN Task Flow
14
-
15
- This project uses RBIN Task Flow for task management:
16
- - **Task Definition**: Edit `.task-flow/tasks.input.txt` using simple format: `- Task description`
17
- - **AI Commands**: Use AI-powered commands for task management:
18
- - `task-flow: sync` - Synchronize tasks from tasks.input.txt
19
- - `task-flow: think` - Analyze code and suggest new tasks
20
- - `task-flow: status` - View current task status
21
- - `task-flow: run next X` - Work on next X subtasks
22
- - `task-flow: run X` - Execute all pending subtasks of task X (simplified - no "task" needed)
23
- - `task-flow: run X,Y` - Execute multiple tasks (comma-separated)
24
- - `task-flow: run all` - Execute all tasks
25
- - `task-flow: review X` - Review specific task(s) (comma-separated or "all")
26
- - `task-flow: refactor X` - Refactor specific task(s) (comma-separated or "all")
27
- - `task-flow: estimate X` - Estimate time for task X (simplified - no "task" needed)
28
- - `task-flow: estimate X,Y` - Estimate multiple tasks (comma-separated)
29
- - `task-flow: estimate all` - Estimate all tasks
30
- - `task-flow: report X` - Generate implementation report for task X (simplified - no "task" needed)
31
- - `task-flow: report X,Y` - Generate reports for multiple tasks (comma-separated)
32
- - `task-flow: report all` - Generate reports for all tasks
33
- - **Files**:
34
- - `.task-flow/tasks.input.txt` - Define your tasks here
35
- - `.task-flow/tasks.status.md` - Auto-generated status (DO NOT EDIT manually)
36
- - `.task-flow/.internal/` - Internal system files (ignore)
37
-
38
- Follow all rules defined in `.cursor/rules/` for consistent development practices.