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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: stackprep-pro
3
- Version: 0.2.13
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
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "stackprep-pro"
3
- version = "0.2.13"
3
+ version = "0.2.14"
4
4
  description = "stackprep-pro — interview & certification prep MCP server for any AI client"
5
5
  readme = "README.md"
6
6
  license = { text = "MIT" }
@@ -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** the user wants to PAUSE and resume later. Ask "Do you want to save this session to continue
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** the user wants to PAUSE and resume later. Ask "Do you want to save this session to continue
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
 
@@ -723,7 +723,7 @@ wheels = [
723
723
 
724
724
  [[package]]
725
725
  name = "stackprep-pro"
726
- version = "0.2.13"
726
+ version = "0.2.14"
727
727
  source = { editable = "." }
728
728
  dependencies = [
729
729
  { name = "mcp", extra = ["cli"] },
File without changes
File without changes
File without changes