File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,13 @@ Every CALM architecture MUST include:
3838- [ ] Add nodes array (even if empty initially)
3939- [ ] Add relationships array to connect nodes
4040- [ ] Include metadata array for operational info
41- - [ ] Validate against CALM schema before saving
41+ ** 🚨 MANDATORY VALIDATION (Do not skip):**
42+ - [ ] ** Verify calm-cli is installed:** ` which calm `
43+ - [ ] ** Run CALM validation:** ` calm validate -a <filename>.architecture.json `
44+ - [ ] ** Review output for errors:** ` jsonSchemaValidationOutputs ` , ` spectralSchemaValidationOutputs `
45+ - [ ] ** Fix ALL errors before proceeding** - Do not assume JSON validity equals CALM validity
46+ - [ ] ** Confirm output shows:** ` "hasErrors": false, "hasWarnings": false `
47+ - [ ] ** Document any warnings addressed**
4248
4349## Best Practices
4450
You can’t perform that action at this time.
0 commit comments