Files
ai_soc_sw/docs/05_变更日志/2026-05-23.md
T

48 lines
1.8 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 变更日志
## 2026-05-23
### 框架搭建(3 次提交)
**feat(skill): 更新 Skill 文件为 v2.0 新框架结构** (`3491827`)
- ai-collab-setup/SKILL.md 升级为 v2.0
- 采用 R/W/RW/- 四态权限体系
- 新增 read_only_paths 和 forbidden_paths 配置
- 工作流增加 retry 和 escalation 机制
- 新增提示词模板(code-style.md、doc-template.md、bug-report.md
- 目录结构新增 src/server/、src/config/、src/types/
- add-subproject/SKILL.md 升级为 v2.0
- 目录结构新增 src/server/、src/config/、src/types/ 子目录
- 示例任务增加完整的 feedback/round1.md 格式
- impact.md 增加影响的功能模块和环境依赖变更段落
- 脚本兼容 Windows PowerShell 和 Linux/macOS
- ENVIRONMENT.md 默认使用 pnpm 包管理器
**feat(structure): 新增项目级目录 docs/、tools/、data/** (`456cda9`)
- docs/ 项目级总体文档(5 个子目录:产品需求、系统架构、开发规范、部署运维、变更日志)
- tools/ 开发工具脚本
- data/ 训练数据
- AGENTS.md 权限矩阵新增三个目录的权限定义
- coder.json Dev AI 新增 docs/、tools/、data/ 可写路径
- tester.json QA AI 新增 docs/、data/ 只读路径,tools/ 禁止路径
- ai-collab-setup/SKILL.md 目录结构同步更新到 v2.1
**feat(context): 新增 resume-context Skill 和项目上下文文档体系** (`9f493c1`)
- resume-context Skill(接着干)- 换电脑时自动同步上下文
- docs/PROJECT_CONTEXT.md 项目整体上下文
- docs/DECISIONS.md 架构决策记录(ADR
- docs/06_开发日志/ 按日期记录讨论内容
- 根目录 ENVIRONMENT.md 开发环境配置
- ai-collab-setup/SKILL.md 版本升至 v2.2
---
## 模板
### 日期
**提交信息**: 简要描述
- 具体变更内容
- 影响范围