@cubis/foundry 0.3.44 → 0.3.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Workflow-first installer for multi-platform AI agent environments.
4
4
 
5
- Last updated: 2026-02-27.
5
+ Last updated: 2026-03-03.
6
6
 
7
7
  `cbx` installs workflows, skills, wrappers, and rule files for:
8
8
  - Codex
package/mcp/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:22-alpine AS build
1
+ FROM --platform=$BUILDPLATFORM node:22-alpine AS build
2
2
 
3
3
  WORKDIR /app
4
4
  COPY package*.json ./
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cubis/foundry",
3
- "version": "0.3.44",
3
+ "version": "0.3.46",
4
4
  "description": "Cubis Foundry CLI for workflow-first AI agent environments",
5
5
  "type": "module",
6
6
  "bin": {