@shardworks/nexus 0.1.40 → 0.1.42
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/commands/init.js +3 -3
- package/package.json +4 -4
package/dist/commands/init.js
CHANGED
|
@@ -70,8 +70,8 @@ export function makeInitCommand() {
|
|
|
70
70
|
// 4. Instantiate the starting animas
|
|
71
71
|
instantiate({
|
|
72
72
|
home,
|
|
73
|
-
name: '
|
|
74
|
-
roles: ['
|
|
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
|
|
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.
|
|
3
|
+
"version": "0.1.42",
|
|
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/
|
|
30
|
-
"@shardworks/
|
|
31
|
-
"@shardworks/nexus-
|
|
29
|
+
"@shardworks/claude-code-session-provider": "0.1.42",
|
|
30
|
+
"@shardworks/nexus-stdlib": "0.1.42",
|
|
31
|
+
"@shardworks/nexus-core": "0.1.42"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@commander-js/extra-typings": "14.0.0",
|