@cubis/foundry 0.3.33 → 0.3.34

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,36 @@
2
2
 
3
3
  All notable changes to this project are documented in this file.
4
4
 
5
+ ## [0.3.34] - 2026-03-02
6
+
7
+ ### Added
8
+
9
+ - Added profile-based install controls for workflow setup:
10
+ - `--skill-profile <core|web-backend|full>`
11
+ - `--include-mcp`
12
+ - `--all-skills` alias for full catalog install
13
+ - Added `cbx workflows prune-skills` to detect/remove nested duplicates and out-of-profile installed skills.
14
+ - Added split MCP catalog and roots:
15
+ - `mcp/skills`
16
+ - `mcp/powers`
17
+ - `mcp/catalogs/default.json`
18
+
19
+ ### Changed
20
+
21
+ - Changed default install behavior to `core` skill profile for lower context footprint.
22
+ - Updated resolver/index generation to support combined workflow + MCP skill roots.
23
+ - Updated powers generation and validation scripts to handle split roots.
24
+ - Refined rule/agent templates to reduce forced skill loading and keep selection adaptive.
25
+ - Refreshed language skills and added new language packs:
26
+ - `java-pro`
27
+ - `csharp-pro`
28
+ - `kotlin-pro`
29
+
30
+ ### Fixed
31
+
32
+ - Fixed nested duplicate cleanup to catch direct-child duplicate skill folders.
33
+ - Fixed duplicate-skill-name collision handling in index generation and alias metadata.
34
+
5
35
  ## [0.3.31] - 2026-02-27
6
36
 
7
37
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cubis/foundry",
3
- "version": "0.3.33",
3
+ "version": "0.3.34",
4
4
  "description": "Cubis Foundry CLI for workflow-first AI agent environments",
5
5
  "type": "module",
6
6
  "bin": {