rhachet-roles-bhuild 0.6.3 → 0.6.5

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
@@ -1,9 +1,9 @@
1
1
  export * from './contract/sdk';
2
2
  export declare const cli: {
3
- bindBehavior: () => void;
4
- bootBehavior: () => void;
3
+ bindBehavior: () => Promise<void>;
4
+ bootBehavior: () => Promise<void>;
5
5
  decomposeBehavior: () => Promise<void>;
6
- giveFeedback: () => void;
7
- initBehavior: () => void;
6
+ giveFeedback: () => Promise<void>;
7
+ initBehavior: () => Promise<void>;
8
8
  reviewBehavior: () => Promise<void>;
9
9
  };
package/dist/index.js CHANGED
@@ -17,6 +17,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  exports.cli = void 0;
18
18
  __exportStar(require("./contract/sdk"), exports);
19
19
  // CLI entry points for portable skill dispatch
20
+ const emoji_space_shim_1 = require("emoji-space-shim");
20
21
  const bind_behavior_1 = require("./contract/cli/bind.behavior");
21
22
  const boot_behavior_1 = require("./contract/cli/boot.behavior");
22
23
  const decompose_behavior_1 = require("./contract/cli/decompose.behavior");
@@ -24,11 +25,11 @@ const give_feedback_1 = require("./contract/cli/give.feedback");
24
25
  const init_behavior_1 = require("./contract/cli/init.behavior");
25
26
  const review_behavior_1 = require("./contract/cli/review.behavior");
26
27
  exports.cli = {
27
- bindBehavior: bind_behavior_1.bindBehavior,
28
- bootBehavior: boot_behavior_1.bootBehavior,
29
- decomposeBehavior: decompose_behavior_1.decomposeBehavior,
30
- giveFeedback: give_feedback_1.giveFeedback,
31
- initBehavior: init_behavior_1.initBehavior,
32
- reviewBehavior: review_behavior_1.reviewBehavior,
28
+ bindBehavior: () => (0, emoji_space_shim_1.withEmojiSpaceShim)({ logic: async () => (0, bind_behavior_1.bindBehavior)() }),
29
+ bootBehavior: () => (0, emoji_space_shim_1.withEmojiSpaceShim)({ logic: async () => (0, boot_behavior_1.bootBehavior)() }),
30
+ decomposeBehavior: () => (0, emoji_space_shim_1.withEmojiSpaceShim)({ logic: async () => (0, decompose_behavior_1.decomposeBehavior)() }),
31
+ giveFeedback: () => (0, emoji_space_shim_1.withEmojiSpaceShim)({ logic: async () => (0, give_feedback_1.giveFeedback)() }),
32
+ initBehavior: () => (0, emoji_space_shim_1.withEmojiSpaceShim)({ logic: async () => (0, init_behavior_1.initBehavior)() }),
33
+ reviewBehavior: () => (0, emoji_space_shim_1.withEmojiSpaceShim)({ logic: async () => (0, review_behavior_1.reviewBehavior)() }),
33
34
  };
34
35
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,iDAA+B;AAE/B,+CAA+C;AAC/C,gEAA4D;AAC5D,gEAA4D;AAC5D,0EAAsE;AACtE,gEAA4D;AAC5D,gEAA4D;AAC5D,oEAAgE;AAEnD,QAAA,GAAG,GAAG;IACjB,YAAY,EAAZ,4BAAY;IACZ,YAAY,EAAZ,4BAAY;IACZ,iBAAiB,EAAjB,sCAAiB;IACjB,YAAY,EAAZ,4BAAY;IACZ,YAAY,EAAZ,4BAAY;IACZ,cAAc,EAAd,gCAAc;CACf,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,iDAA+B;AAE/B,+CAA+C;AAC/C,uDAAsD;AAEtD,gEAA4D;AAC5D,gEAA4D;AAC5D,0EAAsE;AACtE,gEAA4D;AAC5D,gEAA4D;AAC5D,oEAAgE;AAEnD,QAAA,GAAG,GAAG;IACjB,YAAY,EAAE,GAAG,EAAE,CAAC,IAAA,qCAAkB,EAAC,EAAE,KAAK,EAAE,KAAK,IAAI,EAAE,CAAC,IAAA,4BAAY,GAAE,EAAE,CAAC;IAC7E,YAAY,EAAE,GAAG,EAAE,CAAC,IAAA,qCAAkB,EAAC,EAAE,KAAK,EAAE,KAAK,IAAI,EAAE,CAAC,IAAA,4BAAY,GAAE,EAAE,CAAC;IAC7E,iBAAiB,EAAE,GAAG,EAAE,CACtB,IAAA,qCAAkB,EAAC,EAAE,KAAK,EAAE,KAAK,IAAI,EAAE,CAAC,IAAA,sCAAiB,GAAE,EAAE,CAAC;IAChE,YAAY,EAAE,GAAG,EAAE,CAAC,IAAA,qCAAkB,EAAC,EAAE,KAAK,EAAE,KAAK,IAAI,EAAE,CAAC,IAAA,4BAAY,GAAE,EAAE,CAAC;IAC7E,YAAY,EAAE,GAAG,EAAE,CAAC,IAAA,qCAAkB,EAAC,EAAE,KAAK,EAAE,KAAK,IAAI,EAAE,CAAC,IAAA,4BAAY,GAAE,EAAE,CAAC;IAC7E,cAAc,EAAE,GAAG,EAAE,CACnB,IAAA,qCAAkB,EAAC,EAAE,KAAK,EAAE,KAAK,IAAI,EAAE,CAAC,IAAA,gCAAc,GAAE,EAAE,CAAC;CAC9D,CAAC"}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "rhachet-roles-bhuild",
3
3
  "author": "ehmpathy",
4
4
  "description": "roles for building resilient systems, via rhachet",
5
- "version": "0.6.3",
5
+ "version": "0.6.5",
6
6
  "repository": "ehmpathy/rhachet-roles-bhuild",
7
7
  "homepage": "https://github.com/ehmpathy/rhachet-roles-bhuild",
8
8
  "keywords": [
@@ -30,7 +30,9 @@
30
30
  "fix": "npm run fix:format && npm run fix:lint",
31
31
  "build:clean": "chmod -R u+w dist 2>/dev/null; rm -rf dist/",
32
32
  "build:compile": "tsc -p ./tsconfig.build.json && tsc-alias -p ./tsconfig.build.json",
33
- "build:complete": "rsync -a --prune-empty-dirs --include='*/' --exclude='**/.route/**' --exclude='**/.scratch/**' --exclude='**/.behavior/**' --exclude='**/*.test.sh' --include='**/*.template.md' --include='**/readme.md' --include='**/briefs/**/*.md' --include='**/briefs/*.md' --include='**/skills/**/*.sh' --include='**/skills/*.sh' --include='**/skills/**/*.jsonc' --include='**/skills/*.jsonc' --include='**/inits/**/*.sh' --include='**/inits/*.sh' --include='**/templates/*' --exclude='*' src/ dist/",
33
+ "build:complete:dist": "rsync -a --prune-empty-dirs --include='*/' --exclude='**/.route/**' --exclude='**/.scratch/**' --exclude='**/.behavior/**' --exclude='**/*.test.sh' --include='**/readme.md' --include='**/*.template.md' --include='**/briefs/**/*.md' --include='**/briefs/*.md' --include='**/skills/**/*.sh' --include='**/skills/*.sh' --include='**/skills/**/*.jsonc' --include='**/skills/*.jsonc' --include='**/inits/**/*.sh' --include='**/inits/*.sh' --include='**/inits/**/*.jsonc' --include='**/inits/*.jsonc' --include='**/templates/*.md' --include='**/templates/*.src' --exclude='*' src/ dist/",
34
+ "build:complete:repo": "npx rhachet repo introspect",
35
+ "build:complete": "npm run build:complete:dist && npm run build:complete:repo",
34
36
  "build": "npm run build:clean && npm run build:compile && npm run build:complete --if-present",
35
37
  "test:commits": "LAST_TAG=$(git describe --tags --abbrev=0 @^ 2> /dev/null || git rev-list --max-parents=0 HEAD) && npx commitlint --from $LAST_TAG --to HEAD --verbose",
36
38
  "test:types": "tsc -p ./tsconfig.json --noEmit",
@@ -55,6 +57,7 @@
55
57
  },
56
58
  "dependencies": {
57
59
  "domain-objects": "0.31.9",
60
+ "emoji-space-shim": "0.0.0",
58
61
  "helpful-errors": "1.5.3",
59
62
  "rhachet-roles-bhrain": "0.5.9",
60
63
  "test-fns": "1.7.2",
@@ -80,9 +83,9 @@
80
83
  "esbuild-register": "3.6.0",
81
84
  "husky": "8.0.3",
82
85
  "jest": "30.2.0",
83
- "rhachet": "1.20.7",
84
- "rhachet-roles-bhuild": "link:.",
85
- "rhachet-roles-ehmpathy": "1.17.9",
86
+ "rhachet": "1.22.0",
87
+ "rhachet-roles-bhuild": "0.6.4",
88
+ "rhachet-roles-ehmpathy": "1.17.20",
86
89
  "tsc-alias": "1.8.10",
87
90
  "tsx": "4.20.6",
88
91
  "typescript": "5.4.5",