Skip to content

Commit 9673c27

Browse files
committed
Merge remote-tracking branch 'origin/1778-calmhubauth' into 1778-calmhubauth
2 parents 6ad03c4 + 4d95b78 commit 9673c27

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

calm-ai/tools/architecture-creation.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

cli/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to the CALM CLI will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.14.1] - 2025-11-11
9+
10+
### Changed
11+
- Manual release triggered
12+
813
## 1.14.0 (2025-11-03)
914

1015
* chore(deps-dev): bump vite from 7.0.0 to 7.0.8 in the npm_and_yarn group across 1 directory ([a96eff47a0713a005611bd14195bf718e95591ff](https://github.com/finos/architecture-as-code/commit/a96eff47a0713a005611bd14195bf718e95591ff))

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@finos/calm-cli",
3-
"version": "1.14.0",
3+
"version": "1.14.1",
44
"description": "A set of tools for interacting with the Common Architecture Language Model (CALM)",
55
"homepage": "https://calm.finos.org",
66
"repository": {

0 commit comments

Comments
 (0)