You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@cubis/foundry

Package Overview
Dependencies
Maintainers
2
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cubis/foundry - npm Package Compare versions

Comparing version
0.3.19
to
0.3.20
+1
-1
Ai Agent Workflow/...p/platforms/antigravity/rules/GEMINI.md

@@ -98,3 +98,3 @@ ---

- Install/update bundle:
`cbx workflows install --platform antigravity --bundle agent-environment-setup --scope project --overwrite`
`cbx workflows install --platform antigravity --bundle agent-environment-setup --scope global --overwrite`
- Rebuild managed routing block:

@@ -101,0 +101,0 @@ `cbx workflows sync-rules --platform antigravity --scope project`

@@ -88,3 +88,3 @@ # AGENTS.md - Cubis Foundry Codex Protocol

- Install/update bundle:
`cbx workflows install --platform codex --bundle agent-environment-setup --scope project --overwrite`
`cbx workflows install --platform codex --bundle agent-environment-setup --scope global --overwrite`
- Rebuild managed routing block:

@@ -91,0 +91,0 @@ `cbx workflows sync-rules --platform codex --scope project`

@@ -97,3 +97,3 @@ # .github/copilot-instructions.md - Cubis Foundry Copilot Protocol

- Install/update bundle:
`cbx workflows install --platform copilot --bundle agent-environment-setup --scope project --overwrite`
`cbx workflows install --platform copilot --bundle agent-environment-setup --scope global --overwrite`
- Rebuild managed routing block:

@@ -100,0 +100,0 @@ `cbx workflows sync-rules --platform copilot --scope project`

@@ -97,3 +97,3 @@ # .github/copilot-instructions.md - Cubis Foundry Copilot Protocol

- Install/update bundle:
`cbx workflows install --platform copilot --bundle agent-environment-setup --scope project --overwrite`
`cbx workflows install --platform copilot --bundle agent-environment-setup --scope global --overwrite`
- Rebuild managed routing block:

@@ -100,0 +100,0 @@ `cbx workflows sync-rules --platform copilot --scope project`

{
"name": "@cubis/foundry",
"version": "0.3.19",
"version": "0.3.20",
"description": "Cubis Foundry CLI for workflow-first AI agent environments",

@@ -5,0 +5,0 @@ "type": "module",

@@ -63,2 +63,3 @@ # Cubis Foundry CLI (`cbx`)

- `cbx workflows install` now also bootstraps `ENGINEERING_RULES.md` and `TECH.md` (creates when missing; keeps existing files unless explicitly regenerated).
- When install scope is `global`, workflow/skill/agent artifacts install to global paths, but rule sync + engineering artifacts are maintained in workspace (`project`) scope.
- Optional `--postman` bootstrap creates `postman_setting.json` and installs/configures the Postman skill/MCP for Codex, Antigravity, and Copilot.

@@ -256,6 +257,16 @@ - Use `cbx rules init --platform <platform> --overwrite` to force-regenerate both files.

Default scope:
- `project`
- Install/init commands:
- `cbx workflows install`
- `cbx workflows init`
- `cbx skills install`
- `cbx skills init`
- `cbx install` (legacy alias)
- `cbx init` (legacy alias)
- Default scope for these commands is `global`.
- Rule files (`AGENTS.md`/`GEMINI.md`/Copilot instructions) and engineering files (`ENGINEERING_RULES.md`, `TECH.md`) are still updated in workspace (`project`) scope during install.
- Other workflow/rules commands default to `project`.
Optional:
- `--scope global`
- `--scope project`

@@ -262,0 +273,0 @@ Platform auto-detection:

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display