rhachet-roles-bhuild 0.1.1 → 0.1.2

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.
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ROLE_BEHAVER = void 0;
4
4
  const rhachet_1 = require("rhachet");
5
5
  exports.ROLE_BEHAVER = rhachet_1.Role.build({
6
- slug: 'bhuild',
6
+ slug: 'behaver',
7
7
  name: 'Behaver',
8
8
  purpose: 'declare clear, buildable, and testable behaviors',
9
9
  readme: `
@@ -1 +1 @@
1
- {"version":3,"file":"getBehaverRole.js","sourceRoot":"","sources":["../../../src/domain.roles/behaver/getBehaverRole.ts"],"names":[],"mappings":";;;AAAA,qCAA+B;AAElB,QAAA,YAAY,GAAS,cAAI,CAAC,KAAK,CAAC;IAC3C,IAAI,EAAE,QAAQ;IACd,IAAI,EAAE,SAAS;IACf,OAAO,EAAE,kDAAkD;IAC3D,MAAM,EAAE;;;;GAIP,CAAC,IAAI,EAAE;IACR,MAAM,EAAE,EAAE;IACV,MAAM,EAAE;QACN,IAAI,EAAE,CAAC,EAAE,GAAG,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;QACtC,IAAI,EAAE,EAAE;KACT;IACD,MAAM,EAAE;QACN,IAAI,EAAE,CAAC,EAAE,GAAG,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;KACvC;CACF,CAAC,CAAC"}
1
+ {"version":3,"file":"getBehaverRole.js","sourceRoot":"","sources":["../../../src/domain.roles/behaver/getBehaverRole.ts"],"names":[],"mappings":";;;AAAA,qCAA+B;AAElB,QAAA,YAAY,GAAS,cAAI,CAAC,KAAK,CAAC;IAC3C,IAAI,EAAE,SAAS;IACf,IAAI,EAAE,SAAS;IACf,OAAO,EAAE,kDAAkD;IAC3D,MAAM,EAAE;;;;GAIP,CAAC,IAAI,EAAE;IACR,MAAM,EAAE,EAAE;IACV,MAAM,EAAE;QACN,IAAI,EAAE,CAAC,EAAE,GAAG,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;QACtC,IAAI,EAAE,EAAE;KACT;IACD,MAAM,EAAE;QACN,IAAI,EAAE,CAAC,EAAE,GAAG,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;KACvC;CACF,CAAC,CAAC"}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "rhachet-roles-bhuild",
3
3
  "author": "ehmpathy",
4
4
  "description": "reliable thought concept navigation roles, briefs, and skills, via rhachet",
5
- "version": "0.1.1",
5
+ "version": "0.1.2",
6
6
  "repository": "ehmpathy/rhachet-roles-bhuild",
7
7
  "homepage": "https://github.com/ehmpathy/rhachet-roles-bhuild",
8
8
  "keywords": [
@@ -25,7 +25,7 @@
25
25
  "fix:format": "npm run fix:format:biome",
26
26
  "fix:lint": "biome check --write",
27
27
  "fix": "npm run fix:format && npm run fix:lint",
28
- "build:clean": "rm dist/ -rf",
28
+ "build:clean": "chmod -R u+w dist 2>/dev/null; rm -rf dist/",
29
29
  "build:compile": "tsc -p ./tsconfig.build.json && tsc-alias -p ./tsconfig.build.json",
30
30
  "build:complete": "rsync -a --prune-empty-dirs --include='*/' --exclude='**/.route/**' --exclude='**/.scratch/**' --exclude='**/.behavior/**' --exclude='**/*.test.sh' --include='**/*.template.md' --include='**/briefs/**/*.md' --include='**/briefs/*.md' --include='**/skills/**/*.sh' --include='**/skills/*.sh' --include='**/skills/**/*.jsonc' --include='**/skills/*.jsonc' --exclude='*' src/ dist/",
31
31
  "build": "npm run build:clean && npm run build:compile && npm run build:complete --if-present",
@@ -54,7 +54,7 @@
54
54
  "dependencies": {
55
55
  "domain-objects": "0.31.7",
56
56
  "helpful-errors": "1.5.3",
57
- "rhachet": "1.13.11"
57
+ "rhachet": "1.15.2"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@biomejs/biome": "2.3.8",
@@ -76,6 +76,7 @@
76
76
  "husky": "8.0.3",
77
77
  "jest": "30.2.0",
78
78
  "rhachet": "1.13.11",
79
+ "rhachet-roles-bhuild": "0.1.1",
79
80
  "rhachet-roles-ehmpathy": "1.15.12",
80
81
  "tsc-alias": "1.8.10",
81
82
  "tsx": "4.20.6",