Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 0 additions & 38 deletions .github/workflows/build-calm-explorer.yml

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ docs/contributing.md
/calm-hub-ui/package-lock.json
/cli/package-lock.json
/docs/package-lock.json
/experimental/calm-explorer/package-lock.json
/shared/package-lock.json

**/.vscode**/
Expand Down
10 changes: 10 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,13 @@
# Blocks unsupported versions (e.g. Node 18, 20, 23) but still allows
# Node 24+ since engines includes ">=24.10.0" for local development.
engine-strict=true

# Ensure npm resolves optional native bindings for all CI platforms,
# not just the current developer machine. Prevents missing-binding
# errors (e.g. @tailwindcss/oxide) when the lockfile is regenerated
# on macOS but consumed on Linux runners.
supportedArchitectures[os][]=current
supportedArchitectures[os][]=linux
supportedArchitectures[cpu][]=current
supportedArchitectures[cpu][]=x64
supportedArchitectures[cpu][]=arm64
26 changes: 0 additions & 26 deletions experimental/calm-explorer/.gitignore

This file was deleted.

142 changes: 0 additions & 142 deletions experimental/calm-explorer/CLAUDE.md

This file was deleted.

Loading
Loading