返回 Skill 列表
extension
分类: 开发与工程无需 API Key

describe-canonical-locations

法律、样式、阶段和文档的文件位置。在定位或创建Ushabti状态文件时加载。

person作者: jakexiaohubgithub

Canonical Location

All Ushabti state lives under .ushabti/. This is the single source of truth.

.ushabti/
├── laws.md           # Project invariants (absolute constraints)
├── style.md          # Conventions (how we build)
└── docs/             # Docs directory
│   └── *.md          # Documentation on project systems
│   └── index.md      # Index of all project documentation
└── phases/           # Phase directories
   └── NNNN-slug/    # Zero-padded sequential

No mirrors. No duplicates. No top-level copies.