Files
eskin-player/.scale/frameworks.json
yanjie 2f16c4762f feat: 初始化 SCALE OS 工程框架
- 添加 SCALE Engine 配置 (.scale/)
- 添加 OpenClaw Agent 配置 (.openclaw/)
- 添加知识文档 (AGENTS.md, TOOLS.md)
- 添加质量契约和工作流配置
- 添加 22 个工作流模板
- 添加验证脚本和门控脚本
- 添加 skills-registry 技能注册表
2026-05-20 15:06:38 +08:00

24 lines
443 B
JSON

{
"version": 1,
"lastReviewedAt": "",
"reviewIntervalDays": 90,
"frameworks": [],
"orm": [],
"ui": {
"designSystem": "",
"componentLibrary": "",
"visualReviewRequired": true
},
"architecture": {
"layers": [
"api",
"service",
"domain",
"repository",
"infrastructure"
],
"dependencyRule": "outer layers depend inward through explicit interfaces"
},
"bannedImports": []
}