mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-10 17:11:04 +08:00
Update DDD commands (doc-generate, doc-refresh, sync), workflow commands (session/sync, spec/add, spec/setup, spec/load), ccw specs, personal preferences, and add generate-ddd-docs tool.
553 B
553 B
title, readMode, priority, category, scope, dimension, keywords
| title | readMode | priority | category | scope | dimension | keywords | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Architecture Constraints | optional | medium | general | project | specs |
|
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.