mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-10 17:11:04 +08:00
feat: 添加架构约束和编码规范文档,增强项目文档的完整性
This commit is contained in:
6
.ccw/specs/architecture-constraints.md
Normal file
6
.ccw/specs/architecture-constraints.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# Architecture Constraints
|
||||
|
||||
## Schema Evolution
|
||||
|
||||
- [compatibility] When enhancing existing schemas, use optional fields and additionalProperties rather than creating new schemas. Avoid breaking changes.
|
||||
- [portability] Use relative paths for cross-artifact navigation to ensure portability across different environments and installations.
|
||||
Reference in New Issue
Block a user