# ASDM Workspace ASDM (AI-assisted Software Development Methodology) Workspace,用于 AI 辅助软件开发的工作空间。 ## 目录结构 ``` .asdm/ ├── specs/ # 规范文档 │ └── code-review/ # 代码审查规范 │ ├── README.md # 代码审查指南 │ └── manifest.json # 规范清单 └── toolsets/ # 工具集 ├── basic-tools/ # 基础工具集 │ ├── README.md # 工具集说明 │ ├── INSTALL.md # 安装指南 │ ├── manifest.json # 工具清单 │ ├── actions/ # 快捷命令 │ │ ├── asdm-start-project.md │ │ ├── asdm-git-commit.md │ │ └── asdm-git-commit-message.md │ └── spec/ # 规范模板 │ ├── git-commit-message-spec.md │ └── git-commit-spec.md └── context-builder/ # 上下文构建工具集 ├── README.md # 工具集说明 ├── INSTALL.md # 安装指南 ├── manifest.json # 工具清单 ├── actions/ # 快捷命令 │ ├── asdm-context-build.md │ └── asdm-context-update.md └── specs/ # 上下文模板 ├── index.md ├── architecture.md ├── api.md ├── data-models.md ├── deployment.md ├── standard-coding-style.md └── standard-project-structure.md ``` ## 已安装工具集 | 工具集 | ID | 版本 | 说明 | |--------|-----|------|------| | Basic Tools | `basic-tools` | 0.0.2 | 基础工具集,提供 Git 提交信息生成、代码提交等日常操作 | | Context Builder | `context-builder` | 0.0.2 | 上下文构建工具集,自动为工作空间构建 AI 模型所需的上下文信息 | ## 已安装规范 | 规范 | ID | 说明 | |------|-----|------| | Code Review | `code-review` | 代码审查规范,包含代码风格、逻辑正确性、错误处理、性能等审查清单 | ## 快捷命令 ### Basic Tools - `/asdm-start-project` - 检测当前工作空间上下文并启动项目开发模式 - `/asdm-git-commit-message` - 生成标准 Git 提交信息 - `/asdm-git-commit` - 使用当前会话生成的提交信息提交代码变更 ### Context Builder - `/asdm-context-build` - 为当前工作空间构建上下文 - `/asdm-context-update` - 更新当前工作空间的上下文 ## 工作空间信息 - **Active Workspace ID**: 33 - **Registry Version**: mock ## 版权与许可 Copyright (c) 2026 LeansoftX.com & iSoftStone. All rights reserved.