@rookiestar/eng-lang-tutor 1.1.6 → 1.1.8

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.

Potentially problematic release.


This version of @rookiestar/eng-lang-tutor might be problematic. Click here for more details.

package/SKILL.md CHANGED
@@ -250,15 +250,26 @@ The bot recognizes these natural language commands:
250
250
 
251
251
  ## Initialization Flow
252
252
 
253
- > See [templates/prompts/initialization.md](templates/prompts/initialization.md) for detailed onboarding templates.
254
-
255
- 6-step onboarding: Welcome CEFR Level Topic Interests Tutor Style → Oral/Written Ratio Schedule → Confirm
256
-
257
- **Step 6 Completion:** Set `initialized=true` + Create cron jobs for keypoint/quiz push times.
253
+ > **⛔ CRITICAL - TOTAL ONBOARDING STEPS = 7 (NOT 6!)**
254
+ >
255
+ > You MUST display step titles as **"Step 1/7"**, **"Step 2/7"**, etc. (NOT "Step 1/6"!)
256
+ >
257
+ > The 7 steps are:
258
+ > 1. CEFR Level
259
+ > 2. Topic Interests
260
+ > 3. Tutor Style
261
+ > 4. Oral/Written Ratio
262
+ > 5. Schedule
263
+ > 6. **Voice Teaching** ← THIS IS THE NEW STEP!
264
+ > 7. Confirm
265
+ >
266
+ > Follow [templates/prompts/initialization.md](templates/prompts/initialization.md) exactly. Display ALL options with numbers (1, 2, 3...). NEVER skip or abbreviate options.
267
+
268
+ **Step 7 Completion:** Set `initialized=true` + Create cron jobs for keypoint/quiz push times.
258
269
 
259
270
  **State Fields:**
260
271
  - `initialized`: Boolean - Whether user completed onboarding
261
- - `onboarding_step`: Integer (0-6) - Current step
272
+ - `onboarding_step`: Integer (0-7) - Current step
262
273
 
263
274
  ---
264
275
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rookiestar/eng-lang-tutor",
3
- "version": "1.1.6",
3
+ "version": "1.1.8",
4
4
  "description": "English language tutor skill for OpenClaw - Learn authentic American English expressions with gamification",
5
5
  "keywords": [
6
6
  "english",
@@ -20,7 +20,7 @@ This documentation has been split into focused modules for easier navigation:
20
20
  |------|---------|
21
21
  | [prompts/keypoint_generation.md](prompts/keypoint_generation.md) | Knowledge point generation template, topic resources |
22
22
  | [prompts/quiz_generation.md](prompts/quiz_generation.md) | Quiz generation template with question types |
23
- | [prompts/initialization.md](prompts/initialization.md) | 6-step onboarding flow templates |
23
+ | [prompts/initialization.md](prompts/initialization.md) | 7-step onboarding flow templates |
24
24
 
25
25
  ### Display Templates
26
26
  | File | Purpose |