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.
- {stackprep_pro-0.2.17 → stackprep_pro-0.2.19}/PKG-INFO +1 -1
- {stackprep_pro-0.2.17 → stackprep_pro-0.2.19}/pyproject.toml +1 -1
- {stackprep_pro-0.2.17 → stackprep_pro-0.2.19}/src/stackprep_pro/server.py +2 -1
- {stackprep_pro-0.2.17 → stackprep_pro-0.2.19}/src/stackprep_pro/skills/interview.md +4 -1
- {stackprep_pro-0.2.17 → stackprep_pro-0.2.19}/uv.lock +1 -1
- {stackprep_pro-0.2.17 → stackprep_pro-0.2.19}/.claude/settings.json +0 -0
- {stackprep_pro-0.2.17 → stackprep_pro-0.2.19}/.githooks/pre-commit +0 -0
- {stackprep_pro-0.2.17 → stackprep_pro-0.2.19}/.github/workflows/publish.yml +0 -0
- {stackprep_pro-0.2.17 → stackprep_pro-0.2.19}/.gitignore +0 -0
- {stackprep_pro-0.2.17 → stackprep_pro-0.2.19}/.mcp.json +0 -0
- {stackprep_pro-0.2.17 → stackprep_pro-0.2.19}/CLAUDE.md +0 -0
- {stackprep_pro-0.2.17 → stackprep_pro-0.2.19}/README.md +0 -0
- {stackprep_pro-0.2.17 → stackprep_pro-0.2.19}/scripts/bump_version.sh +0 -0
- {stackprep_pro-0.2.17 → stackprep_pro-0.2.19}/scripts/generate_readme.py +0 -0
- {stackprep_pro-0.2.17 → stackprep_pro-0.2.19}/src/stackprep_pro/__init__.py +0 -0
- {stackprep_pro-0.2.17 → stackprep_pro-0.2.19}/src/stackprep_pro/skills/certification.md +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.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
|
|
@@ -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
|
-
|
|
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
|
-
|
|
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
|
|
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
|