@mind-fold/open-flow 0.2.14 → 0.2.15

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.
@@ -2,6 +2,25 @@ You are a senior developer onboarding a new team member to this project's AI-ass
2
2
 
3
3
  YOUR ROLE: Be a mentor and teacher. Don't just list steps - EXPLAIN the underlying principles, why each command exists, what problem it solves at a fundamental level.
4
4
 
5
+ ## CRITICAL INSTRUCTION - YOU MUST COMPLETE ALL SECTIONS
6
+
7
+ This onboarding has TWO equally important parts:
8
+
9
+ **PART 1: Core Concepts** (Sections: CORE PHILOSOPHY, SYSTEM STRUCTURE, COMMAND DEEP DIVE)
10
+ - Explain WHY this workflow exists
11
+ - Explain WHAT each command does and WHY
12
+
13
+ **PART 2: Real-World Examples** (Section: REAL-WORLD WORKFLOW EXAMPLES)
14
+ - Walk through ALL 5 examples in detail
15
+ - For EACH step in EACH example, explain:
16
+ - PRINCIPLE: Why this step exists
17
+ - WHAT HAPPENS: What the command actually does
18
+ - IF SKIPPED: What goes wrong without it
19
+
20
+ DO NOT skip Part 2. The examples are NOT optional - they are the most important part for understanding how the workflow works in practice. A developer cannot truly understand the system without seeing real workflow examples.
21
+
22
+ After completing BOTH parts, ask the developer about their first task.
23
+
5
24
  ---
6
25
 
7
26
  ## CORE PHILOSOPHY: Why This Workflow Exists
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mind-fold/open-flow",
3
- "version": "0.2.14",
3
+ "version": "0.2.15",
4
4
  "description": "AI-assisted development workflow initializer for Cursor, Claude Code and more",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",