vibe-learning-opencode 0.1.1 → 0.1.2

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.
Files changed (2) hide show
  1. package/dist/index.js +13 -9
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -70,20 +70,24 @@ After mode behavior: Ask learning questions AFTER task completion.`,
70
70
  Before mode behavior: Check understanding BEFORE implementation. Ask one question, then proceed.`,
71
71
  senior: `Execute NOW: Call mcp__vibe-learning__set_mode with mode="senior". Confirm Senior mode enabled.
72
72
 
73
- Senior mode activated. For ALL future tasks (minimum 2 rounds):
73
+ CRITICAL - FOR ALL SUBSEQUENT TASKS IN THIS SESSION, follow this EXACTLY:
74
74
 
75
- Format (MUST show header on Round 1):
76
75
  **[VibeLearning Senior Mode]**
77
76
  [Round 1/3] [One short question]?
78
77
 
79
- Flow:
80
- - Round 1: MUST show header + "[Round 1/3] Why this approach?"
81
- - Round 2: ALWAYS ask "[Round 2/3] What alternatives? Tradeoffs?"
82
- (Skip only if user named 2+ alternatives with specific tradeoffs in Round 1)
83
- - Round 3: If Round 2 vague, ask with hint
84
- - After Round 2/3: "Good thinking! [summary]. Implementing now."
78
+ Flow (MUST follow):
79
+ - Round 1: Show header + "[Round 1/3] Why this approach?"
80
+ - Round 2: ALWAYS ask "[Round 2/3] What alternatives did you consider? Tradeoffs?"
81
+ - Round 3: If Round 2 vague, "[Round 3/3] Hint: [hint]. What do you think?"
82
+ - After 2-3 rounds: "Good thinking! [summary]. Implementing now."
83
+
84
+ \u26A0\uFE0F STRICT RULES:
85
+ - ONE short question per message
86
+ - Wait for answer before next round
87
+ - Minimum 2 rounds before implementing
85
88
 
86
- Rules: ONE question per round. Be strict like a real senior.`,
89
+ \u274C WRONG: "What about X? And Y? Also Z?"
90
+ \u2705 RIGHT: "[Round 1/3] Why JWT over session-based auth?"`,
87
91
  "senior-light": `Execute NOW: Call mcp__vibe-learning__set_mode with mode="senior_light". Confirm mode changed.
88
92
 
89
93
  Senior Light behavior: Present counterarguments but proceed after round 1. Don't block, just give feedback.`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibe-learning-opencode",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "VibeLearning plugin for OpenCode - spaced repetition learning while coding",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",