rbin-task-flow 1.23.1 → 1.24.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.
- package/.claude/skills/task-flow-think/SKILL.md +2 -0
- package/.claude/skills/task-flow-validate/SKILL.md +22 -0
- package/.cursor/rules/graphify-task-flow.mdc +1 -0
- package/.cursor/rules/task-flow-cursor.mdc +1 -0
- package/.cursor/rules/task_analysis.mdc +2 -0
- package/.cursor/rules/task_execution.mdc +1 -0
- package/.cursor/rules/task_review.mdc +1 -0
- package/.cursor/rules/task_validate.mdc +99 -0
- package/.task-flow/AI-PLATFORMS.md +1 -1
- package/.task-flow/CODEX.md +14 -0
- package/.task-flow/CURSOR.md +1 -0
- package/.task-flow/GRAPHIFY.md +1 -1
- package/.task-flow/README.md +11 -0
- package/.task-flow/platforms/codex.md +1 -0
- package/AGENTS.md +1 -0
- package/CLAUDE.md +1 -0
- package/README.md +8 -6
- package/package.json +1 -1
|
@@ -14,4 +14,6 @@ disable-model-invocation: true
|
|
|
14
14
|
|
|
15
15
|
Optional: `graphify query` on large repos before suggesting.
|
|
16
16
|
|
|
17
|
+
For deep verify + auto-add lacunas (no ask): `@task-flow-validate` (`task-flow: validate`).
|
|
18
|
+
|
|
17
19
|
Reference: `.cursor/rules/task_analysis.mdc` · Sync after confirm: `@task-flow-sync`
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: task-flow-validate
|
|
3
|
+
description: Deep-validates RBIN Task Flow tasks against the codebase, reverts false done status, and appends missing gaps to tasks.input.txt then syncs. Use when the user says task-flow validate, validate all, validar tasks, or verificar lacunas.
|
|
4
|
+
disable-model-invocation: true
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Task Flow — Validate
|
|
8
|
+
|
|
9
|
+
Thorough implementation audit + automatic gap fill (unlike `review` or `think`).
|
|
10
|
+
|
|
11
|
+
1. Read `tasks.input.txt`, `tasks.json`, `status.json`, `contexts/` — scope `X`, `X,Y`, or `all` (default `all`).
|
|
12
|
+
2. **Verify** each subtask in scope: `done` must match code; `pending` checked for drift.
|
|
13
|
+
3. **Lacunas:** missing work not in `tasks.input.txt` (TODOs, tests, incomplete features).
|
|
14
|
+
4. **Apply:**
|
|
15
|
+
- False `done` → `pending` in `status.json`
|
|
16
|
+
- Append new `- Description` lines to `tasks.input.txt` (no duplicates)
|
|
17
|
+
- Run sync workflow (`@task-flow-sync` / `task-flow-sync.mdc`)
|
|
18
|
+
5. Report verified / reverted / added / next `run`.
|
|
19
|
+
|
|
20
|
+
Optional: `graphify query` per task area if `graphify-out/graph.json` exists.
|
|
21
|
+
|
|
22
|
+
Reference: `.cursor/rules/task_validate.mdc`
|
|
@@ -11,6 +11,7 @@ alwaysApply: false
|
|
|
11
11
|
- **`task-flow: run` / `run next X`:** Before implementing a subtask in a non-trivial codebase, if `graphify-out/graph.json` exists, use `graphify query "<feature or module from subtask>"` or read `graphify-out/GRAPH_REPORT.md` god nodes — then implement. If no graph exists, proceed with normal search or suggest `graphify extract . --backend claude-cli` (or `rbin-task-flow init --graphify`).
|
|
12
12
|
- **`task-flow: think`:** Optional `graphify query` for gap analysis on large repos.
|
|
13
13
|
- **`task-flow: review X`:** Optional `graphify affected "<symbol>"` to verify impact surface.
|
|
14
|
+
- **`task-flow: validate`:** Optional `graphify query` per task area before verifying implementation; then append lacunas + sync per `task_validate.mdc`.
|
|
14
15
|
- **`task-flow: audit`:** Graphify is structural only; scoring uses [coding_standards.mdc](mdc:.cursor/rules/coding_standards.mdc) checklist. Deep dive: sections of [coding-standards-full.md](mdc:.task-flow/docs/coding-standards-full.md) only if user asks for depth.
|
|
15
16
|
|
|
16
17
|
- **When NOT to use Graphify:**
|
|
@@ -27,6 +27,7 @@ alwaysApply: true
|
|
|
27
27
|
| `task-flow: audit` | `@task-flow-audit` |
|
|
28
28
|
| `task-flow: improve changes` | `@task-flow-improve-changes` |
|
|
29
29
|
| `task-flow: review X` | `@task-flow-review` |
|
|
30
|
+
| `task-flow: validate` | `@task-flow-validate` |
|
|
30
31
|
| `task-flow: refactor X` | `@task-flow-refactor` |
|
|
31
32
|
| `task-flow: estimate X` | `@task-flow-estimate` |
|
|
32
33
|
| `task-flow: report X` | `@task-flow-report` |
|
|
@@ -7,6 +7,8 @@ alwaysApply: false
|
|
|
7
7
|
|
|
8
8
|
**Not sync.** For `task-flow: sync` use [task-flow-sync.mdc](mdc:.cursor/rules/task-flow-sync.mdc) or `@task-flow-sync`.
|
|
9
9
|
|
|
10
|
+
**Not validate.** For deep verify + auto-add lacunas use [task_validate.mdc](mdc:.cursor/rules/task_validate.mdc) or `@task-flow-validate`.
|
|
11
|
+
|
|
10
12
|
**Prefer:** `@task-flow-think` · After user adds lines: `@task-flow-sync`
|
|
11
13
|
|
|
12
14
|
## When to run
|
|
@@ -19,6 +19,7 @@ alwaysApply: false
|
|
|
19
19
|
| `task-flow: audit` | `@task-flow-audit` |
|
|
20
20
|
| `task-flow: improve changes` | `@task-flow-improve-changes` |
|
|
21
21
|
| `task-flow: review X` | `@task-flow-review` |
|
|
22
|
+
| `task-flow: validate` | `@task-flow-validate` |
|
|
22
23
|
| `task-flow: refactor X` | `@task-flow-refactor` |
|
|
23
24
|
| `task-flow: estimate X` | `@task-flow-estimate` |
|
|
24
25
|
| `task-flow: report X` | `@task-flow-report` |
|
|
@@ -81,6 +81,7 @@ alwaysApply: false
|
|
|
81
81
|
|
|
82
82
|
- **Integration:**
|
|
83
83
|
- Works with [task-flow-cursor.mdc](mdc:.cursor/rules/task-flow-cursor.mdc) / `@task-flow-review`
|
|
84
|
+
- For verify + auto-add lacunas + sync: [task_validate.mdc](mdc:.cursor/rules/task_validate.mdc) / `@task-flow-validate`
|
|
84
85
|
- Respects [rbin-git-policy.mdc](mdc:.cursor/rules/rbin-git-policy.mdc) — never commit automatically
|
|
85
86
|
|
|
86
87
|
- **Principle:**
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Deep-validates task-flow tasks against the codebase, fixes false done status, and appends missing gaps to tasks.input.txt. Use for task-flow validate, validate all, validar tasks, or verificar lacunas.
|
|
3
|
+
alwaysApply: false
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# task-flow: validate
|
|
7
|
+
|
|
8
|
+
**Prefer:** `@task-flow-validate` · After changes: status is updated automatically; new lines trigger sync.
|
|
9
|
+
|
|
10
|
+
**Not the same as:**
|
|
11
|
+
- `task-flow: review` — only checks `done` subtasks; asks before status revert; does not add tasks.
|
|
12
|
+
- `task-flow: think` — suggests tasks; **asks** before writing `tasks.input.txt`.
|
|
13
|
+
|
|
14
|
+
## When to run
|
|
15
|
+
|
|
16
|
+
User says `task-flow: validate`, `task-flow: validate X`, `task-flow: validate all`, `validar tasks`, `verificar lacunas`, `validate implementation gaps`, etc.
|
|
17
|
+
|
|
18
|
+
Default scope when no ID: **`all`**.
|
|
19
|
+
|
|
20
|
+
## Depth
|
|
21
|
+
|
|
22
|
+
Use **thorough** reasoning: read each subtask `instructions`, `.task-flow/contexts/` when cited, verify files/tests/docs in the codebase — not a shallow grep. Optional: `graphify query "<module>"` per task area when `graphify-out/graph.json` exists.
|
|
23
|
+
|
|
24
|
+
## Process
|
|
25
|
+
|
|
26
|
+
### 1. Load
|
|
27
|
+
|
|
28
|
+
- `.task-flow/tasks.input.txt` (lines `- ` only)
|
|
29
|
+
- `.task-flow/.internal/tasks.json`, `status.json`
|
|
30
|
+
- List `.task-flow/contexts/`
|
|
31
|
+
|
|
32
|
+
### 2. Verify (scope: task X, X,Y, or all)
|
|
33
|
+
|
|
34
|
+
For each task/subtask in scope:
|
|
35
|
+
|
|
36
|
+
| Status | Check |
|
|
37
|
+
|--------|--------|
|
|
38
|
+
| `done` | Implementation exists and matches requirements (files, tests, docs per instructions) |
|
|
39
|
+
| `pending` / `in_progress` | Whether code already partially or fully implements the subtask (status drift) |
|
|
40
|
+
|
|
41
|
+
Record:
|
|
42
|
+
|
|
43
|
+
- **Verified done** — correctly marked
|
|
44
|
+
- **False done** — marked `done` but missing or incomplete
|
|
45
|
+
- **Drift** — implemented in code but still `pending`
|
|
46
|
+
- **Confirmed pending** — not implemented yet (expected)
|
|
47
|
+
|
|
48
|
+
### 3. Lacunas (gaps)
|
|
49
|
+
|
|
50
|
+
Find work not covered by current tasks:
|
|
51
|
+
|
|
52
|
+
- Requirements from `done`/`pending` subtasks still missing in codebase
|
|
53
|
+
- TODO/FIXME, missing tests, half-finished features, docs, wiring not listed in `tasks.input.txt`
|
|
54
|
+
- Do **not** duplicate lines already in `tasks.input.txt` (match by meaning / `originalRequest`)
|
|
55
|
+
|
|
56
|
+
### 4. Apply fixes (no ask — user invoked validate)
|
|
57
|
+
|
|
58
|
+
1. **Status:** set false `done` → `pending` in `status.json`; optional drift `pending` → keep or note in report (do not auto-mark `done` without user run)
|
|
59
|
+
2. **Input:** append new lacunas as `- Description` lines to `tasks.input.txt` (append only; never remove or edit existing lines)
|
|
60
|
+
3. **Sync:** follow [task-flow-sync.mdc](mdc:.cursor/rules/task-flow-sync.mdc) — diff input, regen subtasks for new tasks, rebuild `tasks.status.md` Summary
|
|
61
|
+
4. **Never** edit `.internal/` by hand except through sync-aligned updates to `status.json` for false-done fixes before sync
|
|
62
|
+
|
|
63
|
+
### 5. Report
|
|
64
|
+
|
|
65
|
+
```markdown
|
|
66
|
+
## Task Flow Validate
|
|
67
|
+
|
|
68
|
+
### Verified done
|
|
69
|
+
- 1.2 Title — evidence (file paths)
|
|
70
|
+
|
|
71
|
+
### False done → reverted to pending
|
|
72
|
+
- 2.1 Title — what is missing
|
|
73
|
+
|
|
74
|
+
### Lacunas added to tasks.input.txt
|
|
75
|
+
- New line added: "- …"
|
|
76
|
+
- (none)
|
|
77
|
+
|
|
78
|
+
### Sync
|
|
79
|
+
- N new task(s), M subtasks regenerated
|
|
80
|
+
|
|
81
|
+
### Next
|
|
82
|
+
- `task-flow: run next X` for pending work
|
|
83
|
+
```
|
|
84
|
+
|
|
85
|
+
## Natural language
|
|
86
|
+
|
|
87
|
+
- `task-flow: validate` / `validate all`
|
|
88
|
+
- `task-flow: validate 1` / `validate 2,3`
|
|
89
|
+
- `validar tasks do task-flow`
|
|
90
|
+
- `verificar lacunas e adicionar no task-flow`
|
|
91
|
+
|
|
92
|
+
## Integration
|
|
93
|
+
|
|
94
|
+
- Sync: [task-flow-sync.mdc](mdc:.cursor/rules/task-flow-sync.mdc)
|
|
95
|
+
- Review (lighter): [task_review.mdc](mdc:.cursor/rules/task_review.mdc)
|
|
96
|
+
- Think (suggest only): [task_analysis.mdc](mdc:.cursor/rules/task_analysis.mdc)
|
|
97
|
+
- Git: [rbin-git-policy.mdc](mdc:.cursor/rules/rbin-git-policy.mdc)
|
|
98
|
+
|
|
99
|
+
**Principle:** Validate = truth check + fill gaps. Done means done; missing work becomes new tasks automatically.
|
|
@@ -56,7 +56,7 @@ Detalhes dos comandos: [README.md](README.md).
|
|
|
56
56
|
| `.codex/config.toml` | — | — | ✅ (opcional, preservado no update) |
|
|
57
57
|
| `task-flow-cursor.mdc` | — | ✅ always-on | — |
|
|
58
58
|
| `rbin-git-policy.mdc` | — | ✅ always-on | — |
|
|
59
|
-
| `.claude/skills/` | ✅ (
|
|
59
|
+
| `.claude/skills/` | ✅ (15 skills) | — | — |
|
|
60
60
|
| `.cursor/skills/` | — | ✅ (espelho) | — |
|
|
61
61
|
|
|
62
62
|
Por padrão, `.claude/`, `.cursor/`, `.task-flow/`, `CLAUDE.md` e `AGENTS.md` entram no **`.gitignore`** do projeto cliente. Para versionar skills/regras com o time, ajuste o ignore — veja a seção “Versionamento” em cada guia.
|
package/.task-flow/CODEX.md
CHANGED
|
@@ -88,6 +88,20 @@ Rule: `.cursor/rules/task_review.mdc`
|
|
|
88
88
|
|
|
89
89
|
---
|
|
90
90
|
|
|
91
|
+
## task-flow: validate
|
|
92
|
+
|
|
93
|
+
1. Read `tasks.input.txt`, `tasks.json`, `status.json` — scope `all` or task ID(s).
|
|
94
|
+
2. Thoroughly verify each subtask against codebase (`done` + `pending`).
|
|
95
|
+
3. Revert false `done` → `pending` in `status.json`.
|
|
96
|
+
4. Append lacunas as `- Description` to `tasks.input.txt` (no duplicates).
|
|
97
|
+
5. Run sync workflow (section **Sync** in AGENTS.md).
|
|
98
|
+
|
|
99
|
+
Rule: `.cursor/rules/task_validate.mdc`
|
|
100
|
+
|
|
101
|
+
Unlike `think` (asks before add) or `review` (done only, asks before revert).
|
|
102
|
+
|
|
103
|
+
---
|
|
104
|
+
|
|
91
105
|
## task-flow: refactor X
|
|
92
106
|
|
|
93
107
|
Refactor task-related files: no behavior change, remove explanatory comments, keep section separators.
|
package/.task-flow/CURSOR.md
CHANGED
|
@@ -26,6 +26,7 @@ Verify: `rg 'alwaysApply: true' .cursor/rules` → only the two files above.
|
|
|
26
26
|
| `task-flow: status` | `@task-flow-status` |
|
|
27
27
|
| `task-flow: check` | `@task-flow-check` |
|
|
28
28
|
| `task-flow: improve changes` | `@task-flow-improve-changes` |
|
|
29
|
+
| `task-flow: validate` | `@task-flow-validate` |
|
|
29
30
|
| Implement feature code | `@rbin-coding-standards` (explicit; checklist glob on `src/**`) |
|
|
30
31
|
|
|
31
32
|
**Avoid:** `@task_work` (short fallback only — prefer `@task-flow-run`).
|
package/.task-flow/GRAPHIFY.md
CHANGED
|
@@ -54,7 +54,7 @@ task-flow: check
|
|
|
54
54
|
|-------------------|----------------|
|
|
55
55
|
| `sync`, `status`, `estimate`, `report`, `generate flow` | Não |
|
|
56
56
|
| `run next X`, `run N` | Sim, se `graphify-out/` existir |
|
|
57
|
-
| `think`, `review` | Opcional |
|
|
57
|
+
| `think`, `review`, `validate` | Opcional |
|
|
58
58
|
| `audit`, `improve changes` | Opcional (estrutura); padrões = checklist `coding_standards.mdc` |
|
|
59
59
|
| `check` | Não |
|
|
60
60
|
|
package/.task-flow/README.md
CHANGED
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
| `task-flow: run X,Y` | Executes multiple tasks (e.g., `task-flow: run 10,11`) |
|
|
28
28
|
| `task-flow: run all` | Executes all tasks |
|
|
29
29
|
| `task-flow: review X` | Reviews specific task(s) (e.g., `task-flow: review 1` or `task-flow: review 10,11` or `task-flow: review all`) |
|
|
30
|
+
| `task-flow: validate` | Deep-validates tasks vs codebase, reverts false done, appends gaps to `tasks.input.txt`, syncs (default: all) |
|
|
30
31
|
| `task-flow: refactor X` | Refactors specific task(s) (e.g., `task-flow: refactor 1` or `task-flow: refactor 10,11` or `task-flow: refactor all`) |
|
|
31
32
|
| `task-flow: estimate X` | Estimates time for task X (e.g., `task-flow: estimate 1` or `task-flow: estimate 10,11`) |
|
|
32
33
|
| `task-flow: report X` | Generates implementation report for task X (e.g., `task-flow: report 1` or `task-flow: report 10,11`) |
|
|
@@ -101,6 +102,16 @@ Reviews specific task(s) marked as "done" to verify they are actually completed.
|
|
|
101
102
|
- `task-flow: review 10,11` → Reviews tasks 10 and 11
|
|
102
103
|
- `task-flow: review all` → Reviews all tasks
|
|
103
104
|
|
|
105
|
+
### `task-flow: validate`
|
|
106
|
+
Deep validation: checks all subtasks (done and pending) against the codebase, reverts falsely marked `done`, discovers lacunas (missing tests, TODOs, incomplete work), **appends** them to `tasks.input.txt`, and runs sync. Unlike `think` (asks before add) or `review` (done only, asks before revert).
|
|
107
|
+
|
|
108
|
+
**Examples:**
|
|
109
|
+
- `task-flow: validate` → Validates all tasks
|
|
110
|
+
- `task-flow: validate 1` → Validates task 1 only
|
|
111
|
+
- `task-flow: validate 2,3` → Validates tasks 2 and 3
|
|
112
|
+
|
|
113
|
+
**Invoke:** `@task-flow-validate` (Cursor) · `/task-flow-validate` (Claude)
|
|
114
|
+
|
|
104
115
|
### `task-flow: refactor X`
|
|
105
116
|
Refactors code from specific task(s). Removes explanatory comments, improves code without changing functionality.
|
|
106
117
|
|
|
@@ -163,6 +163,7 @@ Codex prefere `AGENTS.override.md` sobre `AGENTS.md` **no mesmo nível**.
|
|
|
163
163
|
| `task-flow: improve changes` | `git diff --name-only HEAD` · checklist `coding_standards.mdc` nos paths alterados |
|
|
164
164
|
| `task-flow: check` | `Rode lint:fix e build do package.json; corrija até passar` |
|
|
165
165
|
| `task-flow: review 1` | `task_review.mdc — verifique se task 1 done está realmente implementada` |
|
|
166
|
+
| `task-flow: validate` | `task_validate.mdc — valide todas as tasks, reverta false done, adicione lacunas em tasks.input.txt e sync` |
|
|
166
167
|
| `task-flow: estimate 1` | `task_estimate.mdc para task 1` |
|
|
167
168
|
| `task-flow: report 1` | `task_report.mdc — task 1 deve estar done` |
|
|
168
169
|
| `task-flow: generate flow` | `task_generate_flow.mdc — preencher tasks.flow.md` |
|
package/AGENTS.md
CHANGED
|
@@ -36,6 +36,7 @@ No explanatory comments. Complex topics → `dev-logs/*.md`. Allowed: `// ──
|
|
|
36
36
|
| `task-flow: improve changes` | `git diff --name-only HEAD` · `.cursor/rules/task_improve_changes.mdc` |
|
|
37
37
|
| `task-flow: audit` | `.cursor/rules/task_audit.mdc` · checklist `coding_standards.mdc` (full: `.task-flow/docs/coding-standards-full.md` if needed) |
|
|
38
38
|
| `task-flow: review X` | `.task-flow/CODEX.md` |
|
|
39
|
+
| `task-flow: validate` | `.cursor/rules/task_validate.mdc` · then sync |
|
|
39
40
|
| `task-flow: refactor X` | `.cursor/rules/task_refactor.mdc` |
|
|
40
41
|
| `task-flow: estimate X` | `.task-flow/CODEX.md` |
|
|
41
42
|
| `task-flow: report X` | `.task-flow/CODEX.md` |
|
package/CLAUDE.md
CHANGED
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
| Audit repo | `/task-flow-audit` |
|
|
22
22
|
| Audit diff only | `/task-flow-improve-changes` |
|
|
23
23
|
| Verify done | `/task-flow-review` |
|
|
24
|
+
| Validate + fill gaps | `/task-flow-validate` |
|
|
24
25
|
| Refactor task code | `/task-flow-refactor` |
|
|
25
26
|
| Estimate hours | `/task-flow-estimate` |
|
|
26
27
|
| Implementation report | `/task-flow-report` |
|
package/README.md
CHANGED
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
<a id="português"></a>
|
|
34
34
|
# 🇧🇷 Português
|
|
35
35
|
|
|
36
|
-
> **v1.
|
|
36
|
+
> **v1.24.0** — Novo `task-flow: validate` (auditoria profunda + lacunas automáticas). De **1.23.x**: `npm install -g rbin-task-flow@1.24` e `rbin-task-flow update`. [CHANGELOG](CHANGELOG.md) · [Publicação](RELEASE-1.24.0.md).
|
|
37
37
|
|
|
38
38
|
## O Que É Este Projeto?
|
|
39
39
|
|
|
@@ -93,13 +93,13 @@ Após inicializar, use estes comandos na IA (Cursor/Claude/Codex) para gerenciar
|
|
|
93
93
|
|
|
94
94
|
**Graphify (opcional):** `rbin-task-flow init --graphify` configura coexistência e roda `graphify extract . --backend claude-cli` (CLI via `rbin-install-dev`; usa assinatura Claude Code).
|
|
95
95
|
|
|
96
|
-
**Claude Code / Cursor skills (v1.20+):** `init` copia
|
|
96
|
+
**Claude Code / Cursor skills (v1.20+):** `init` copia 15 skills para `.claude/skills/` e `.cursor/skills/` — use `/task-flow-sync`, `/task-flow-run`, `/task-flow-validate`, etc.
|
|
97
97
|
|
|
98
98
|
**Codex (v1.21+):** `AGENTS.md` com sync/run embutidos, `.task-flow/CODEX.md` sob demanda, `.codex/config.toml` (64 KiB).
|
|
99
99
|
|
|
100
100
|
**Cursor (v1.23+):** `task-flow-cursor.mdc` + `rbin-git-policy.mdc` (2 always-on) + skills — ver `.task-flow/CURSOR.md`.
|
|
101
101
|
|
|
102
|
-
**Perfil minimal:** `init --profile minimal` instala só as 2 regras always-on e as
|
|
102
|
+
**Perfil minimal:** `init --profile minimal` instala só as 2 regras always-on e as 15 skills; workflows via `@task-flow-*` (sem `task_work`, `coding_standards` glob, etc.). `standard` (padrão) copia todas as regras `.cursor/rules/`.
|
|
103
103
|
|
|
104
104
|
**Compartilhar com o time:** `init --share-ai-config` não ignora `.cursor/skills/` nem `.cursor/rules/` no `.gitignore` (só `.cursor/settings.json` e overrides locais). Padrão: `.cursor/` inteiro ignorado — menos ruído no repo, config local por dev.
|
|
105
105
|
|
|
@@ -116,6 +116,7 @@ Após inicializar, use estes comandos na IA (Cursor/Claude/Codex) para gerenciar
|
|
|
116
116
|
| `task-flow: run X,Y` | **Completa** múltiplas tarefas | Executa tarefas separadas por vírgula (ex: `task-flow: run 10,11`) |
|
|
117
117
|
| `task-flow: run all` | **Completa** todas as tarefas | Executa todas as tarefas pendentes |
|
|
118
118
|
| `task-flow: review X` | **Garante** qualidade do trabalho | Verifica tarefas específicas (ex: `task-flow: review 1` ou `task-flow: review 10,11` ou `task-flow: review all`) |
|
|
119
|
+
| `task-flow: validate` | **Valida** implementação e **preenche lacunas** | Auditoria profunda: reverifica done/pending, corrige status falso, adiciona lacunas em `tasks.input.txt` e faz sync |
|
|
119
120
|
| `task-flow: refactor X` | **Melhora** código sem quebrar | Refatora tarefas específicas (ex: `task-flow: refactor 1` ou `task-flow: refactor 10,11` ou `task-flow: refactor all`) |
|
|
120
121
|
| `task-flow: estimate X` | **Estima** tempo para gestão | Calcula estimativa de tempo (ex: `task-flow: estimate 1` ou `task-flow: estimate 10,11`) |
|
|
121
122
|
| `task-flow: report X` | **Documenta** implementação | Gera relatório detalhado (ex: `task-flow: report 1` ou `task-flow: report 10,11`) |
|
|
@@ -418,7 +419,7 @@ Para problemas ou perguntas:
|
|
|
418
419
|
<a id="english"></a>
|
|
419
420
|
# 🇬🇧 English
|
|
420
421
|
|
|
421
|
-
> **v1.
|
|
422
|
+
> **v1.24.0** — New `task-flow: validate` (deep audit + auto gap fill). From **1.23.x**: `npm install -g rbin-task-flow@1.24` then `rbin-task-flow update`. [CHANGELOG](CHANGELOG.md) · [Release guide](RELEASE-1.24.0.md).
|
|
422
423
|
|
|
423
424
|
## What Is This Project?
|
|
424
425
|
|
|
@@ -478,11 +479,11 @@ After initializing, use these commands in your AI (Cursor/Claude/Codex) to autom
|
|
|
478
479
|
|
|
479
480
|
**Graphify (optional):** `rbin-task-flow init --graphify` — cooperative setup + runs `graphify extract . --backend claude-cli` (CLI from `rbin-install-dev`; uses Claude Code subscription).
|
|
480
481
|
|
|
481
|
-
**Claude / Cursor skills (v1.20+):** installs
|
|
482
|
+
**Claude / Cursor skills (v1.20+):** installs 15 skills — use `/task-flow-sync`, `/task-flow-run`, `/task-flow-validate`, etc.
|
|
482
483
|
|
|
483
484
|
**Codex (v1.21+):** optimized `AGENTS.md`, `.task-flow/CODEX.md`, `.codex/config.toml`.
|
|
484
485
|
|
|
485
|
-
**Cursor (v1.23+):** 2 always-on rules +
|
|
486
|
+
**Cursor (v1.23+):** 2 always-on rules + 15 skills — `@task-flow-sync`, `@task-flow-run`, `@task-flow-validate`.
|
|
486
487
|
|
|
487
488
|
**Minimal profile:** `init --profile minimal` copies only `task-flow-cursor.mdc` and `rbin-git-policy.mdc` plus skills; use `@task-flow-*` for workflows. `standard` (default) copies all rules under `.cursor/rules/`.
|
|
488
489
|
|
|
@@ -501,6 +502,7 @@ After initializing, use these commands in your AI (Cursor/Claude/Codex) to autom
|
|
|
501
502
|
| `task-flow: run X,Y` | **Complete** multiple tasks | Executes comma-separated tasks (e.g., `task-flow: run 10,11`) |
|
|
502
503
|
| `task-flow: run all` | **Complete** all tasks | Executes all pending tasks |
|
|
503
504
|
| `task-flow: review X` | **Ensure** work quality | Verifies specific tasks (e.g., `task-flow: review 1` or `task-flow: review 10,11` or `task-flow: review all`) |
|
|
505
|
+
| `task-flow: validate` | **Validate** implementation and **fill gaps** | Deep audit: recheck done/pending, fix false done, append gaps to `tasks.input.txt`, then sync |
|
|
504
506
|
| `task-flow: refactor X` | **Improve** code without breaking | Refactors specific tasks (e.g., `task-flow: refactor 1` or `task-flow: refactor 10,11` or `task-flow: refactor all`) |
|
|
505
507
|
| `task-flow: estimate X` | **Estimate** time for management | Calculates time estimate (e.g., `task-flow: estimate 1` or `task-flow: estimate 10,11`) |
|
|
506
508
|
| `task-flow: report X` | **Document** implementation | Generates detailed report (e.g., `task-flow: report 1` or `task-flow: report 10,11`) |
|