6aspec 2.0.0-dev.11 → 2.0.0-dev.14
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/.6aspec/rules/brown/brown_archive_sop.md +3 -0
- package/.6aspec/rules/brown/brown_constitution.md +11 -0
- package/.6aspec/rules/brown/brown_new_sop.md +2 -0
- package/.6aspec/rules/brown/brown_quick_sop.md +3 -0
- package/.6aspec/rules/brown/brown_rollback_sop.md +2 -2
- package/.6aspec/rules/green/{6A_archive_sop.md → green_archive_sop.md} +1 -1
- package/.6aspec/rules/green/{6A_continue_sop.md → green_continue_sop.md} +1 -1
- package/.6aspec/rules/green/green_status_schema.md +1 -1
- package/.claude/commands/6aspec/green/archive.md +1 -1
- package/.claude/commands/6aspec/green/clarify.md +2 -2
- package/.claude/commands/6aspec/green/continue.md +1 -1
- package/.claude/commands/6aspec/green/design.md +2 -2
- package/.claude/commands/6aspec/green/implement.md +1 -1
- package/.claude/commands/6aspec/green/import-model-table.md +1 -1
- package/.claude/commands/6aspec/green/init.md +2 -2
- package/.claude/commands/6aspec/green/model.md +2 -2
- package/.claude/commands/6aspec/green/new.md +2 -2
- package/.claude/commands/6aspec/green/rollback.md +1 -1
- package/.claude/commands/6aspec/green/status.md +1 -1
- package/.claude/commands/6aspec/green/tasks.md +2 -2
- package/.claude/commands/6aspec/green/visual-logic.md +2 -2
- package/.claude/settings.local.json +18 -1
- package/.cursor/commands/6aspec/green/archive.md +1 -1
- package/.cursor/commands/6aspec/green/clarify.md +2 -2
- package/.cursor/commands/6aspec/green/continue.md +1 -1
- package/.cursor/commands/6aspec/green/design.md +2 -2
- package/.cursor/commands/6aspec/green/implement.md +1 -1
- package/.cursor/commands/6aspec/green/import-model-table.md +1 -1
- package/.cursor/commands/6aspec/green/init.md +2 -2
- package/.cursor/commands/6aspec/green/model.md +2 -2
- package/.cursor/commands/6aspec/green/new.md +2 -2
- package/.cursor/commands/6aspec/green/rollback.md +1 -1
- package/.cursor/commands/6aspec/green/status.md +1 -1
- package/.cursor/commands/6aspec/green/tasks.md +2 -2
- package/.cursor/commands/6aspec/green/visual-logic.md +2 -2
- package/package.json +1 -1
- /package/.6aspec/rules/green/{6A_clarify_sop.md → green_clarify_sop.md} +0 -0
- /package/.6aspec/rules/green/{6A_code_implementation_sop.md → green_code_implementation_sop.md} +0 -0
- /package/.6aspec/rules/green/{6A_constitution.md → green_constitution.md} +0 -0
- /package/.6aspec/rules/green/{6A_design_sop.md → green_design_sop.md} +0 -0
- /package/.6aspec/rules/green/{6A_import_model_table_sop.md → green_import_model_table_sop.md} +0 -0
- /package/.6aspec/rules/green/{6A_init_event_list_sop.md → green_init_event_list_sop.md} +0 -0
- /package/.6aspec/rules/green/{6A_init_map_sop.md → green_init_map_sop.md} +0 -0
- /package/.6aspec/rules/green/{6A_model_sop.md → green_model_sop.md} +0 -0
- /package/.6aspec/rules/green/{6A_new_sop.md → green_new_sop.md} +0 -0
- /package/.6aspec/rules/green/{6A_rollback_sop.md → green_rollback_sop.md} +0 -0
- /package/.6aspec/rules/green/{6A_status_sop.md → green_status_sop.md} +0 -0
- /package/.6aspec/rules/green/{6A_tasks_sop.md → green_tasks_sop.md} +0 -0
- /package/.6aspec/rules/green/{6A_visual_logic_sop.md → green_visual_logic_sop.md} +0 -0
|
@@ -6,6 +6,17 @@
|
|
|
6
6
|
|
|
7
7
|
**所有生成的文档内容必须使用中文**,包括标题、字段名、描述等所有文本内容。
|
|
8
8
|
|
|
9
|
+
## 时间格式规范
|
|
10
|
+
|
|
11
|
+
**所有时间戳必须使用东八区(北京时间)格式**:`yyyy-MM-dd HH:mm:ss`
|
|
12
|
+
|
|
13
|
+
示例:`2026-02-20 12:36:23`
|
|
14
|
+
|
|
15
|
+
适用范围:
|
|
16
|
+
- status.json 中的 `createdAt`、`lastModified`、`completedAt` 等字段
|
|
17
|
+
- 所有 artifacts 文档中的时间戳(创建时间、完成时间、评估时间等)
|
|
18
|
+
- 归档时使用的时间戳
|
|
19
|
+
|
|
9
20
|
## 核心行为规则
|
|
10
21
|
|
|
11
22
|
1. **阶段化推进**:每个阶段完成后必须停止,等待用户通过显式命令推进
|
|
@@ -133,8 +133,8 @@
|
|
|
133
133
|
"name": "example",
|
|
134
134
|
"flowDepth": "standard",
|
|
135
135
|
"status": "tasks_pending",
|
|
136
|
-
"createdAt": "2026-02-
|
|
137
|
-
"lastModified": "2026-02-
|
|
136
|
+
"createdAt": "2026-02-15 18:00:00",
|
|
137
|
+
"lastModified": "2026-02-15 18:30:00",
|
|
138
138
|
"phases": {
|
|
139
139
|
"understand": "done",
|
|
140
140
|
"specs": "done",
|
|
@@ -298,4 +298,4 @@ mv 6aspecdoc/green/<feature-name> 6aspecdoc/green/archive/YYYY-MM-DD-<feature-na
|
|
|
298
298
|
## 参考文档
|
|
299
299
|
|
|
300
300
|
- 状态文件结构定义:`.6aspec/rules/green/green_status_schema.md`
|
|
301
|
-
- 状态查询SOP:`.6aspec/rules/green/
|
|
301
|
+
- 状态查询SOP:`.6aspec/rules/green/green_status_sop.md`
|
|
@@ -130,7 +130,7 @@ tasks (任务列表)
|
|
|
130
130
|
| `designed` | `modeled` | `/6aspec:green:rollback` | artifacts/tech-design.md、api-definition.md、visual-logic.md(若存在) |
|
|
131
131
|
| `tasks_created` | `designed` | `/6aspec:green:rollback` | tasks/ 目录下全部文件 |
|
|
132
132
|
|
|
133
|
-
**不允许回退**:`created`(无上一阶段)、`implementing`、`completed`、`archived`。详见 `.6aspec/rules/green/
|
|
133
|
+
**不允许回退**:`created`(无上一阶段)、`implementing`、`completed`、`archived`。详见 `.6aspec/rules/green/green_rollback_sop.md`。
|
|
134
134
|
|
|
135
135
|
## 示例
|
|
136
136
|
|
|
@@ -3,6 +3,6 @@ description: 归档已完成的绿地需求
|
|
|
3
3
|
---
|
|
4
4
|
|
|
5
5
|
1. Immediate response upon activation: archive workflow has been activated
|
|
6
|
-
2. Read file: `.6aspec/rules/green/
|
|
6
|
+
2. Read file: `.6aspec/rules/green/green_archive_sop.md`
|
|
7
7
|
3. Strictly follow the "Archive Workflow SOP" defined in that file
|
|
8
8
|
4. Archive the completed requirement
|
|
@@ -3,11 +3,11 @@ description: 深化需求澄清(对已有需求进行更细节的澄清和补
|
|
|
3
3
|
---
|
|
4
4
|
|
|
5
5
|
1. Immediate response upon activation: clarify workflow has been activated
|
|
6
|
-
2. **You must first read and strictly abide by the principles in the constitutional documents**:`.6aspec/rules/green/
|
|
6
|
+
2. **You must first read and strictly abide by the principles in the constitutional documents**:`.6aspec/rules/green/green_constitution.md`
|
|
7
7
|
3. **Context Restriction**:
|
|
8
8
|
- Do NOT perform `codebase_search`.
|
|
9
9
|
- Do NOT read any files unless they are explicitly provided by the user (via '@') or explicitly listed in the SOP steps.
|
|
10
10
|
- Stop and ask the user if you think you need more information.
|
|
11
|
-
4. Read file: `.6aspec/rules/green/
|
|
11
|
+
4. Read file: `.6aspec/rules/green/green_clarify_sop.md`
|
|
12
12
|
5. Strictly follow the "Requirement Clarification SOP" defined in that file
|
|
13
13
|
6. Update the requirement document with clarified details
|
|
@@ -3,6 +3,6 @@ description: 自动执行绿地需求的下一步工作流
|
|
|
3
3
|
---
|
|
4
4
|
|
|
5
5
|
1. Immediate response upon activation: continue workflow has been activated
|
|
6
|
-
2. Read file: `.6aspec/rules/green/
|
|
6
|
+
2. Read file: `.6aspec/rules/green/green_continue_sop.md`
|
|
7
7
|
3. Strictly follow the "Continue Workflow SOP" defined in that file
|
|
8
8
|
4. Automatically execute the next step based on current status
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
description: design workflow
|
|
3
3
|
---
|
|
4
4
|
1. Immediate response upon activation: design workflow has been activated.
|
|
5
|
-
2. **You must first read and strictly abide by the principles in the constitutional documents**:`.6aspec/rules/green/
|
|
6
|
-
3. Read file: `.6aspec/rules/green/
|
|
5
|
+
2. **You must first read and strictly abide by the principles in the constitutional documents**:`.6aspec/rules/green/green_constitution.md`
|
|
6
|
+
3. Read file: `.6aspec/rules/green/green_design_sop.md`
|
|
7
7
|
4. Strictly follow the "New Feature Architecture SOP" defined in that file.
|
|
8
8
|
5. Output the Technical Design Document (TDD).
|
|
@@ -10,7 +10,7 @@ description: 执行开发任务 (Execute Task)
|
|
|
10
10
|
当用户提供一个任务文件路径(如 `@task_01_api_xxx.md`)并要求“执行任务”时:
|
|
11
11
|
|
|
12
12
|
1. **激活角色**:切换至 `Senior Developer` 角色。
|
|
13
|
-
2. **调用 SOP**:严格遵循 `.6aspec/rules/green/
|
|
13
|
+
2. **调用 SOP**:严格遵循 `.6aspec/rules/green/green_code_implementation_sop.md` 中的协议。
|
|
14
14
|
- **Step 0**: 上下文加载 (Task + TDD + Rules)
|
|
15
15
|
- **Step 1**: 自底向上编码 (DTO -> Repo -> Service -> API)
|
|
16
16
|
- **Step 2**: 质量检查 (Lint)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
description: import-model-table workflow
|
|
3
3
|
---
|
|
4
4
|
1. Immediate response upon activation: import-model-table workflow has been activated
|
|
5
|
-
2. Read file: `.6aspec/rules/green/
|
|
5
|
+
2. Read file: `.6aspec/rules/green/green_import_model_table_sop.md`
|
|
6
6
|
3. Strictly follow the "Import Model Table SOP" defined in that file
|
|
7
7
|
4. Execute the python script to import entities
|
|
8
8
|
|
|
@@ -4,11 +4,11 @@ description: Init Project Artifacts (Functional Map & Event List)
|
|
|
4
4
|
Immediate response upon activation: Project Artifacts Initialization workflow has been activated.
|
|
5
5
|
|
|
6
6
|
Phase 1: Functional Capability Map
|
|
7
|
-
1. Read file: `.6aspec/rules/green/
|
|
7
|
+
1. Read file: `.6aspec/rules/green/green_init_map_sop.md`
|
|
8
8
|
2. Strictly follow the "Init Functional Capability Map SOP" defined in that file.
|
|
9
9
|
3. Execute the codebase scan and update the artifact at `.6aspec/biz/functional-capability-Map.md`.
|
|
10
10
|
|
|
11
11
|
Phase 2: Event List
|
|
12
|
-
1. Read file: `.6aspec/rules/green/
|
|
12
|
+
1. Read file: `.6aspec/rules/green/green_init_event_list_sop.md`
|
|
13
13
|
2. Strictly follow the "Event List Generation SOP" defined in that file.
|
|
14
14
|
3. Execute the codebase scan and update the artifact at `.6aspec/biz/event-list.md`.
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
description: model workflow
|
|
3
3
|
---
|
|
4
4
|
1. Immediate response upon activation: model workflow has been activated
|
|
5
|
-
2. **You must first read and strictly abide by the principles in the constitutional documents**:`.6aspec/rules/green/
|
|
5
|
+
2. **You must first read and strictly abide by the principles in the constitutional documents**:`.6aspec/rules/green/green_constitution.md`
|
|
6
6
|
3. **Context Restriction**:
|
|
7
7
|
- Do NOT perform `codebase_search`.
|
|
8
8
|
- Do NOT read any files unless they are explicitly provided by the user (via '@') or explicitly listed in the SOP steps.
|
|
9
9
|
- Stop and ask the user if you think you need more information.
|
|
10
|
-
4. Read file: `.6aspec/rules/green/
|
|
10
|
+
4. Read file: `.6aspec/rules/green/green_model_sop.md`
|
|
11
11
|
5. Strictly follow the "Domain modeling and database design Architecture SOP" defined in that file
|
|
12
12
|
6. Output the Domain model and table design
|
|
@@ -3,11 +3,11 @@ description: 开始一个新的绿地需求(需求澄清与结构化)
|
|
|
3
3
|
---
|
|
4
4
|
|
|
5
5
|
1. Immediate response upon activation: new feature workflow has been activated
|
|
6
|
-
2. **You must first read and strictly abide by the principles in the constitutional documents**:`.6aspec/rules/green/
|
|
6
|
+
2. **You must first read and strictly abide by the principles in the constitutional documents**:`.6aspec/rules/green/green_constitution.md`
|
|
7
7
|
3. **Context Restriction**:
|
|
8
8
|
- Do NOT perform `codebase_search`.
|
|
9
9
|
- Do NOT read any files unless they are explicitly provided by the user (via '@') or explicitly listed in the SOP steps.
|
|
10
10
|
- Stop and ask the user if you think you need more information.
|
|
11
|
-
4. Read file: `.6aspec/rules/green/
|
|
11
|
+
4. Read file: `.6aspec/rules/green/green_new_sop.md`
|
|
12
12
|
5. Strictly follow the "New Feature Requirement SOP" defined in that file
|
|
13
13
|
6. Output the structured requirement document
|
|
@@ -3,6 +3,6 @@ description: 流程回退(单步回退并删除当前阶段工件,需用户
|
|
|
3
3
|
---
|
|
4
4
|
|
|
5
5
|
1. Immediate response upon activation: rollback workflow has been activated
|
|
6
|
-
2. Read file: `.6aspec/rules/green/
|
|
6
|
+
2. Read file: `.6aspec/rules/green/green_rollback_sop.md`
|
|
7
7
|
3. Strictly follow the "Rollback SOP" defined in that file
|
|
8
8
|
4. **Do not** perform any file deletion or status file update until the user has explicitly confirmed (e.g. "确认回退" or "执行回退")
|
|
@@ -3,6 +3,6 @@ description: 查看绿地需求的当前状态和进度
|
|
|
3
3
|
---
|
|
4
4
|
|
|
5
5
|
1. Immediate response upon activation: status workflow has been activated
|
|
6
|
-
2. Read file: `.6aspec/rules/green/
|
|
6
|
+
2. Read file: `.6aspec/rules/green/green_status_sop.md`
|
|
7
7
|
3. Strictly follow the "Status Query SOP" defined in that file
|
|
8
8
|
4. Output the current status and progress
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
description: tasks workflow
|
|
3
3
|
---
|
|
4
4
|
1. Immediate response upon activation: tasks workflow has been activated
|
|
5
|
-
2. **You must first read and strictly abide by the principles in the constitutional documents**:`.6aspec/rules/green/
|
|
6
|
-
3. Read file: `.6aspec/rules/green/
|
|
5
|
+
2. **You must first read and strictly abide by the principles in the constitutional documents**:`.6aspec/rules/green/green_constitution.md`
|
|
6
|
+
3. Read file: `.6aspec/rules/green/green_tasks_sop.md`
|
|
7
7
|
4. Strictly follow the "Task Decomposition SOP" defined in that file
|
|
8
8
|
5. Output the task list
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
description: visual-logic workflow
|
|
3
3
|
---
|
|
4
4
|
1. Immediate response upon activation: visual-logic workflow has been activated.
|
|
5
|
-
2. **You must first read and strictly abide by the principles in the constitutional documents**:`.6aspec/rules/green/
|
|
6
|
-
3. Read file: `.6aspec/rules/green/
|
|
5
|
+
2. **You must first read and strictly abide by the principles in the constitutional documents**:`.6aspec/rules/green/green_constitution.md`
|
|
6
|
+
3. Read file: `.6aspec/rules/green/green_visual_logic_sop.md`.
|
|
7
7
|
4. Strictly follow the "Visual Logic Diagrams SOP" defined in that file.
|
|
8
8
|
5. Output Mermaid diagrams as specified in the SOP.
|
|
9
9
|
|
|
@@ -2,7 +2,24 @@
|
|
|
2
2
|
"permissions": {
|
|
3
3
|
"allow": [
|
|
4
4
|
"Bash(ls -la .claude/commands/6aspec/green/*.md)",
|
|
5
|
-
"Bash(xargs -I {} basename {})"
|
|
5
|
+
"Bash(xargs -I {} basename {})",
|
|
6
|
+
"Bash(git mv 6A_constitution.md green_constitution.md)",
|
|
7
|
+
"Bash(git mv 6A_design_sop.md green_design_sop.md)",
|
|
8
|
+
"Bash(git mv 6A_import_model_table_sop.md green_import_model_table_sop.md)",
|
|
9
|
+
"Bash(git mv 6A_init_event_list_sop.md green_init_event_list_sop.md)",
|
|
10
|
+
"Bash(git mv 6A_init_map_sop.md green_init_map_sop.md)",
|
|
11
|
+
"Bash(git mv 6A_model_sop.md green_model_sop.md)",
|
|
12
|
+
"Bash(git mv 6A_new_sop.md green_new_sop.md)",
|
|
13
|
+
"Bash(git mv 6A_rollback_sop.md green_rollback_sop.md)",
|
|
14
|
+
"Bash(git mv 6A_visual_logic_sop.md green_visual_logic_sop.md)",
|
|
15
|
+
"Bash(git mv 6A_code_implementation_sop.md green_code_implementation_sop.md)",
|
|
16
|
+
"Bash(git mv 6A_archive_sop.md green_archive_sop.md)",
|
|
17
|
+
"Bash(git mv 6A_continue_sop.md green_continue_sop.md)",
|
|
18
|
+
"Bash(git mv 6A_tasks_sop.md green_tasks_sop.md)",
|
|
19
|
+
"Bash(git mv 6A_clarify_sop.md green_clarify_sop.md)",
|
|
20
|
+
"Bash(git mv 6A_status_sop.md green_status_sop.md)",
|
|
21
|
+
"Bash(ls -la .6aspec/rules/green/6A_*.md)",
|
|
22
|
+
"Bash(xargs sed -i '' 's/6A_\\\\\\([a-z_]*\\\\\\)\\\\.md/green_\\\\1.md/g')"
|
|
6
23
|
]
|
|
7
24
|
}
|
|
8
25
|
}
|
|
@@ -4,6 +4,6 @@ alwaysApply: false
|
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
1. Immediate response upon activation: archive workflow has been activated
|
|
7
|
-
2. Read file: `.6aspec/rules/green/
|
|
7
|
+
2. Read file: `.6aspec/rules/green/green_archive_sop.md`
|
|
8
8
|
3. Strictly follow the "Archive Workflow SOP" defined in that file
|
|
9
9
|
4. Archive the completed requirement
|
|
@@ -4,11 +4,11 @@ alwaysApply: false
|
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
1. Immediate response upon activation: clarify workflow has been activated
|
|
7
|
-
2. **You must first read and strictly abide by the principles in the constitutional documents**:`.6aspec/rules/green/
|
|
7
|
+
2. **You must first read and strictly abide by the principles in the constitutional documents**:`.6aspec/rules/green/green_constitution.md`
|
|
8
8
|
3. **Context Restriction**:
|
|
9
9
|
- Do NOT perform `codebase_search`.
|
|
10
10
|
- Do NOT read any files unless they are explicitly provided by the user (via '@') or explicitly listed in the SOP steps.
|
|
11
11
|
- Stop and ask the user if you think you need more information.
|
|
12
|
-
4. Read file: `.6aspec/rules/green/
|
|
12
|
+
4. Read file: `.6aspec/rules/green/green_clarify_sop.md`
|
|
13
13
|
5. Strictly follow the "Requirement Clarification SOP" defined in that file
|
|
14
14
|
6. Update the requirement document with clarified details
|
|
@@ -4,6 +4,6 @@ alwaysApply: false
|
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
1. Immediate response upon activation: continue workflow has been activated
|
|
7
|
-
2. Read file: `.6aspec/rules/green/
|
|
7
|
+
2. Read file: `.6aspec/rules/green/green_continue_sop.md`
|
|
8
8
|
3. Strictly follow the "Continue Workflow SOP" defined in that file
|
|
9
9
|
4. Automatically execute the next step based on current status
|
|
@@ -3,7 +3,7 @@ description: design workflow
|
|
|
3
3
|
alwaysApply: false
|
|
4
4
|
---
|
|
5
5
|
1. Immediate response upon activation: design workflow has been activated.
|
|
6
|
-
2. **You must first read and strictly abide by the principles in the constitutional documents**:`.6aspec/rules/green/
|
|
7
|
-
3. Read file: `.6aspec/rules/green/
|
|
6
|
+
2. **You must first read and strictly abide by the principles in the constitutional documents**:`.6aspec/rules/green/green_constitution.md`
|
|
7
|
+
3. Read file: `.6aspec/rules/green/green_design_sop.md`
|
|
8
8
|
4. Strictly follow the "New Feature Architecture SOP" defined in that file.
|
|
9
9
|
5. Output the Technical Design Document (TDD).
|
|
@@ -11,7 +11,7 @@ alwaysApply: false
|
|
|
11
11
|
当用户提供一个任务文件路径(如 `@task_01_api_xxx.md`)并要求“执行任务”时:
|
|
12
12
|
|
|
13
13
|
1. **激活角色**:切换至 `Senior Developer` 角色。
|
|
14
|
-
2. **调用 SOP**:严格遵循 `.6aspec/rules/green/
|
|
14
|
+
2. **调用 SOP**:严格遵循 `.6aspec/rules/green/green_code_implementation_sop.md` 中的协议。
|
|
15
15
|
- **Step 0**: 上下文加载 (Task + TDD + Rules)
|
|
16
16
|
- **Step 1**: 自底向上编码 (DTO -> Repo -> Service -> API)
|
|
17
17
|
- **Step 2**: 质量检查 (Lint)
|
|
@@ -3,7 +3,7 @@ description: import-model-table workflow
|
|
|
3
3
|
alwaysApply: false
|
|
4
4
|
---
|
|
5
5
|
1. Immediate response upon activation: import-model-table workflow has been activated
|
|
6
|
-
2. Read file: `.6aspec/rules/green/
|
|
6
|
+
2. Read file: `.6aspec/rules/green/green_import_model_table_sop.md`
|
|
7
7
|
3. Strictly follow the "Import Model Table SOP" defined in that file
|
|
8
8
|
4. Execute the python script to import entities
|
|
9
9
|
|
|
@@ -5,11 +5,11 @@ alwaysApply: false
|
|
|
5
5
|
Immediate response upon activation: Project Artifacts Initialization workflow has been activated.
|
|
6
6
|
|
|
7
7
|
Phase 1: Functional Capability Map
|
|
8
|
-
1. Read file: `.6aspec/rules/green/
|
|
8
|
+
1. Read file: `.6aspec/rules/green/green_init_map_sop.md`
|
|
9
9
|
2. Strictly follow the "Init Functional Capability Map SOP" defined in that file.
|
|
10
10
|
3. Execute the codebase scan and update the artifact at `.6aspec/biz/functional-capability-Map.md`.
|
|
11
11
|
|
|
12
12
|
Phase 2: Event List
|
|
13
|
-
1. Read file: `.6aspec/rules/green/
|
|
13
|
+
1. Read file: `.6aspec/rules/green/green_init_event_list_sop.md`
|
|
14
14
|
2. Strictly follow the "Event List Generation SOP" defined in that file.
|
|
15
15
|
3. Execute the codebase scan and update the artifact at `.6aspec/biz/event-list.md`.
|
|
@@ -3,11 +3,11 @@ description: model workflow
|
|
|
3
3
|
alwaysApply: false
|
|
4
4
|
---
|
|
5
5
|
1. Immediate response upon activation: model workflow has been activated
|
|
6
|
-
2. **You must first read and strictly abide by the principles in the constitutional documents**:`.6aspec/rules/green/
|
|
6
|
+
2. **You must first read and strictly abide by the principles in the constitutional documents**:`.6aspec/rules/green/green_constitution.md`
|
|
7
7
|
3. **Context Restriction**:
|
|
8
8
|
- Do NOT perform `codebase_search`.
|
|
9
9
|
- Do NOT read any files unless they are explicitly provided by the user (via '@') or explicitly listed in the SOP steps.
|
|
10
10
|
- Stop and ask the user if you think you need more information.
|
|
11
|
-
4. Read file: `.6aspec/rules/green/
|
|
11
|
+
4. Read file: `.6aspec/rules/green/green_model_sop.md`
|
|
12
12
|
5. Strictly follow the "Domain modeling and database design Architecture SOP" defined in that file
|
|
13
13
|
6. Output the Domain model and table design
|
|
@@ -4,11 +4,11 @@ alwaysApply: false
|
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
1. Immediate response upon activation: new feature workflow has been activated
|
|
7
|
-
2. **You must first read and strictly abide by the principles in the constitutional documents**:`.6aspec/rules/green/
|
|
7
|
+
2. **You must first read and strictly abide by the principles in the constitutional documents**:`.6aspec/rules/green/green_constitution.md`
|
|
8
8
|
3. **Context Restriction**:
|
|
9
9
|
- Do NOT perform `codebase_search`.
|
|
10
10
|
- Do NOT read any files unless they are explicitly provided by the user (via '@') or explicitly listed in the SOP steps.
|
|
11
11
|
- Stop and ask the user if you think you need more information.
|
|
12
|
-
4. Read file: `.6aspec/rules/green/
|
|
12
|
+
4. Read file: `.6aspec/rules/green/green_new_sop.md`
|
|
13
13
|
5. Strictly follow the "New Feature Requirement SOP" defined in that file
|
|
14
14
|
6. Output the structured requirement document
|
|
@@ -4,6 +4,6 @@ alwaysApply: false
|
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
1. Immediate response upon activation: rollback workflow has been activated
|
|
7
|
-
2. Read file: `.6aspec/rules/green/
|
|
7
|
+
2. Read file: `.6aspec/rules/green/green_rollback_sop.md`
|
|
8
8
|
3. Strictly follow the "Rollback SOP" defined in that file
|
|
9
9
|
4. **Do not** perform any file deletion or status file update until the user has explicitly confirmed (e.g. "确认回退" or "执行回退")
|
|
@@ -4,6 +4,6 @@ alwaysApply: false
|
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
1. Immediate response upon activation: status workflow has been activated
|
|
7
|
-
2. Read file: `.6aspec/rules/green/
|
|
7
|
+
2. Read file: `.6aspec/rules/green/green_status_sop.md`
|
|
8
8
|
3. Strictly follow the "Status Query SOP" defined in that file
|
|
9
9
|
4. Output the current status and progress
|
|
@@ -3,7 +3,7 @@ description: tasks workflow
|
|
|
3
3
|
alwaysApply: false
|
|
4
4
|
---
|
|
5
5
|
1. Immediate response upon activation: tasks workflow has been activated
|
|
6
|
-
2. **You must first read and strictly abide by the principles in the constitutional documents**:`.6aspec/rules/green/
|
|
7
|
-
3. Read file: `.6aspec/rules/green/
|
|
6
|
+
2. **You must first read and strictly abide by the principles in the constitutional documents**:`.6aspec/rules/green/green_constitution.md`
|
|
7
|
+
3. Read file: `.6aspec/rules/green/green_tasks_sop.md`
|
|
8
8
|
4. Strictly follow the "Task Decomposition SOP" defined in that file
|
|
9
9
|
5. Output the task list
|
|
@@ -3,8 +3,8 @@ description: visual-logic workflow
|
|
|
3
3
|
alwaysApply: false
|
|
4
4
|
---
|
|
5
5
|
1. Immediate response upon activation: visual-logic workflow has been activated.
|
|
6
|
-
2. **You must first read and strictly abide by the principles in the constitutional documents**:`.6aspec/rules/green/
|
|
7
|
-
3. Read file: `.6aspec/rules/green/
|
|
6
|
+
2. **You must first read and strictly abide by the principles in the constitutional documents**:`.6aspec/rules/green/green_constitution.md`
|
|
7
|
+
3. Read file: `.6aspec/rules/green/green_visual_logic_sop.md`.
|
|
8
8
|
4. Strictly follow the "Visual Logic Diagrams SOP" defined in that file.
|
|
9
9
|
5. Output Mermaid diagrams as specified in the SOP.
|
|
10
10
|
|
package/package.json
CHANGED
|
File without changes
|
/package/.6aspec/rules/green/{6A_code_implementation_sop.md → green_code_implementation_sop.md}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/.6aspec/rules/green/{6A_import_model_table_sop.md → green_import_model_table_sop.md}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|