stackprep-pro 0.2.20__tar.gz → 0.2.21__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.20
3
+ Version: 0.2.21
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.20"
3
+ version = "0.2.21"
4
4
  description = "stackprep-pro — interview & certification prep MCP server for any AI client"
5
5
  readme = "README.md"
6
6
  license = { text = "MIT" }
@@ -19,10 +19,11 @@ PRESENTATION (every message): always respond as elegant RENDERED markdown blocks
19
19
  dividers, clean tables/lists. NEVER output flat plain text.
20
20
 
21
21
  After the user picks a mode, silently call BOTH list_sessions(mode=<chosen mode>) and
22
- list_study_packs(mode=<chosen mode>). Show the user, as elegant blocks for that mode:
23
- - their saved sessions they can continue (by the name they gave each), and
24
- - their saved study packs they can open (by name).
25
- Then they can continue a session, open a study pack, or start new. Collect inputs and call start_session.
22
+ list_study_packs(mode=<chosen mode>). Then show ONE single "What would you like to do?" block — a single
23
+ numbered table — listing, as rows: each saved session to continue (by its name), each saved study pack to
24
+ open (by its name), and a final "Start a brand-new prep" row. Do NOT show separate "saved sessions" and
25
+ "saved study packs" tables on top of the options table only the one combined options table. The user
26
+ replies with a number. Collect inputs and call start_session.
26
27
  Follow the skill rules returned by start_session exactly — the skill is the source of truth."""
27
28
 
28
29
  # Hardcoded so the very first block is guaranteed, not AI-guessed.
@@ -723,7 +723,7 @@ wheels = [
723
723
 
724
724
  [[package]]
725
725
  name = "stackprep-pro"
726
- version = "0.2.20"
726
+ version = "0.2.21"
727
727
  source = { editable = "." }
728
728
  dependencies = [
729
729
  { name = "mcp", extra = ["cli"] },
File without changes
File without changes
File without changes