mirror of
https://github.com/luongnv89/claude-howto.git
synced 2026-08-26 00:22:31 +02:00
Internal accuracy pass against v2.1.220 — no missing upstream features, but broken example code, disagreeing counts, and metadata drift.
Functional fixes: pre-commit.sh now exits 2 so it actually blocks; dependency-check.sh reads file_path from stdin JSON instead of $1; database-mcp.json uses ${DATABASE_URL}; broken fences repaired; three command templates had invalid skill names.
Factual corrections: /fork and /subtask unswapped and /subtask added; /fewer-permission-prompts; permissions.defaultMode; dontAsk/auto unreversed; 31 hook events verified name-by-name; subagent depth 3; skill precedence enterprise > project > personal; /output-style removed not deprecated; permissionDecision gained defer.
Follow-up review fixed defects the pass left behind: zh/vi headers claiming 31 events above 25-name lists, a surviving hardcoded DB credential in the MCP README examples, an unbalanced fence swallowing a metadata footer, and non-canonical tool names. All four translated CATALOG summary tables were recounted so their arithmetic holds.
Full detail in CHANGELOG.md under v2.1.220-r2.
1.1 KiB
1.1 KiB
name, description
| name | description |
|---|---|
| doc-refactor | 为项目重新组织文档结构,以提升清晰度和可访问性 |
文档重构
根据项目类型重构项目文档结构:
- 分析项目:识别类型(库/API/Web 应用/CLI/微服务)、架构和用户角色
- 集中管理文档:将技术文档迁移到
docs/,并保留正确的交叉引用 - 整理根目录 README.md:将其精简为入口页,包含概览、快速开始、模块/组件摘要、许可证和联系方式
- 为组件补充文档:添加模块/包/服务级别的 README 文件,包含安装和测试说明
- 按主题组织
docs/:- 架构、API Reference、数据库、设计、故障排查、部署、贡献(根据项目需要调整)
- 创建指南(按需选择):
- 用户指南:面向应用最终用户的文档
- API 文档:API 的端点、认证和示例
- 开发指南:环境搭建、测试、贡献流程
- 部署指南:服务/应用的生产部署
- 所有图表都使用 Mermaid(架构图、流程图、Schema 图)
保持文档简洁、易扫读,并与项目类型保持上下文一致。