@rookiestar/eng-lang-tutor 1.1.6 → 1.1.7

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,15 @@ 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.
253
+ > **CRITICAL:** You MUST follow [templates/prompts/initialization.md](templates/prompts/initialization.md) exactly. Display ALL options with numbers (1, 2, 3...). NEVER skip or abbreviate options.
254
254
 
255
- 6-step onboarding: Welcome → CEFR Level → Topic Interests → Tutor Style → Oral/Written Ratio → Schedule → Confirm
255
+ 7-step onboarding: Welcome → CEFR Level → Topic Interests → Tutor Style → Oral/Written Ratio → Schedule → Voice Teaching → Confirm
256
256
 
257
- **Step 6 Completion:** Set `initialized=true` + Create cron jobs for keypoint/quiz push times.
257
+ **Step 7 Completion:** Set `initialized=true` + Create cron jobs for keypoint/quiz push times.
258
258
 
259
259
  **State Fields:**
260
260
  - `initialized`: Boolean - Whether user completed onboarding
261
- - `onboarding_step`: Integer (0-6) - Current step
261
+ - `onboarding_step`: Integer (0-7) - Current step
262
262
 
263
263
  ---
264
264
 
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.7",
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 |