claude-nexus 0.34.0 → 0.34.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.
|
@@ -17,9 +17,9 @@ async function readStdin() {
|
|
|
17
17
|
|
|
18
18
|
// src/hooks/prompt-router.ts
|
|
19
19
|
var DIRECTIVES = {
|
|
20
|
-
plan: "Activate the nx-plan skill for structured multi-perspective planning.",
|
|
21
|
-
"auto-plan": "Activate the nx-auto-plan skill to auto-decompose the request into a plan.",
|
|
22
|
-
run: "Activate the nx-run skill to execute the current plan's tasks.",
|
|
20
|
+
plan: "Activate the `claude-nexus:nx-plan` skill for structured multi-perspective planning. Pass the fully qualified name to the Skill tool — `nx-plan` alone will fail.",
|
|
21
|
+
"auto-plan": "Activate the `claude-nexus:nx-auto-plan` skill to auto-decompose the request into a plan. Pass the fully qualified name to the Skill tool — `nx-auto-plan` alone will fail.",
|
|
22
|
+
run: "Activate the `claude-nexus:nx-run` skill to execute the current plan's tasks. Pass the fully qualified name to the Skill tool — `nx-run` alone will fail.",
|
|
23
23
|
m: "Store the following body as a lesson in .nexus/memory/.",
|
|
24
24
|
"m:gc": "Garbage-collect .nexus/memory/ by merging or removing stale entries.",
|
|
25
25
|
d: "Record a decision for the active plan session's current issue via nx_plan_decide."
|