learnship 1.9.13 → 1.9.14

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "learnship",
3
3
  "description": "Agentic engineering done right — 42 structured workflows, persistent memory across sessions, integrated learning partner, and impeccable UI design system. Works with Claude Code, Windsurf, Cursor, Gemini CLI, OpenCode, and Codex.",
4
- "version": "1.9.13",
4
+ "version": "1.9.14",
5
5
  "author": {
6
6
  "name": "Favio Vazquez",
7
7
  "email": "favio.vazquezp@gmail.com"
@@ -2,7 +2,7 @@
2
2
  "name": "learnship",
3
3
  "displayName": "learnship",
4
4
  "description": "Agentic engineering done right — 42 structured workflows, persistent memory across sessions, integrated learning partner, and impeccable UI design system.",
5
- "version": "1.9.13",
5
+ "version": "1.9.14",
6
6
  "logo": "assets/logo.png",
7
7
  "author": {
8
8
  "name": "Favio Vazquez",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "learnship",
3
- "version": "1.9.13",
3
+ "version": "1.9.14",
4
4
  "description": "Agentic engineering done right — 42 structured workflows, persistent memory across sessions, integrated learning partner, and impeccable UI design system.",
5
5
  "author": "Favio Vazquez",
6
6
  "homepage": "https://faviovazquez.github.io/learnship/",
@@ -92,6 +92,44 @@ follow. The map should become territory.
92
92
 
93
93
  ---
94
94
 
95
+ ## Request Routing Protocol
96
+
97
+ **This section is mandatory. Apply it before responding to ANY user message.**
98
+
99
+ When a user sends a message — whether it's a vague idea, a specific bug report, a feature request, or a detailed technical prompt — you MUST route it through the correct learnship workflow. **Do not make code changes, fix bugs, or implement anything in direct response to a user message.** Every task goes through a workflow.
100
+
101
+ ### Decision tree — apply in order:
102
+
103
+ **1. Is there a `.planning/PROJECT.md`?**
104
+ - **No** → Stop. Tell the user: "No project found. Run `/new-project` to initialize." Do nothing else.
105
+ - **Yes** → Continue to step 2.
106
+
107
+ **2. Does the user message look like a task, problem, bug, or feature request?**
108
+ (Anything that would result in a code change, file edit, config change, or new capability)
109
+ - **Yes** → Route to step 3. Do NOT start implementing.
110
+ - **No** (pure question, status check, discussion) → Answer normally.
111
+
112
+ **3. How large/complex is the task?**
113
+ - **Small, self-contained** (estimated < 1 hour, touches ≤ 3 files, no design decisions needed):
114
+ → Tell the user: "This looks like a quick task. I'll run `/quick` for this — it gives us atomic commits and state tracking without full planning ceremony. Proceed?"
115
+ → Wait for confirmation, then invoke `/quick "[description]"`.
116
+ - **Medium or uncertain** (design decisions needed, multiple files, touches active phase work):
117
+ → Tell the user: "This touches phase [N] work. I'll run `/discuss-phase [N]` to capture your intent before planning. Proceed?"
118
+ → Wait for confirmation, then invoke `discuss-phase`.
119
+ - **Large or cross-cutting** (new capability, affects multiple phases, architectural):
120
+ → Tell the user: "This is significant scope. Let me check where we are first."
121
+ → Run `/ls` to show current status, then recommend the right workflow (plan-phase, new-milestone, etc).
122
+
123
+ **4. Never self-route silently.**
124
+ Always tell the user which workflow you're about to invoke and why, then wait for a "yes" before proceeding. Do not assume consent from a detailed prompt.
125
+
126
+ ### Examples of what NOT to do:
127
+ - User says "the login button is broken" → ❌ Don't fix it directly → ✅ Route to `/quick`
128
+ - User says "I want to add dark mode" → ❌ Don't start implementing → ✅ Route to `discuss-phase`
129
+ - User pastes a detailed spec → ❌ Don't treat it as a command to execute → ✅ Classify size, propose workflow, wait for yes
130
+
131
+ ---
132
+
95
133
  ## Platform Context
96
134
 
97
135
  This project uses **learnship**. Key facts:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "learnship",
3
- "version": "1.9.13",
3
+ "version": "1.9.14",
4
4
  "description": "Learn as you build. Build with intent. — A multi-platform agentic engineering system for Windsurf, Claude Code, Cursor, OpenCode, Gemini CLI, and Codex: spec-driven workflows, integrated learning, and production-grade design.",
5
5
  "keywords": [
6
6
  "agentic",