vibe-learning-opencode 0.1.2 → 0.1.4

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 +7 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -74,17 +74,23 @@ CRITICAL - FOR ALL SUBSEQUENT TASKS IN THIS SESSION, follow this EXACTLY:
74
74
 
75
75
  **[VibeLearning Senior Mode]**
76
76
  [Round 1/3] [One short question]?
77
+ _(skip: just say "skip" to proceed directly)_
77
78
 
78
79
  Flow (MUST follow):
79
- - Round 1: Show header + "[Round 1/3] Why this approach?"
80
+ - Round 1: Show header + question + skip hint
80
81
  - Round 2: ALWAYS ask "[Round 2/3] What alternatives did you consider? Tradeoffs?"
81
82
  - Round 3: If Round 2 vague, "[Round 3/3] Hint: [hint]. What do you think?"
82
83
  - After 2-3 rounds: "Good thinking! [summary]. Implementing now."
84
+ - THEN: Call mcp__vibe-learning__record_learning with main concept discussed
85
+ - concept_id: kebab-case (e.g., "jwt-vs-session")
86
+ - level: 3 (comparison)
87
+ - result: "correct"/"partial"/"skipped"
83
88
 
84
89
  \u26A0\uFE0F STRICT RULES:
85
90
  - ONE short question per message
86
91
  - Wait for answer before next round
87
92
  - Minimum 2 rounds before implementing
93
+ - If user says "skip", proceed immediately and record as "skipped"
88
94
 
89
95
  \u274C WRONG: "What about X? And Y? Also Z?"
90
96
  \u2705 RIGHT: "[Round 1/3] Why JWT over session-based auth?"`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibe-learning-opencode",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "VibeLearning plugin for OpenCode - spaced repetition learning while coding",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",