Skip to content

Commit ea0ee51

Browse files
AlbertHsuclaude
authored andcommitted
docs(changelog): 新增 5.0.0-rc.4 CHANGELOG 條目
新增 rc.4 變更紀錄,涵蓋自 rc.3 以來的所有變更: - feat: uds audit 指令、file-placement-guide、audit-assistant skill - fix: config displayLanguage、skills-uninstaller 測試、文件套件名稱 - docs: README 重構、SPEC-AUDIT-01 重寫 同步更新 uds-manifest.json 和 README 統計表(skills 27→29) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 76534b4 commit ea0ee51

File tree

5 files changed

+39
-4
lines changed

5 files changed

+39
-4
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
99

1010
## [Unreleased]
1111

12+
## [5.0.0-rc.4] - 2026-03-05
13+
14+
> **Release Candidate**: Fourth RC for v5.0.0 with new audit command, file placement guide, and skill inter-linking.
15+
16+
### Added
17+
- **`uds audit` Command**: New CLI command for UDS health checks and feedback collection (`--health`, `--patterns`, `--friction`, `--report`)
18+
- **File Placement Decision Guide**: New `core/guides/file-placement-guide.md` — master decision tree, reverse lookup index (30+ file types), code organization deep dive, development artifacts lifecycle
19+
- **Source Code Organization Terminology**: Added utils/helpers/shared/lib/internal disambiguation to `project-structure.md`
20+
- **Configuration Files Placement**: Added standard locations for tool configs, app configs, env vars, CI/CD, IaC
21+
- **Generated Code Placement**: Added `src/generated/` standard with gitignore guidelines
22+
- **Development Artifacts Directory**: Added `docs/working/` structure with lifecycle management (brainstorms, RFCs, investigations, POCs)
23+
- **Expanded Document Types Matrix**: Complete file type → destination mapping in `documentation-structure.md`
24+
- **Audit Assistant Skill**: New `/audit` skill with health check and feedback workflows
25+
- **Skill Inter-linking**: Added `/audit` next-step suggestions to `/checkin`, `/review`, `/commit`, `/sdd`
26+
- **Next Steps Guidance**: Added next-step suggestions to 17 existing skills
27+
28+
### Fixed
29+
- **Config Display Language**: Fix `displayLanguage` not passed to config path
30+
- **Skills Uninstaller Tests**: Fix tests accidentally deleting user-level directories
31+
- **Package Name in Docs**: Fix incorrect package name references
32+
33+
### Changed
34+
- **README Structure**: Extract pre-release info and add config/uninstall/methodology sections
35+
- **SPEC-AUDIT-01**: Rewritten as user-oriented specification with brainstorm integration
36+
1237
## [5.0.0-rc.2] - 2026-02-13
1338

1439
> **Release Candidate**: Second RC for v5.0.0 with documentation improvements and CLI bug fixes.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ npx universal-dev-standards init
5656
| Category | Count | Description |
5757
|----------|-------|-------------|
5858
| **Core Standards** | 32 | Universal development guidelines |
59-
| **AI Skills** | 27 | Interactive skills |
59+
| **AI Skills** | 29 | Interactive skills |
6060
| **Slash Commands** | 30 | Quick actions |
6161
| **CLI Commands** | 6 | list, init, configure, check, update, skills |
6262
<!-- UDS_STATS_TABLE_END -->

locales/zh-CN/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ npx universal-dev-standards init
5656
| 类别 | 数量 | 说明 |
5757
|----------|-------|-------------|
5858
| **核心标准** | 32 | 通用开发准则 |
59-
| **AI Skills** | 27 | 互动式技能 |
59+
| **AI Skills** | 29 | 互动式技能 |
6060
| **斜线命令** | 30 | 快速操作 |
6161
| **CLI 命令** | 6 | list, init, configure, check, update, skills |
6262
<!-- UDS_STATS_TABLE_END -->

locales/zh-TW/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ npx universal-dev-standards init
5656
| 類別 | 數量 | 說明 |
5757
|----------|-------|-------------|
5858
| **核心標準** | 32 | 通用開發準則 |
59-
| **AI Skills** | 27 | 互動式技能 |
59+
| **AI Skills** | 29 | 互動式技能 |
6060
| **斜線命令** | 30 | 快速操作 |
6161
| **CLI 指令** | 6 | list, init, configure, check, update, skills |
6262
<!-- UDS_STATS_TABLE_END -->

uds-manifest.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"last_updated": "2026-02-12",
55
"stats": {
66
"core_standards": 32,
7-
"skills": 27,
7+
"skills": 29,
88
"slash_commands": 30
99
},
1010
"standards": [
@@ -329,6 +329,16 @@
329329
"id": "workflows",
330330
"command": "/guide",
331331
"category": "uncategorized"
332+
},
333+
{
334+
"id": "audit-assistant",
335+
"command": "/guide",
336+
"category": "uncategorized"
337+
},
338+
{
339+
"id": "dev-workflow-guide",
340+
"command": "/guide",
341+
"category": "uncategorized"
332342
}
333343
],
334344
"agent_support": {

0 commit comments

Comments
 (0)