Refactor code structure for improved readability and maintainability

This commit is contained in:
catlog22
2026-02-28 22:32:07 +08:00
parent 19fb4d86c7
commit 67b2129f3c
60 changed files with 3002 additions and 643 deletions

View File

@@ -2,17 +2,17 @@
## One-Line Positioning
**Core Concepts are the foundation for understanding Claude_dms3** — Three-layer abstraction of Commands, Skills, Prompts, Workflow session management, and team collaboration patterns.
**Core Concepts are the foundation for understanding Claude Code Workflow** — Three-layer abstraction of Commands, Skills, Prompts, Workflow session management, and team collaboration patterns.
---
## 3.1 Three-Layer Abstraction
Claude_dms3's command system is divided into three layers of abstraction:
Claude Code Workflow's command system is divided into three layers of abstraction:
### 3.1.1 Commands - Built-in Commands
**Commands are the atomic operations of Claude_dms3** — Predefined reusable commands that complete specific tasks.
**Commands are the atomic operations of Claude Code Workflow** — Predefined reusable commands that complete specific tasks.
| Category | Count | Description |
| --- | --- | --- |
@@ -137,7 +137,7 @@ graph LR
### 3.4.1 Role System
Claude_dms3 supports 8 team workflows, each defining different roles:
Claude Code Workflow supports 8 team workflows, each defining different roles:
| Workflow | Roles | Description |
| --- | --- | --- |