@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 +4 -4
- package/package.json +1 -1
- package/templates/prompt_templates.md +1 -1
package/SKILL.md
CHANGED
|
@@ -250,15 +250,15 @@ The bot recognizes these natural language commands:
|
|
|
250
250
|
|
|
251
251
|
## Initialization Flow
|
|
252
252
|
|
|
253
|
-
>
|
|
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
|
-
|
|
255
|
+
7-step onboarding: Welcome → CEFR Level → Topic Interests → Tutor Style → Oral/Written Ratio → Schedule → Voice Teaching → Confirm
|
|
256
256
|
|
|
257
|
-
**Step
|
|
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-
|
|
261
|
+
- `onboarding_step`: Integer (0-7) - Current step
|
|
262
262
|
|
|
263
263
|
---
|
|
264
264
|
|
package/package.json
CHANGED
|
@@ -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) |
|
|
23
|
+
| [prompts/initialization.md](prompts/initialization.md) | 7-step onboarding flow templates |
|
|
24
24
|
|
|
25
25
|
### Display Templates
|
|
26
26
|
| File | Purpose |
|