@nudata/nu-claude-pm 0.1.0 → 0.1.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/bin/nu-claude-pm.js +2 -3
- package/package.json +1 -1
package/bin/nu-claude-pm.js
CHANGED
|
@@ -36,9 +36,8 @@ function install() {
|
|
|
36
36
|
console.log(` installed: ${file}`);
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
-
|
|
40
|
-
console.log(
|
|
41
|
-
console.log(" Reload Claude Code to pick up new commands.");
|
|
39
|
+
console.log(`\nSuccessfully installed into ${targetDir}`);
|
|
40
|
+
console.log(" Run /nu-pm-user-guide from inside Claude to get started.");
|
|
42
41
|
}
|
|
43
42
|
|
|
44
43
|
function uninstall() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nudata/nu-claude-pm",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Claude Code slash commands for end-to-end project management — session flow, vision, roadmap, research, and external comms.",
|
|
5
5
|
"keywords": ["claude", "claude-code", "pm", "project-management", "ai"],
|
|
6
6
|
"license": "MIT",
|