musubix 2.4.2 → 3.0.1

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.d.ts CHANGED
@@ -9,10 +9,9 @@
9
9
  export * from '@nahisaho/musubix-core';
10
10
  export * as security from '@nahisaho/musubix-security';
11
11
  export * as formalVerify from '@nahisaho/musubix-formal-verify';
12
- export * as yataClient from '@nahisaho/musubix-yata-client';
13
- export * as yataLocal from '@nahisaho/yata-local';
14
- export * as yataGlobal from '@nahisaho/yata-global';
15
- export * as yataScale from '@nahisaho/yata-scale';
12
+ export * as knowledge from '@musubix/knowledge';
13
+ export * as policy from '@musubix/policy';
14
+ export * as decisions from '@musubix/decisions';
16
15
  export * as patternMcp from '@nahisaho/musubix-pattern-mcp';
17
16
  export * as ontologyMcp from '@nahisaho/musubix-ontology-mcp';
18
17
  export * as wakeSleep from '@nahisaho/musubix-wake-sleep';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAGH,cAAc,wBAAwB,CAAC;AAGvC,OAAO,KAAK,QAAQ,MAAM,4BAA4B,CAAC;AAGvD,OAAO,KAAK,YAAY,MAAM,iCAAiC,CAAC;AAGhE,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAC5D,OAAO,KAAK,SAAS,MAAM,sBAAsB,CAAC;AAClD,OAAO,KAAK,UAAU,MAAM,uBAAuB,CAAC;AACpD,OAAO,KAAK,SAAS,MAAM,sBAAsB,CAAC;AAGlD,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAC5D,OAAO,KAAK,WAAW,MAAM,gCAAgC,CAAC;AAG9D,OAAO,KAAK,SAAS,MAAM,8BAA8B,CAAC;AAG1D,OAAO,KAAK,WAAW,MAAM,gCAAgC,CAAC;AAG9D,OAAO,KAAK,GAAG,MAAM,uBAAuB,CAAC;AAC7C,OAAO,KAAK,IAAI,MAAM,wBAAwB,CAAC;AAG/C,OAAO,KAAK,cAAc,MAAM,mCAAmC,CAAC;AACpE,OAAO,KAAK,YAAY,MAAM,iCAAiC,CAAC;AAChE,OAAO,KAAK,SAAS,MAAM,6BAA6B,CAAC;AAGzD,OAAO,KAAK,SAAS,MAAM,6BAA6B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAGH,cAAc,wBAAwB,CAAC;AAGvC,OAAO,KAAK,QAAQ,MAAM,4BAA4B,CAAC;AAGvD,OAAO,KAAK,YAAY,MAAM,iCAAiC,CAAC;AAGhE,OAAO,KAAK,SAAS,MAAM,oBAAoB,CAAC;AAChD,OAAO,KAAK,MAAM,MAAM,iBAAiB,CAAC;AAC1C,OAAO,KAAK,SAAS,MAAM,oBAAoB,CAAC;AAGhD,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAC5D,OAAO,KAAK,WAAW,MAAM,gCAAgC,CAAC;AAG9D,OAAO,KAAK,SAAS,MAAM,8BAA8B,CAAC;AAG1D,OAAO,KAAK,WAAW,MAAM,gCAAgC,CAAC;AAG9D,OAAO,KAAK,GAAG,MAAM,uBAAuB,CAAC;AAC7C,OAAO,KAAK,IAAI,MAAM,wBAAwB,CAAC;AAG/C,OAAO,KAAK,cAAc,MAAM,mCAAmC,CAAC;AACpE,OAAO,KAAK,YAAY,MAAM,iCAAiC,CAAC;AAChE,OAAO,KAAK,SAAS,MAAM,6BAA6B,CAAC;AAGzD,OAAO,KAAK,SAAS,MAAM,6BAA6B,CAAC"}
package/dist/index.js CHANGED
@@ -44,18 +44,17 @@ var __importStar = (this && this.__importStar) || (function () {
44
44
  };
45
45
  })();
46
46
  Object.defineProperty(exports, "__esModule", { value: true });
47
- exports.codeGraph = exports.synthesis = exports.neuralSearch = exports.libraryLearner = exports.lean = exports.dfg = exports.sddOntology = exports.wakeSleep = exports.ontologyMcp = exports.patternMcp = exports.yataScale = exports.yataGlobal = exports.yataLocal = exports.yataClient = exports.formalVerify = exports.security = void 0;
47
+ exports.codeGraph = exports.synthesis = exports.neuralSearch = exports.libraryLearner = exports.lean = exports.dfg = exports.sddOntology = exports.wakeSleep = exports.ontologyMcp = exports.patternMcp = exports.decisions = exports.policy = exports.knowledge = exports.formalVerify = exports.security = void 0;
48
48
  // Core functionality
49
49
  __exportStar(require("@nahisaho/musubix-core"), exports);
50
50
  // Security analysis
51
51
  exports.security = __importStar(require("@nahisaho/musubix-security"));
52
52
  // Formal verification
53
53
  exports.formalVerify = __importStar(require("@nahisaho/musubix-formal-verify"));
54
- // YATA Knowledge Graph
55
- exports.yataClient = __importStar(require("@nahisaho/musubix-yata-client"));
56
- exports.yataLocal = __importStar(require("@nahisaho/yata-local"));
57
- exports.yataGlobal = __importStar(require("@nahisaho/yata-global"));
58
- exports.yataScale = __importStar(require("@nahisaho/yata-scale"));
54
+ // v3.0.0 Git-Native Knowledge System
55
+ exports.knowledge = __importStar(require("@musubix/knowledge"));
56
+ exports.policy = __importStar(require("@musubix/policy"));
57
+ exports.decisions = __importStar(require("@musubix/decisions"));
59
58
  // Pattern and Ontology MCP
60
59
  exports.patternMcp = __importStar(require("@nahisaho/musubix-pattern-mcp"));
61
60
  exports.ontologyMcp = __importStar(require("@nahisaho/musubix-ontology-mcp"));
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA;;;;;;;GAOG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,qBAAqB;AACrB,yDAAuC;AAEvC,oBAAoB;AACpB,uEAAuD;AAEvD,sBAAsB;AACtB,gFAAgE;AAEhE,uBAAuB;AACvB,4EAA4D;AAC5D,kEAAkD;AAClD,oEAAoD;AACpD,kEAAkD;AAElD,2BAA2B;AAC3B,4EAA4D;AAC5D,8EAA8D;AAE9D,sBAAsB;AACtB,0EAA0D;AAE1D,eAAe;AACf,8EAA8D;AAE9D,kBAAkB;AAClB,6DAA6C;AAC7C,+DAA+C;AAE/C,oCAAoC;AACpC,oFAAoE;AACpE,gFAAgE;AAChE,yEAAyD;AAEzD,8BAA8B;AAC9B,yEAAyD"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA;;;;;;;GAOG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,qBAAqB;AACrB,yDAAuC;AAEvC,oBAAoB;AACpB,uEAAuD;AAEvD,sBAAsB;AACtB,gFAAgE;AAEhE,qCAAqC;AACrC,gEAAgD;AAChD,0DAA0C;AAC1C,gEAAgD;AAEhD,2BAA2B;AAC3B,4EAA4D;AAC5D,8EAA8D;AAE9D,sBAAsB;AACtB,0EAA0D;AAE1D,eAAe;AACf,8EAA8D;AAE9D,kBAAkB;AAClB,6DAA6C;AAC7C,+DAA+C;AAE/C,oCAAoC;AACpC,oFAAoE;AACpE,gFAAgE;AAChE,yEAAyD;AAEzD,8BAA8B;AAC9B,yEAAyD"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "musubix",
3
- "version": "2.4.2",
3
+ "version": "3.0.1",
4
4
  "description": "MUSUBIX - Neuro-Symbolic AI Integration System for Software Development",
5
5
  "keywords": [
6
6
  "ai",
@@ -12,7 +12,8 @@
12
12
  "ears",
13
13
  "requirements",
14
14
  "design-patterns",
15
- "codegraph"
15
+ "codegraph",
16
+ "git-native"
16
17
  ],
17
18
  "author": "nahisaho",
18
19
  "license": "MIT",
@@ -38,6 +39,9 @@
38
39
  "prepublishOnly": "npm run build"
39
40
  },
40
41
  "dependencies": {
42
+ "@musubix/decisions": "^3.0.0",
43
+ "@musubix/knowledge": "^3.0.0",
44
+ "@musubix/policy": "^3.0.0",
41
45
  "@nahisaho/musubix-codegraph": "^2.3.0",
42
46
  "@nahisaho/musubix-core": "^2.2.0",
43
47
  "@nahisaho/musubix-dfg": "^2.2.0",
@@ -51,11 +55,7 @@
51
55
  "@nahisaho/musubix-sdd-ontology": "^2.2.0",
52
56
  "@nahisaho/musubix-security": "^2.2.0",
53
57
  "@nahisaho/musubix-synthesis": "^2.2.0",
54
- "@nahisaho/musubix-wake-sleep": "^2.2.0",
55
- "@nahisaho/musubix-yata-client": "^2.2.0",
56
- "@nahisaho/yata-global": "^2.2.0",
57
- "@nahisaho/yata-local": "^2.2.0",
58
- "@nahisaho/yata-scale": "^2.2.0"
58
+ "@nahisaho/musubix-wake-sleep": "^2.2.0"
59
59
  },
60
60
  "devDependencies": {
61
61
  "typescript": "^5.3.3"