@shardworks/nexus 0.1.41 → 0.1.43

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.
@@ -70,8 +70,8 @@ export function makeInitCommand() {
70
70
  // 4. Instantiate the starting animas
71
71
  instantiate({
72
72
  home,
73
- name: 'Advisor',
74
- roles: ['advisor'],
73
+ name: 'Steward',
74
+ roles: ['steward'],
75
75
  curriculum: 'guild-operations',
76
76
  temperament: 'guide',
77
77
  });
@@ -93,7 +93,7 @@ export function makeInitCommand() {
93
93
  }
94
94
  console.log(`Guild "${guildName}" created at ${home}`);
95
95
  console.log(`\n cd ${guildPath}`);
96
- console.log(` nsg consult advisor # ask your guild advisor for help\n`);
96
+ console.log(` nsg consult steward # ask your guild steward for help\n`);
97
97
  });
98
98
  }
99
99
  //# sourceMappingURL=init.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shardworks/nexus",
3
- "version": "0.1.41",
3
+ "version": "0.1.43",
4
4
  "license": "ISC",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,9 +26,9 @@
26
26
  "dependencies": {
27
27
  "better-sqlite3": "12.8.0",
28
28
  "commander": "14.0.3",
29
- "@shardworks/nexus-core": "0.1.41",
30
- "@shardworks/nexus-stdlib": "0.1.41",
31
- "@shardworks/claude-code-session-provider": "0.1.41"
29
+ "@shardworks/nexus-core": "0.1.43",
30
+ "@shardworks/claude-code-session-provider": "0.1.43",
31
+ "@shardworks/nexus-stdlib": "0.1.43"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@commander-js/extra-typings": "14.0.0",