You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add `/cmind.plan` as the recommended Phase 2 entry point,
consolidating `build_skeleton`, `build_data_flow`,
`design_base_classes`, `design_interfaces`, and `plan_tasks` into one
resumable workflow.
- Add `scripts/plan.py` orchestration with progress probing, automatic
resume/restart behavior, downstream rebuild cascading, per-stage
verification, and forwarded tuning flags.
- Update command docs and multilingual README guidance to replace the
multi-command Phase 2 sequence with `/cmind.plan`.
- Add unit coverage for the planning orchestrator's deterministic logic,
including resume decisions, JSON probe parsing, stage registry checks,
and forwarded CLI arguments.
---------
Co-authored-by: Yasen Hu <74404492+HuYaSen@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
> **हर Coding Agent का इनवोकेशन थोड़ा अलग होता है**:
151
145
>
152
-
> -**Claude Code**: चैट में सीधे `/cmind.feature_spec ...` टाइप करें — slash command पहचाने जाते हैं और संबंधित workflow ट्रिगर हो जाता है।
153
-
> -**GitHub Copilot CLI**: slash command समर्थित नहीं हैं (कस्टम agent समर्थित हैं), इसलिए पहले `/agent cmind.feature_spec` से लक्ष्य agent पर स्विच करें, फिर `start` टाइप करके इसका अंतर्निहित workflow चलाएँ।
146
+
> -**Claude Code**: चैट में सीधे `/cmind.feature_construct ...` टाइप करें — slash command पहचाने जाते हैं और संबंधित workflow ट्रिगर हो जाता है।
147
+
> -**GitHub Copilot CLI**: slash command समर्थित नहीं हैं (कस्टम agent समर्थित हैं), इसलिए पहले `/agent cmind.feature_construct` से लक्ष्य agent पर स्विच करें, फिर `start` टाइप करके इसका अंतर्निहित workflow चलाएँ।
154
148
155
149
CoderMind क्रमिक रूप से `~/.cmind/workspaces/<workspace-id>/data/rpg.json` बनाता है और इसका उपयोग आवश्यकताओं, प्लानिंग आउटपुट, जनरेटेड कोड और dependency जानकारी को संरेखित रखने के लिए करता है। आपके वर्कस्पेस की स्रोत फ़़ाइलें दूषित नहीं होंगी।
156
150
@@ -192,7 +186,7 @@ CoderMind क्रमिक रूप से `~/.cmind/workspaces/<workspace-id
192
186
193
187
```text
194
188
my-project/
195
-
├── docs/ # /cmind.feature_spec के लिए वैकल्पिक आवश्यकता दस्तावेज़
189
+
├── docs/ # /cmind.feature_construct के लिए वैकल्पिक आवश्यकता दस्तावेज़
196
190
├── .github/ or .claude/ # Coding Agent कमांड परिभाषाएँ और सेटिंग्स
197
191
├── .vscode/ # लागू होने पर Copilot/VS Code MCP कॉन्फ़िगरेशन
198
192
├── .cmind/ # जनरेटेड रिपोर्ट और कॉन्फ़िगरेशन फ़ाइलें
@@ -241,7 +235,7 @@ cmind update
241
235
242
236
## आगामी सुविधाएँ
243
237
244
-
-**सरल जनरेशन कमांड्स:** वर्तमान बहु-चरण जनरेशन प्रवाह को कम कमांड्स में मर्ज किया जाएगा, जैसे `/cmind.generate_repo`, `/cmind.generate_feature` और `/cmind.plan`।
238
+
-**सरल जनरेशन कमांड्स:** वर्तमान बहु-चरण जनरेशन प्रवाह को कम कमांड्स में मर्ज किया जाएगा, जैसे `/cmind.generate_repo` और `/cmind.generate_feature`। `/cmind.plan` 0.1.4 में रिलीज़ हो चुका है।
245
239
-**बहु-भाषा समर्थन:** Go, C++, Rust, JavaScript/TypeScript और अन्य के लिए समर्थन जोड़ा जाएगा।
246
240
-**अधिक प्लेटफ़ॉर्म एकीकरण:** विभिन्न सिस्टम्स पर विभिन्न AI कोडिंग एजेंट्स के लिए CLI और VS Code एक्सटेंशन वर्कफ़्लो में CoderMind समर्थन।
> -**Claude Code**: 채팅에 직접 `/cmind.feature_spec ...` 을 입력하면 slash command가 인식되어 해당 workflow가 트리거됩니다.
153
-
> -**GitHub Copilot CLI**: slash command는 지원하지 않으나(커스텀 agent는 지원), 먼저 `/agent cmind.feature_spec` 으로 대상 agent로 전환한 다음 `start` 를 입력해 내장된 workflow를 실행합니다.
146
+
> -**Claude Code**: 채팅에 직접 `/cmind.feature_construct ...` 을 입력하면 slash command가 인식되어 해당 workflow가 트리거됩니다.
147
+
> -**GitHub Copilot CLI**: slash command는 지원하지 않으나(커스텀 agent는 지원), 먼저 `/agent cmind.feature_construct` 으로 대상 agent로 전환한 다음 `start` 를 입력해 내장된 workflow를 실행합니다.
154
148
155
149
CoderMind은 `~/.cmind/workspaces/<workspace-id>/data/rpg.json` 을 점진적으로 생성하고, 이를 사용해 요구사항, 계획 산출물, 생성된 코드, 의존성 정보를 정합 상태로 유지합니다. 워크스페이스의 소스 파일은 오염되지 않습니다.
156
150
@@ -192,7 +186,7 @@ CoderMind은 `~/.cmind/workspaces/<workspace-id>/data/rpg.json` 을 점진적으
192
186
193
187
```text
194
188
my-project/
195
-
├── docs/ # /cmind.feature_spec 용 선택적 요구사항 문서
189
+
├── docs/ # /cmind.feature_construct 용 선택적 요구사항 문서
196
190
├── .github/ or .claude/ # Coding Agent 커맨드 정의 및 설정
197
191
├── .vscode/ # 해당하는 경우 Copilot/VS Code MCP 구성
198
192
├── .cmind/ # 생성된 리포트와 설정 파일
@@ -241,7 +235,7 @@ cmind update
241
235
242
236
## 예정된 기능
243
237
244
-
-**더 간단한 생성 커맨드:** 현재의 다단계 생성 흐름을 `/cmind.generate_repo`, `/cmind.generate_feature`, `/cmind.plan`등 더 적은 커맨드로 통합합니다.
238
+
-**더 간단한 생성 커맨드:** 현재의 다단계 생성 흐름을 `/cmind.generate_repo`, `/cmind.generate_feature` 등 더 적은 커맨드로 통합합니다. `/cmind.plan`은 0.1.4 에서 출시되었습니다.
245
239
-**다국어 지원:** Go, C++, Rust, JavaScript/TypeScript 등을 추가로 지원합니다.
246
240
-**더 많은 플랫폼 통합:** 다양한 시스템에서 서로 다른 AI 코딩 에이전트의 CLI 및 VS Code 확장 워크플로에 걸쳐 CoderMind을 지원합니다.
> **Coding Agents are invoked slightly differently**:
154
148
>
155
-
> -**Claude Code**: type `/cmind.feature_spec ...` directly in the chat — slash commands are recognised and dispatch the matching workflow.
156
-
> -**GitHub Copilot CLI**: slash commands are not supported (custom agents are), so first run `/agent cmind.feature_spec` to switch to the target agent, then type `start` to run its built-in workflow.
149
+
> -**Claude Code**: type `/cmind.feature_construct ...` directly in the chat — slash commands are recognised and dispatch the matching workflow.
150
+
> -**GitHub Copilot CLI**: slash commands are not supported (custom agents are), so first run `/agent cmind.feature_construct` to switch to the target agent, then type `start` to run its built-in workflow.
157
151
158
152
CoderMind progressively builds `rpg.json` in the home-side runtime directory (`~/.cmind/workspaces/<workspace-id>/data/rpg.json`) and uses it to keep requirements, planning artifacts, generated code, and dependency information aligned. Your workspace source files are not polluted.
159
153
@@ -195,7 +189,7 @@ Use this path when you already have a repository and want an AI agent to underst
195
189
196
190
```text
197
191
my-project/
198
-
├── docs/ # Optional requirement docs for /cmind.feature_spec
192
+
├── docs/ # Optional requirement docs for /cmind.feature_construct
199
193
├── .github/ or .claude/ # Coding Agent command definitions and settings
200
194
├── .vscode/ # Copilot/VS Code MCP configuration when applicable
201
195
├── .cmind/ # Generated reports and configuration files
@@ -244,7 +238,7 @@ cmind update
244
238
245
239
## Upcoming Features
246
240
247
-
-**Simpler generation commands:** merge the current multi-step generation flow into fewer commands, such as `/cmind.generate_repo`, `/cmind.generate_feature`, and `/cmind.plan`.
241
+
-**Simpler generation commands:** merge the current multi-step generation flow into fewer commands, such as `/cmind.generate_repo` and `/cmind.generate_feature`. `/cmind.plan` has shipped in 0.1.4.
248
242
-**Multi-language support:** add support for Go, C++, Rust, JavaScript/TypeScript, and more.
249
243
-**More platform integrations:** support CoderMind across CLI and VS Code extension workflows for different AI coding agents on different systems.
0 commit comments