@principal-ai/principal-studio-cli 0.38.0 → 0.39.0

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/dist/index.cjs CHANGED
@@ -15469,9 +15469,6 @@ async function ensureDir() {
15469
15469
  }
15470
15470
  var SUBSYSTEM_RELATION_TYPES = [
15471
15471
  "imports",
15472
- "imports_from",
15473
- "re_exports",
15474
- "defines",
15475
15472
  "extends",
15476
15473
  "inherits",
15477
15474
  "implements",
@@ -15600,7 +15597,6 @@ function normalizeDeclarationProvenance(components) {
15600
15597
  method: ["parameters"],
15601
15598
  class: ["methods", "properties", "extends", "implements", "instantiations", "references"],
15602
15599
  type: ["properties", "usedBy", "implementors"],
15603
- module: ["imports", "exports", "symbols"],
15604
15600
  custom_entity: ["attributes"],
15605
15601
  store: ["properties"]
15606
15602
  };
@@ -16058,7 +16054,7 @@ function createSubsystemModelCommand() {
16058
16054
  }
16059
16055
 
16060
16056
  // src/index.ts
16061
- var VERSION = true ? "0.38.0" : "0.0.0-dev";
16057
+ var VERSION = true ? "0.39.0" : "0.0.0-dev";
16062
16058
  var program2 = new Command();
16063
16059
  program2.name("principal-ai").description(
16064
16060
  "Principal AI CLI \u2014 subsystem models, Subsystems Studio, trails, and agent sessions"