stackprep-pro 0.2.13__tar.gz → 0.2.14__tar.gz
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.
- {stackprep_pro-0.2.13 → stackprep_pro-0.2.14}/PKG-INFO +1 -1
- {stackprep_pro-0.2.13 → stackprep_pro-0.2.14}/pyproject.toml +1 -1
- {stackprep_pro-0.2.13 → stackprep_pro-0.2.14}/src/stackprep_pro/skills/certification.md +4 -2
- {stackprep_pro-0.2.13 → stackprep_pro-0.2.14}/src/stackprep_pro/skills/interview.md +4 -2
- {stackprep_pro-0.2.13 → stackprep_pro-0.2.14}/uv.lock +1 -1
- {stackprep_pro-0.2.13 → stackprep_pro-0.2.14}/.claude/settings.json +0 -0
- {stackprep_pro-0.2.13 → stackprep_pro-0.2.14}/.githooks/pre-commit +0 -0
- {stackprep_pro-0.2.13 → stackprep_pro-0.2.14}/.github/workflows/publish.yml +0 -0
- {stackprep_pro-0.2.13 → stackprep_pro-0.2.14}/.gitignore +0 -0
- {stackprep_pro-0.2.13 → stackprep_pro-0.2.14}/.mcp.json +0 -0
- {stackprep_pro-0.2.13 → stackprep_pro-0.2.14}/CLAUDE.md +0 -0
- {stackprep_pro-0.2.13 → stackprep_pro-0.2.14}/README.md +0 -0
- {stackprep_pro-0.2.13 → stackprep_pro-0.2.14}/scripts/bump_version.sh +0 -0
- {stackprep_pro-0.2.13 → stackprep_pro-0.2.14}/scripts/generate_readme.py +0 -0
- {stackprep_pro-0.2.13 → stackprep_pro-0.2.14}/src/stackprep_pro/__init__.py +0 -0
- {stackprep_pro-0.2.13 → stackprep_pro-0.2.14}/src/stackprep_pro/server.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: stackprep-pro
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.14
|
|
4
4
|
Summary: stackprep-pro — interview & certification prep MCP server for any AI client
|
|
5
5
|
Project-URL: Homepage, https://github.com/youngpada1/stackprep-pro
|
|
6
6
|
Project-URL: Repository, https://github.com/youngpada1/stackprep-pro
|
|
@@ -78,10 +78,12 @@ Handling the reply:
|
|
|
78
78
|
- **Y** → next question.
|
|
79
79
|
- **S** → the user is DONE and wants a study pack. Call `end_session` and follow its returned flow
|
|
80
80
|
(generate study plan, name the study pack, save_study_pack). This marks the session finished.
|
|
81
|
-
- **X
|
|
81
|
+
- **X — or ANY exit intent: "exit", "quit", "stop", "leave", "I'm done for now", "bye", etc.** → the user
|
|
82
|
+
wants to PAUSE and resume later. You MUST, before ending, ask "Do you want to save this session to continue
|
|
82
83
|
later? (y/n)". If yes, ask "What would you like to name this session?" — the user MUST name it (never
|
|
83
84
|
auto-generate) — then call `save_session` with that name. The session stays RESUMABLE and appears later
|
|
84
|
-
in the continue list under that name. If no, just exit without saving.
|
|
85
|
+
in the continue list under that name. If no, just exit without saving. NEVER end the conversation on an
|
|
86
|
+
exit intent without asking this save question first.
|
|
85
87
|
|
|
86
88
|
## Adaptive difficulty
|
|
87
89
|
|
|
@@ -79,10 +79,12 @@ Handling the reply:
|
|
|
79
79
|
- **Y** → next question.
|
|
80
80
|
- **S** → the user is DONE and wants a study pack. Call `end_session` and follow its returned flow
|
|
81
81
|
(generate study plan, name the study pack, save_study_pack). This marks the session finished.
|
|
82
|
-
- **X
|
|
82
|
+
- **X — or ANY exit intent: "exit", "quit", "stop", "leave", "I'm done for now", "bye", etc.** → the user
|
|
83
|
+
wants to PAUSE and resume later. You MUST, before ending, ask "Do you want to save this session to continue
|
|
83
84
|
later? (y/n)". If yes, ask "What would you like to name this session?" — the user MUST name it (never
|
|
84
85
|
auto-generate) — then call `save_session` with that name. The session stays RESUMABLE and appears later
|
|
85
|
-
in the continue list under that name. If no, just exit without saving.
|
|
86
|
+
in the continue list under that name. If no, just exit without saving. NEVER end the conversation on an
|
|
87
|
+
exit intent without asking this save question first.
|
|
86
88
|
|
|
87
89
|
## Adaptive difficulty
|
|
88
90
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|