feat: 初始化 SCALE OS 工程框架
- 添加 SCALE Engine 配置 (.scale/) - 添加 OpenClaw Agent 配置 (.openclaw/) - 添加知识文档 (AGENTS.md, TOOLS.md) - 添加质量契约和工作流配置 - 添加 22 个工作流模板 - 添加验证脚本和门控脚本 - 添加 skills-registry 技能注册表
This commit is contained in:
72
.scale/output-policy.json
Normal file
72
.scale/output-policy.json
Normal file
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"version": 1,
|
||||
"sourceFormat": "markdown",
|
||||
"artifactDirectory": "artifacts",
|
||||
"manifestFile": "artifact-manifest.json",
|
||||
"defaultTheme": "auto",
|
||||
"defaultGitPolicy": "review",
|
||||
"safety": {
|
||||
"allowRemoteScripts": false,
|
||||
"allowRemoteStyles": false,
|
||||
"detectSecrets": true
|
||||
},
|
||||
"templates": {
|
||||
"plan-comparison": {
|
||||
"label": "Plan Comparison",
|
||||
"sources": [
|
||||
"mini-prd.md",
|
||||
"explore.md",
|
||||
"plan.md"
|
||||
],
|
||||
"description": "Compare candidate approaches, tradeoffs, open questions, and decision criteria."
|
||||
},
|
||||
"implementation-plan": {
|
||||
"label": "Implementation Plan",
|
||||
"sources": [
|
||||
"plan.md",
|
||||
"verification.md"
|
||||
],
|
||||
"description": "Convert the implementation plan and verification strategy into a scannable delivery surface."
|
||||
},
|
||||
"code-review": {
|
||||
"label": "Code Review",
|
||||
"sources": [
|
||||
"review.md",
|
||||
"security-review.md",
|
||||
"standards-impact.md"
|
||||
],
|
||||
"description": "Summarize review findings, severity, evidence, and residual risks."
|
||||
},
|
||||
"status-report": {
|
||||
"label": "Status Report",
|
||||
"sources": [
|
||||
"summary.md",
|
||||
"verification.md",
|
||||
"resource-impact.md",
|
||||
"standards-impact.md"
|
||||
],
|
||||
"description": "Show current task status, proof, blockers, resource state, and follow-ups."
|
||||
},
|
||||
"incident-report": {
|
||||
"label": "Incident Report",
|
||||
"sources": [
|
||||
"explore.md",
|
||||
"plan.md",
|
||||
"verification.md",
|
||||
"review.md"
|
||||
],
|
||||
"description": "Explain incident context, diagnosis, fix, validation, and prevention work."
|
||||
},
|
||||
"release-report": {
|
||||
"label": "Release Report",
|
||||
"sources": [
|
||||
"summary.md",
|
||||
"verification.md",
|
||||
"review.md",
|
||||
"resource-impact.md",
|
||||
"standards-impact.md"
|
||||
],
|
||||
"description": "Package final release evidence, risk state, unverified items, and sign-off readiness."
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user