Skip to content

Commit 1ce0092

Browse files
Merge branch 'main' into code-style
2 parents 7fa0880 + c8e6b9b commit 1ce0092

File tree

128 files changed

+945
-17820
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+945
-17820
lines changed

.github/workflows/build-calm-explorer.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ docs/contributing.md
2626
/calm-hub-ui/package-lock.json
2727
/cli/package-lock.json
2828
/docs/package-lock.json
29-
/experimental/calm-explorer/package-lock.json
3029
/shared/package-lock.json
3130

3231
**/.vscode**/

.npmrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,13 @@
22
# Blocks unsupported versions (e.g. Node 18, 20, 23) but still allows
33
# Node 24+ since engines includes ">=24.10.0" for local development.
44
engine-strict=true
5+
6+
# Ensure npm resolves optional native bindings for all CI platforms,
7+
# not just the current developer machine. Prevents missing-binding
8+
# errors (e.g. @tailwindcss/oxide) when the lockfile is regenerated
9+
# on macOS but consumed on Linux runners.
10+
supportedArchitectures[os][]=current
11+
supportedArchitectures[os][]=linux
12+
supportedArchitectures[cpu][]=current
13+
supportedArchitectures[cpu][]=x64
14+
supportedArchitectures[cpu][]=arm64

advent-of-calm/website/package-lock.json

Lines changed: 103 additions & 103 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

calm-ai/tools/pattern-creation.md

Lines changed: 188 additions & 91 deletions
Large diffs are not rendered by default.

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.34.2] - 2026-02-26
9+
10+
### Changed
11+
- Manual release triggered
12+
813
## [1.34.1] - 2026-02-26
914

1015
### Changed

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.34.1",
3+
"version": "1.34.2",
44
"description": "A set of tools for interacting with the Common Architecture Language Model (CALM)",
55
"homepage": "https://calm.finos.org",
66
"repository": {

experimental/calm-explorer/.gitignore

Lines changed: 0 additions & 26 deletions
This file was deleted.

experimental/calm-explorer/CLAUDE.md

Lines changed: 0 additions & 142 deletions
This file was deleted.

0 commit comments

Comments
 (0)