🎉 init: 小龙的工作空间
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"$schema": "compatibility-matrix-entry-v1",
|
||||
"generatedAt": "2026-06-05T00:00:00.000Z",
|
||||
"scenario": "小版本兼容变化:新增字段",
|
||||
"scenarioId": 2,
|
||||
|
||||
"clawVersion": "1.1.0",
|
||||
"baselineVersion": "v1",
|
||||
"schemaStatus": "compatible",
|
||||
"pipelineStatus": "pass",
|
||||
"gateDecision": "open",
|
||||
"compatibilityStatus": "supported",
|
||||
"knownRisks": [
|
||||
"新字段被上游消费者忽略,无影响",
|
||||
"新增字段不会改变聚合计数"
|
||||
],
|
||||
"recommendedAction": "safe to release",
|
||||
|
||||
"dataStructure": {
|
||||
"blocs": { "path": "memory/blocs/*.md", "count": 6, "fields": ["id", "title", "content", "metadata.priority"] },
|
||||
"cycles": { "path": "memory/cycles/*.md", "count": 7, "fields": ["date", "entries", "cycle.duration"] },
|
||||
"candidates": { "path": "memory/candidates/*.md", "count": 36, "fields": ["id", "contentHash", "type", "status", "candidate.tags"] }
|
||||
},
|
||||
|
||||
"baselineMetrics": {
|
||||
"blocCount": 6,
|
||||
"cycleCount": 7,
|
||||
"candidateCount": 36,
|
||||
"activeCandidateCount": 28,
|
||||
"archivedCandidateCount": 8
|
||||
},
|
||||
|
||||
"deltaFromBaseline": {
|
||||
"blocCount": 0,
|
||||
"cycleCount": 0,
|
||||
"candidateCount": 0,
|
||||
"activeCandidateCount": 0,
|
||||
"archivedCandidateCount": 0
|
||||
},
|
||||
|
||||
"pipelineChecks": {
|
||||
"rcChecklist": { "status": "pass", "blockers": 0, "warnings": 0 },
|
||||
"baselineCompare": { "status": "pass", "blockers": 0, "deltas": { "blocCount": 0, "cycleCount": 0, "candidateCount": 0, "activeCandidateCount": 0, "archivedCandidateCount": 0 } },
|
||||
"releaseGate": { "decision": "open", "blockers": 0 }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user