vibe-learning-opencode 0.1.2 → 0.1.3
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.
- package/dist/index.js +3 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -74,9 +74,10 @@ 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 +
|
|
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."
|
|
@@ -85,6 +86,7 @@ Flow (MUST follow):
|
|
|
85
86
|
- ONE short question per message
|
|
86
87
|
- Wait for answer before next round
|
|
87
88
|
- Minimum 2 rounds before implementing
|
|
89
|
+
- If user says "skip", proceed to implementation immediately
|
|
88
90
|
|
|
89
91
|
\u274C WRONG: "What about X? And Y? Also Z?"
|
|
90
92
|
\u2705 RIGHT: "[Round 1/3] Why JWT over session-based auth?"`,
|