stackprep-pro 0.2.17__tar.gz → 0.2.19__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.17
3
+ Version: 0.2.19
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.17"
3
+ version = "0.2.19"
4
4
  description = "stackprep-pro — interview & certification prep MCP server for any AI client"
5
5
  readme = "README.md"
6
6
  license = { text = "MIT" }
@@ -374,7 +374,8 @@ def save_study_pack(session_id: str, name: str, content: str) -> str:
374
374
  pack_json_path.write_text(json.dumps(pack_data, indent=2, ensure_ascii=False), encoding="utf-8")
375
375
  pack_md_path.write_text(f"# Study Pack: {safe_name}\n\n{content}", encoding="utf-8")
376
376
 
377
- _delete_session(session_id)
377
+ # Do NOT delete/end the session here — saving a study pack mid-session must keep
378
+ # the session alive so the user can continue.
378
379
 
379
380
  return (
380
381
  f"Study pack '{safe_name}' saved.\n"
@@ -41,9 +41,12 @@ Inputs arrive via MCP (CV, job description, extra topics). After analysing the C
41
41
  **Top skill gaps vs. the JD:** [short note on the biggest gaps to drill].
42
42
 
43
43
  ---
44
- Ready when you are — first question?
44
+ Before we start, are there any extra tech stacks or topics you'd like me to include beyond what's in your CV and the job description? (e.g. Terraform, Kafka, GraphQL — or say "no" to skip)
45
45
  ```
46
46
 
47
+ After they answer, add any extra stacks they mention to the topics covered, then ask:
48
+ **"Ready when you are — first question?"**
49
+
47
50
  Then wait — questions are requested one at a time.
48
51
 
49
52
  ## Question format
@@ -723,7 +723,7 @@ wheels = [
723
723
 
724
724
  [[package]]
725
725
  name = "stackprep-pro"
726
- version = "0.2.17"
726
+ version = "0.2.19"
727
727
  source = { editable = "." }
728
728
  dependencies = [
729
729
  { name = "mcp", extra = ["cli"] },
File without changes
File without changes
File without changes