multimodel-dev-os 0.6.1 → 0.8.0

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.
@@ -0,0 +1,155 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 950 550" width="100%" height="100%" style="border-radius: 12px; font-family: 'Outfit', 'Inter', -apple-system, sans-serif; box-shadow: 0 20px 50px rgba(0,0,0,0.45);">
2
+ <defs>
3
+ <!-- Background Gradient -->
4
+ <linearGradient id="chartBg" x1="0%" y1="0%" x2="100%" y2="100%">
5
+ <stop offset="0%" stop-color="#0a0e17" />
6
+ <stop offset="100%" stop-color="#0f1626" />
7
+ </linearGradient>
8
+
9
+ <!-- Card Backgrounds -->
10
+ <linearGradient id="cardGrad" x1="0%" y1="0%" x2="100%" y2="100%">
11
+ <stop offset="0%" stop-color="#ffffff" stop-opacity="0.06" />
12
+ <stop offset="100%" stop-color="#ffffff" stop-opacity="0.01" />
13
+ </linearGradient>
14
+
15
+ <!-- Accent line -->
16
+ <linearGradient id="glowG" x1="0%" y1="0%" x2="100%" y2="0%">
17
+ <stop offset="0%" stop-color="#6366f1" />
18
+ <stop offset="50%" stop-color="#8b5cf6" />
19
+ <stop offset="100%" stop-color="#10b981" />
20
+ </linearGradient>
21
+ </defs>
22
+
23
+ <!-- Frame Background -->
24
+ <rect width="950" height="550" rx="12" fill="url(#chartBg)" stroke="#1e293b" stroke-width="1.5"/>
25
+ <rect x="0" y="0" width="950" height="2.5" fill="url(#glowG)"/>
26
+
27
+ <!-- Title Section -->
28
+ <text x="475" y="40" font-size="22" font-weight="900" fill="#ffffff" text-anchor="middle" letter-spacing="1">12 LLM COST &amp; CONTEXT OPTIMIZATION STRATEGIES</text>
29
+ <text x="475" y="60" font-size="12" font-weight="500" fill="#94a3b8" text-anchor="middle">Pragmatic mappings directly integrated into the MultiModel Dev OS workspace layer</text>
30
+
31
+ <!-- 12-Card Grid Layout (4 columns x 3 rows) -->
32
+ <!-- Column width = 205, Row height = 110. Spacing X = 15, Spacing Y = 15. Start X = 40, Start Y = 80 -->
33
+
34
+ <!-- ROW 1 -->
35
+ <!-- Card 1: Right Model -->
36
+ <g transform="translate(40, 80)">
37
+ <rect width="205" height="110" rx="8" fill="url(#cardGrad)" stroke="#334155" stroke-width="1" />
38
+ <text x="15" y="25" font-size="12" font-weight="800" fill="#818cf8">1. CHOOSE RIGHT MODEL</text>
39
+ <text x="15" y="48" font-size="11" font-weight="700" fill="#ffffff">Mapped: model-map.md</text>
40
+ <text x="15" y="70" font-size="9.5" fill="#94a3b8">Matches task complexity to</text>
41
+ <text x="15" y="85" font-size="9.5" fill="#94a3b8">the ideal cost-efficient LLM.</text>
42
+ </g>
43
+
44
+ <!-- Card 2: Reduce Input -->
45
+ <g transform="translate(260, 80)">
46
+ <rect width="205" height="110" rx="8" fill="url(#cardGrad)" stroke="#334155" stroke-width="1" />
47
+ <text x="15" y="25" font-size="12" font-weight="800" fill="#a78bfa">2. REDUCE INPUT TOKENS</text>
48
+ <text x="15" y="48" font-size="11" font-weight="700" fill="#ffffff">Mapped: Caveman Mode</text>
49
+ <text x="15" y="70" font-size="9.5" fill="#94a3b8">Strips descriptors to save</text>
50
+ <text x="15" y="85" font-size="9.5" fill="#34d399" font-weight="700">~79% token context footprint.</text>
51
+ </g>
52
+
53
+ <!-- Card 3: Limit Output -->
54
+ <g transform="translate(480, 80)">
55
+ <rect width="205" height="110" rx="8" fill="url(#cardGrad)" stroke="#334155" stroke-width="1" />
56
+ <text x="15" y="25" font-size="12" font-weight="800" fill="#f472b6">3. LIMIT OUTPUT TOKENS</text>
57
+ <text x="15" y="48" font-size="11" font-weight="700" fill="#ffffff">Mapped: Output contracts</text>
58
+ <text x="15" y="70" font-size="9.5" fill="#94a3b8">Enforces concise formatting</text>
59
+ <text x="15" y="85" font-size="9.5" fill="#94a3b8">rules inside prompts folder.</text>
60
+ </g>
61
+
62
+ <!-- Card 4: Reusable Prompts -->
63
+ <g transform="translate(700, 80)">
64
+ <rect width="205" height="110" rx="8" fill="url(#cardGrad)" stroke="#334155" stroke-width="1" />
65
+ <text x="15" y="25" font-size="12" font-weight="800" fill="#38bdf8">4. REUSABLE PROMPTS</text>
66
+ <text x="15" y="48" font-size="11" font-weight="700" fill="#ffffff">Mapped: .ai/prompts/</text>
67
+ <text x="15" y="70" font-size="9.5" fill="#94a3b8">Deploy plug-and-play</text>
68
+ <text x="15" y="85" font-size="9.5" fill="#94a3b8">system instruction templates.</text>
69
+ </g>
70
+
71
+ <!-- ROW 2 -->
72
+ <!-- Card 5: Scoped Context -->
73
+ <g transform="translate(40, 205)">
74
+ <rect width="205" height="110" rx="8" fill="url(#cardGrad)" stroke="#334155" stroke-width="1" />
75
+ <text x="15" y="25" font-size="12" font-weight="800" fill="#fb7185">5. SCOPED CONTEXT (RAG)</text>
76
+ <text x="15" y="48" font-size="11" font-weight="700" fill="#ffffff">Mapped: .ai/context/</text>
77
+ <text x="15" y="70" font-size="9.5" fill="#94a3b8">Segments files into isolated</text>
78
+ <text x="15" y="85" font-size="9.5" fill="#94a3b8">scoped project briefs.</text>
79
+ </g>
80
+
81
+ <!-- Card 6: Batch Requests -->
82
+ <g transform="translate(260, 205)">
83
+ <rect width="205" height="110" rx="8" fill="url(#cardGrad)" stroke="#334155" stroke-width="1" />
84
+ <text x="15" y="25" font-size="12" font-weight="800" fill="#34d399">6. BATCH REQUESTS</text>
85
+ <text x="15" y="48" font-size="11" font-weight="700" fill="#ffffff">Mapped: TASKS.md</text>
86
+ <text x="15" y="70" font-size="9.5" fill="#94a3b8">Groups simple subtasks so</text>
87
+ <text x="15" y="85" font-size="9.5" fill="#94a3b8">agents build in single turns.</text>
88
+ </g>
89
+
90
+ <!-- Card 7: Structured Outputs -->
91
+ <g transform="translate(480, 205)">
92
+ <rect width="205" height="110" rx="8" fill="url(#cardGrad)" stroke="#334155" stroke-width="1" />
93
+ <text x="15" y="25" font-size="12" font-weight="800" fill="#fbbf24">7. STRUCTURED OUTPUTS</text>
94
+ <text x="15" y="48" font-size="11" font-weight="700" fill="#ffffff">Mapped: .ai/templates/</text>
95
+ <text x="15" y="70" font-size="9.5" fill="#94a3b8">Strict markdown structures</text>
96
+ <text x="15" y="85" font-size="9.5" fill="#94a3b8">prevent repetitive regenerations.</text>
97
+ </g>
98
+
99
+ <!-- Card 8: Templates & Skills -->
100
+ <g transform="translate(700, 205)">
101
+ <rect width="205" height="110" rx="8" fill="url(#cardGrad)" stroke="#334155" stroke-width="1" />
102
+ <text x="15" y="25" font-size="12" font-weight="800" fill="#a78bfa">8. REUSE SKILLS</text>
103
+ <text x="15" y="48" font-size="11" font-weight="700" fill="#ffffff">Mapped: .ai/skills/</text>
104
+ <text x="15" y="70" font-size="9.5" fill="#94a3b8">Reusable commands packs</text>
105
+ <text x="15" y="85" font-size="9.5" fill="#94a3b8">standardize developer steps.</text>
106
+ </g>
107
+
108
+ <!-- ROW 3 -->
109
+ <!-- Card 9: Two-Step Workflows -->
110
+ <g transform="translate(40, 330)">
111
+ <rect width="205" height="110" rx="8" fill="url(#cardGrad)" stroke="#334155" stroke-width="1" />
112
+ <text x="15" y="25" font-size="12" font-weight="800" fill="#34d399">9. TWO-STEP AGENTS</text>
113
+ <text x="15" y="48" font-size="11" font-weight="700" fill="#ffffff">Mapped: Planner/Coder</text>
114
+ <text x="15" y="70" font-size="9.5" fill="#94a3b8">Decouples layout design from</text>
115
+ <text x="15" y="85" font-size="9.5" fill="#94a3b8">low-cost iterative code write.</text>
116
+ </g>
117
+
118
+ <!-- Card 10: Monitor Token Sinks -->
119
+ <g transform="translate(260, 330)">
120
+ <rect width="205" height="110" rx="8" fill="url(#cardGrad)" stroke="#334155" stroke-width="1" />
121
+ <text x="15" y="25" font-size="12" font-weight="800" fill="#fb7185">10. MONITOR TOKENS</text>
122
+ <text x="15" y="48" font-size="11" font-weight="700" fill="#ffffff">Mapped: doctor / validate</text>
123
+ <text x="15" y="70" font-size="9.5" fill="#94a3b8">CLI linter assertions check</text>
124
+ <text x="15" y="85" font-size="9.5" fill="#94a3b8">and warn on bloated rule lists.</text>
125
+ </g>
126
+
127
+ <!-- Card 11: Task Strength -->
128
+ <g transform="translate(480, 330)">
129
+ <rect width="205" height="110" rx="8" fill="url(#cardGrad)" stroke="#334155" stroke-width="1" />
130
+ <text x="15" y="25" font-size="12" font-weight="800" fill="#818cf8">11. STRENGTH ROUTING</text>
131
+ <text x="15" y="48" font-size="11" font-weight="700" fill="#ffffff">Mapped: model-map.md</text>
132
+ <text x="15" y="70" font-size="9.5" fill="#94a3b8">Matches auditor tasks to</text>
133
+ <text x="15" y="85" font-size="9.5" fill="#94a3b8">specific specialized LLMs.</text>
134
+ </g>
135
+
136
+ <!-- Card 12: Compact Summaries -->
137
+ <g transform="translate(700, 330)">
138
+ <rect width="205" height="110" rx="8" fill="url(#cardGrad)" stroke="#334155" stroke-width="1" />
139
+ <text x="15" y="25" font-size="12" font-weight="800" fill="#c084fc">12. COMPACT SUMMARIES</text>
140
+ <text x="15" y="48" font-size="11" font-weight="700" fill="#ffffff">Mapped: Handoff templates</text>
141
+ <text x="15" y="70" font-size="9.5" fill="#94a3b8">Structured session logs pass</text>
142
+ <text x="15" y="85" font-size="9.5" fill="#34d399" font-weight="700">clean state, reducing drift.</text>
143
+ </g>
144
+
145
+ <!-- Footer Shell Area -->
146
+ <g transform="translate(40, 465)">
147
+ <rect width="870" height="50" rx="10" fill="#090d16" stroke="#334155" stroke-width="1" />
148
+ <!-- Window controls Mac-style inside footer -->
149
+ <circle cx="20" cy="25" r="4.5" fill="#ff5f56" />
150
+ <circle cx="32" cy="25" r="4.5" fill="#ffbd2e" />
151
+ <circle cx="44" cy="25" r="4.5" fill="#27c93f" />
152
+ <!-- Command text -->
153
+ <text x="70" y="30" font-family="'Fira Code', 'JetBrains Mono', monospace" font-size="14" fill="#34d399" font-weight="bold">$ <tspan fill="#e2e8f0">npx multimodel-dev-os@latest validate --target ./my-app</tspan></text>
154
+ </g>
155
+ </svg>
@@ -0,0 +1,72 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 640" width="100%" height="100%" style="font-family: 'Outfit', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;">
2
+ <defs>
3
+ <!-- Dark Background -->
4
+ <linearGradient id="bgGrad" x1="0%" y1="0%" x2="100%" y2="100%">
5
+ <stop offset="0%" stop-color="#070a13" />
6
+ <stop offset="50%" stop-color="#0d111d" />
7
+ <stop offset="100%" stop-color="#04060b" />
8
+ </linearGradient>
9
+
10
+ <!-- Indigo/Purple Accent -->
11
+ <linearGradient id="brandGrad" x1="0%" y1="0%" x2="100%" y2="100%">
12
+ <stop offset="0%" stop-color="#6366f1" />
13
+ <stop offset="50%" stop-color="#8b5cf6" />
14
+ <stop offset="100%" stop-color="#10b981" />
15
+ </linearGradient>
16
+
17
+ <!-- Glassmorphic Card -->
18
+ <linearGradient id="cardGrad" x1="0%" y1="0%" x2="100%" y2="100%">
19
+ <stop offset="0%" stop-color="#ffffff" stop-opacity="0.06" />
20
+ <stop offset="100%" stop-color="#ffffff" stop-opacity="0.01" />
21
+ </linearGradient>
22
+
23
+ <!-- Glow Effect -->
24
+ <filter id="glow" x="-20%" y="-20%" width="140%" height="140%">
25
+ <feGaussianBlur stdDeviation="45" result="blur" />
26
+ <feComposite in="SourceGraphic" in2="blur" operator="over" />
27
+ </filter>
28
+ </defs>
29
+
30
+ <!-- Background -->
31
+ <rect width="1280" height="640" fill="url(#bgGrad)" />
32
+
33
+ <!-- Backlight Glows -->
34
+ <circle cx="1100" cy="150" r="220" fill="#8b5cf6" opacity="0.15" filter="url(#glow)" />
35
+ <circle cx="180" cy="480" r="250" fill="#10b981" opacity="0.1" filter="url(#glow)" />
36
+
37
+ <!-- Outer Frames -->
38
+ <rect x="25" y="25" width="1230" height="590" rx="20" fill="none" stroke="#1e293b" stroke-width="2" />
39
+ <rect x="35" y="35" width="1210" height="570" rx="16" fill="none" stroke="url(#brandGrad)" stroke-width="1.5" opacity="0.2" />
40
+
41
+ <!-- Glassmorphic Card Container -->
42
+ <rect x="80" y="80" width="1120" height="480" rx="24" fill="url(#cardGrad)" stroke="#334155" stroke-width="1" stroke-opacity="0.4" style="backdrop-filter: blur(12px);" />
43
+
44
+ <!-- Brand Mark -->
45
+ <g transform="translate(130, 140)">
46
+ <rect width="100" height="100" rx="22" fill="url(#brandGrad)" />
47
+ <path d="M 32,50 L 50,32 L 68,50 L 50,68 Z" fill="#ffffff" />
48
+ <circle cx="50" cy="50" r="8" fill="#070a13" />
49
+ </g>
50
+
51
+ <!-- Titles -->
52
+ <text x="260" y="205" font-size="68" font-weight="900" fill="#ffffff" letter-spacing="-1.5">MultiModel Dev OS</text>
53
+ <text x="260" y="252" font-size="28" font-weight="700" fill="#a78bfa" letter-spacing="-0.5">One project brain for every AI coding agent</text>
54
+
55
+ <!-- Scaffolding Highlight Commands -->
56
+ <g transform="translate(130, 320)">
57
+ <!-- Command box -->
58
+ <rect width="520" height="75" rx="16" fill="#090d16" stroke="#4f46e5" stroke-width="2" />
59
+ <text x="30" y="47" font-family="'Fira Code', 'JetBrains Mono', monospace" font-size="22" font-weight="bold" fill="#34d399">$ <tspan fill="#e2e8f0">npx multimodel-dev-os@latest init</tspan></text>
60
+ </g>
61
+
62
+ <!-- Tools Covered Footer Matrix -->
63
+ <g transform="translate(130, 435)">
64
+ <!-- Divider -->
65
+ <line x1="0" y1="0" x2="1020" y2="0" stroke="#334155" stroke-width="1.5" stroke-opacity="0.6" />
66
+
67
+ <!-- Tools text -->
68
+ <text x="0" y="45" font-size="22" font-weight="600" fill="#94a3b8" letter-spacing="1">
69
+ SUPPORTED WORKFLOWS: <tspan fill="#f8fafc">Codex</tspan> • <tspan fill="#f8fafc">Antigravity</tspan> • <tspan fill="#f8fafc">Cursor</tspan> • <tspan fill="#f8fafc">Claude</tspan> • <tspan fill="#f8fafc">Gemini</tspan> • <tspan fill="#f8fafc">VS Code</tspan>
70
+ </text>
71
+ </g>
72
+ </svg>
@@ -0,0 +1,72 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 500" width="100%" height="100%" style="border-radius: 12px; font-family: 'Fira Code', 'JetBrains Mono', Consolas, Monaco, monospace; box-shadow: 0 20px 50px rgba(0,0,0,0.45);">
2
+ <defs>
3
+ <!-- Dark Terminal Background Gradient -->
4
+ <linearGradient id="termBg" x1="0%" y1="0%" x2="100%" y2="100%">
5
+ <stop offset="0%" stop-color="#0a0e17" />
6
+ <stop offset="100%" stop-color="#0f1626" />
7
+ </linearGradient>
8
+
9
+ <!-- Decorative Title Accent -->
10
+ <linearGradient id="titleAccent" x1="0%" y1="0%" x2="100%" y2="0%">
11
+ <stop offset="0%" stop-color="#6366f1" />
12
+ <stop offset="50%" stop-color="#a855f7" />
13
+ <stop offset="100%" stop-color="#10b981" />
14
+ </linearGradient>
15
+ </defs>
16
+
17
+ <!-- Shell Frame and Background -->
18
+ <rect width="800" height="500" rx="12" fill="url(#termBg)" stroke="#1e293b" stroke-width="1.5"/>
19
+ <rect x="0" y="0" width="800" height="2" fill="url(#titleAccent)"/>
20
+
21
+ <!-- Title Bar -->
22
+ <path d="M 1 12 A 11 11 0 0 1 12 2 h 776 a 11 11 0 0 1 11 11 v 28 H 1 Z" fill="#0f172a"/>
23
+
24
+ <!-- Window Controls -->
25
+ <circle cx="25" cy="22" r="6" fill="#ff5f56"/>
26
+ <circle cx="45" cy="22" r="6" fill="#ffbd2e"/>
27
+ <circle cx="65" cy="22" r="6" fill="#27c93f"/>
28
+
29
+ <!-- Window Title -->
30
+ <text x="400" y="26" fill="#94a3b8" font-size="13" font-weight="600" text-anchor="middle" letter-spacing="0.5">bash - MultiModel Dev OS CLI</text>
31
+
32
+ <!-- Terminal Content Console -->
33
+ <g font-size="13.5" fill="#e2e8f0" xml:space="preserve">
34
+ <!-- COMMAND 1: init -->
35
+ <text x="30" y="70" font-weight="bold">
36
+ <tspan fill="#38bdf8">~</tspan> <tspan fill="#f43f5e">❯</tspan> <tspan fill="#818cf8">npx</tspan> <tspan fill="#f472b6">multimodel-dev-os@latest</tspan> <tspan fill="#34d399">init</tspan> <tspan fill="#94a3b8">--template nextjs-saas --adapter codex</tspan>
37
+ </text>
38
+
39
+ <!-- Scaffolding Output -->
40
+ <text x="30" y="95" fill="#a78bfa" font-weight="600">🧠 Scaffolding MultiModel Dev OS environment...</text>
41
+ <text x="50" y="115" fill="#34d399">✓ <tspan fill="#e2e8f0">Scaffolded root files</tspan> <tspan fill="#64748b">(AGENTS.md, MEMORY.md, TASKS.md, RUNBOOK.md)</tspan></text>
42
+ <text x="50" y="132" fill="#34d399">✓ <tspan fill="#e2e8f0">Enabled adapter</tspan> <tspan fill="#fb7185">codex</tspan> <tspan fill="#64748b">(.ai/config.yaml status = true)</tspan></text>
43
+
44
+ <!-- COMMAND 2: validate -->
45
+ <text x="30" y="175" font-weight="bold">
46
+ <tspan fill="#38bdf8">~</tspan> <tspan fill="#f43f5e">❯</tspan> <tspan fill="#818cf8">npx</tspan> <tspan fill="#f472b6">multimodel-dev-os@latest</tspan> <tspan fill="#34d399">validate</tspan> <tspan fill="#94a3b8">--target ./my-app</tspan>
47
+ </text>
48
+
49
+ <!-- Validate Output -->
50
+ <text x="30" y="200" fill="#a78bfa" font-weight="600">🛡️ Validating workspace structure compliance...</text>
51
+ <text x="50" y="220" fill="#34d399">✓ <tspan fill="#e2e8f0">Checked primary contract documents: 4/4 exist</tspan></text>
52
+ <text x="50" y="237" fill="#34d399">✓ <tspan fill="#e2e8f0">Validated .ai/config.yaml adapter constraints</tspan></text>
53
+ <text x="50" y="254" fill="#34d399">✓ <tspan fill="#34d399">Success:</tspan> <tspan fill="#e2e8f0">Workspace structure conforms to specifications</tspan></text>
54
+
55
+ <!-- COMMAND 3: doctor -->
56
+ <text x="30" y="295" font-weight="bold">
57
+ <tspan fill="#38bdf8">~</tspan> <tspan fill="#f43f5e">❯</tspan> <tspan fill="#818cf8">npx</tspan> <tspan fill="#f472b6">multimodel-dev-os@latest</tspan> <tspan fill="#34d399">doctor</tspan> <tspan fill="#94a3b8">--target ./my-app</tspan>
58
+ </text>
59
+
60
+ <!-- Doctor Output -->
61
+ <text x="30" y="320" fill="#a78bfa" font-weight="600">🩺 Executing advisory checkups...</text>
62
+ <text x="50" y="340" fill="#34d399">✓ <tspan fill="#e2e8f0">Gitignore audit: Ignored cache folders (.vitepress/dist)</tspan></text>
63
+ <text x="50" y="357" fill="#34d399">✓ <tspan fill="#e2e8f0">Active adapters verify: Physical rule files mapped</tspan></text>
64
+ <text x="50" y="374" fill="#38bdf8">ℹ <tspan fill="#e2e8f0">Advisory: 0 warnings, workspace is operating at 100% efficiency</tspan></text>
65
+
66
+ <!-- Success banner -->
67
+ <text x="30" y="415" fill="#34d399" font-weight="bold">🚀 All Dev OS pipeline checkups completed successfully!</text>
68
+
69
+ <!-- Next Active Prompt Cursor -->
70
+ <text x="30" y="455" fill="#f43f5e">❯ <tspan fill="#e2e8f0">█</tspan></text>
71
+ </g>
72
+ </svg>
@@ -1,13 +1,15 @@
1
1
  # Quickstart
2
2
 
3
- Get multimodel-dev-os into your project in under 2 minutes.
3
+ Get `multimodel-dev-os` integrated into your codebase in under 2 minutes.
4
+
5
+ ---
4
6
 
5
7
  ## Option A: NPX Scaffolding (Recommended)
6
8
 
7
9
  Initialize any project immediately without local clones using our public npm registry:
8
10
 
9
11
  ```bash
10
- # Standard interactive initialization in current directory
12
+ # Standard interactive initialization in the current directory
11
13
  npx multimodel-dev-os@latest init
12
14
 
13
15
  # Target specific stack templates and specific tool adapters
@@ -17,6 +19,8 @@ npx multimodel-dev-os@latest init --template nextjs-saas --adapter cursor --adap
17
19
  npx multimodel-dev-os@latest init --dry-run
18
20
  ```
19
21
 
22
+ ---
23
+
20
24
  ## Option B: Fallback One-Line Scripts
21
25
 
22
26
  If you choose to run installation scripts directly:
@@ -31,6 +35,8 @@ curl -fsSL https://raw.githubusercontent.com/rizvee/multimodel-dev-os/main/scrip
31
35
  irm https://raw.githubusercontent.com/rizvee/multimodel-dev-os/main/scripts/install.ps1 | iex
32
36
  ```
33
37
 
38
+ ---
39
+
34
40
  ## Option C: Caveman Mode (Minimal Tokens)
35
41
 
36
42
  Reduce token footprint by **~79%** with our lightweight variants:
@@ -39,6 +45,8 @@ Reduce token footprint by **~79%** with our lightweight variants:
39
45
  curl -fsSL https://raw.githubusercontent.com/rizvee/multimodel-dev-os/main/scripts/install.sh | bash -s -- --caveman
40
46
  ```
41
47
 
48
+ ---
49
+
42
50
  ## Option D: Node.js Local Scaffolding CLI
43
51
 
44
52
  For offline execution or customized packaging within a cloned workspace:
@@ -51,48 +59,31 @@ For offline execution or customized packaging within a cloned workspace:
51
59
  node bin/multimodel-dev-os.js init --target /path/to/your-project --template nextjs-saas --adapter cursor
52
60
  ```
53
61
 
54
- ## Option E: Manual Scaffolding
55
-
56
- If you prefer absolute manual control over copying files:
57
-
58
- ```bash
59
- git clone https://github.com/rizvee/multimodel-dev-os.git /tmp/mmdos
60
- cp /tmp/mmdos/AGENTS.md your-project/
61
- cp /tmp/mmdos/MEMORY.md your-project/
62
- cp /tmp/mmdos/TASKS.md your-project/
63
- cp /tmp/mmdos/RUNBOOK.md your-project/
64
- cp /tmp/mmdos/.gitattributes your-project/
65
- cp -r /tmp/mmdos/.ai your-project/
66
- ```
62
+ ---
67
63
 
68
64
  ## After Install
69
65
 
70
- 1. **Edit `AGENTS.md`** — fill in your project name, stack, and build commands
71
- 2. **Edit `.ai/config.yaml`** — enable adapters for your tools
66
+ 1. **Edit `AGENTS.md`** — fill in your project name, stack, and build commands.
67
+ 2. **Edit `.ai/config.yaml`** — enable adapters for your tools.
72
68
  3. **Copy adapter files** to your project root:
73
69
  - Cursor: `cp adapters/cursor/.cursorrules .cursorrules`
74
70
  - Claude: `cp adapters/claude/CLAUDE.md CLAUDE.md`
75
71
  - VS Code: `cp -r adapters/vscode/.vscode/ .vscode/`
76
- 4. **Start coding** — your AI tools will read the shared config
72
+ 4. **Start coding** — your AI tools will read the shared configuration instantly.
73
+
74
+ ---
77
75
 
78
76
  ## Verify & Diagnose
79
77
 
80
78
  You can run our strict validation check or advisory doctor checkup to validate structural health:
79
+
81
80
  ```bash
82
81
  # Strict directory schema validation
83
- node bin/multimodel-dev-os.js validate --target /path/to/your-project
82
+ node bin/multimodel-dev-os.js validate
84
83
 
85
84
  # Advisory doctor workspace compatibility audit
86
- node bin/multimodel-dev-os.js doctor --target /path/to/your-project
85
+ node bin/multimodel-dev-os.js doctor
87
86
 
88
- # Legacy verification script
89
- node bin/multimodel-dev-os.js verify --target /path/to/your-project
87
+ # Verify repository structure checks
88
+ npm run verify
90
89
  ```
91
-
92
- ## Next Steps
93
-
94
- - [Architecture overview](architecture.md)
95
- - [Adapter setup](adapters.md)
96
- - [Multi-agent workflows](multimodel-workflow.md)
97
- - [Caveman Mode](caveman-mode.md)
98
- - [NPM Publishing Runbook](npm-publishing.md)
@@ -0,0 +1,74 @@
1
+ # Patch & Release Playbook Template
2
+
3
+ Use this playbook to prepare, audit, and announce releases. This document contains reusable release notes templates tailored for patch, minor, and major milestones.
4
+
5
+ ---
6
+
7
+ ## 1. Reusable Release Notes Templates
8
+
9
+ ### A. Patch Release Template (e.g., `v0.7.1`)
10
+ Use this when releasing hotfixes, structural compliance patches, or minor configuration adjustments.
11
+
12
+ ```markdown
13
+ ## [vX.Y.Z] - YYYY-MM-DD (Patch Release)
14
+
15
+ ### Fixed
16
+ - **[Fix Category]:** Detailed explanation of the bug and how it was resolved.
17
+ - **[Adapter Sync]:** Fixed minor pathing issue in [Adapter Name] setup rules.
18
+
19
+ ### Performance
20
+ - Optimized local verifier execution times by removing redundant filesystem lookups.
21
+
22
+ ---
23
+ **Technical Integrity:** All 100+ release audit compliance checks pass successfully.
24
+ ```
25
+
26
+ ---
27
+
28
+ ### B. Minor Release Template (e.g., `v0.8.0`)
29
+ Use this when introducing backward-compatible new features, stack templates, or command additions.
30
+
31
+ ```markdown
32
+ ## [vX.Y.0] - YYYY-MM-DD (Minor Feature Release)
33
+
34
+ ### Added
35
+ - **[New Feature]:** Introduced [Feature Name] supporting automated [Activity Name].
36
+ - **[New Template]:** Added [Template Name] real-world stack template for [Stack Name].
37
+ - **[CLI Command]:** Implemented `npx multimodel-dev-os [command-name]` to execute [description].
38
+
39
+ ### Changed
40
+ - **[Adapter Refactor]:** Upgraded [Adapter Name] rules mapping to support [New version specs].
41
+
42
+ ### Fixed
43
+ - **[Linter Adjustments]:** Adjusted linter guidelines to prevent false-positives under specific workspace boundaries.
44
+ ```
45
+
46
+ ---
47
+
48
+ ### C. Major Release Template (e.g., `v1.0.0`)
49
+ Use this for major milestones, breaking changes, or sweeping architectural overhauls.
50
+
51
+ ```markdown
52
+ ## [vX.0.0] - YYYY-MM-DD (Major Milestone Release)
53
+
54
+ ### 🚨 Breaking Changes
55
+ - **[Abstractions Overhaul]:** Central root contracts have been restructured. [Detail the exact changes and how to migrate].
56
+ - **[CLI Commands Deprecation]:** The legacy subcommand `[legacy-command]` has been deprecated in favor of `[new-command]`.
57
+
58
+ ### Added
59
+ - **[Core Architecture]:** Implemented the new [Architectural Block Name] mapping protocol.
60
+ - **[Universal Adaptability]:** Full integration and native support for [List of new tools].
61
+
62
+ ### Migration Guide
63
+ 1. Run `npx multimodel-dev-os@latest migrate` inside your target repository.
64
+ 2. Update your root configuration `AGENTS.md` to reflect the new schemas.
65
+ ```
66
+
67
+ ---
68
+
69
+ ## 2. Dynamic Release Pipeline Checklist
70
+ - [ ] Bump version tag inside `package.json`.
71
+ - [ ] Prepend release notes to `CHANGELOG.md` following the Keep a Changelog convention.
72
+ - [ ] Execute `npm run verify` to test structural compliance.
73
+ - [ ] Execute `npm run docs:build` to confirm website compilation success.
74
+ - [ ] Run `npm pack --dry-run` to audit tarball cleanliness.
@@ -0,0 +1,74 @@
1
+ # Before/After Workflow Case Studies
2
+
3
+ Explore how `multimodel-dev-os` eliminates instruction drift and saves token budgets across multiple AI programming agents.
4
+
5
+ ---
6
+
7
+ ## 1. Before: Chaotic AI Prompting (The Old Way)
8
+
9
+ In a typical modern development pipeline, developers switch between multiple agents to leverage their distinct strengths (Cursor for inline autocomplete, Claude Code for CLI scaffolding, Gemini for repository audits).
10
+
11
+ Without context standardizations, this leads to **Chaotic AI Prompting**:
12
+ - **Manual Translation:** Every time a build script, staging path, or coding convention changes, the developer must manually edit `.cursorrules`, `CLAUDE.md`, and custom system instruction files.
13
+ - **Instruction Drift:** One IDE agent inevitably operates on an outdated convention. For example, Cursor suggests database patterns that Claude Code already replaced, causing immediate syntax and compiler crashes.
14
+ - **Context Bloat:** Boilerplate guidelines are copy-pasted across all files. Models consume **1,500+ tokens** of duplicate context on every single prompt turn, inflating API bills.
15
+
16
+ ---
17
+
18
+ ## 2. After: MultiModel Dev OS Workflow (The Standard)
19
+
20
+ `multimodel-dev-os` establishes a single source of truth inside your repository root, dynamically routing updates across all specialized tools.
21
+
22
+ ```
23
+ ┌──────────────────────┐
24
+ │ AGENTS.md (Root Truth)│
25
+ └──────────┬───────────┘
26
+
27
+ ┌──────────▼───────────┐
28
+ │ MultiModel Dev OS │
29
+ └────┬───────────┬─────┘
30
+ │ │
31
+ ┌────────────▼───┐ ┌───▼────────────┐
32
+ │ IDE Adapters │ │ CLI Adapters │
33
+ │ (Cursor, VS) │ │ (Claude, Codex)│
34
+ └────────────────┘ └────────────────┘
35
+ ```
36
+
37
+ ---
38
+
39
+ ## 3. Real-World Task Workflows
40
+
41
+ Here is how different agents execute their tasks under the standardized system:
42
+
43
+ ### A. Codex Scaffolding Task
44
+ When **Codex** bootstraps components:
45
+ 1. Codex parses the central `AGENTS.md` package specs and `/adapters/codex/AGENTS.md` instructions.
46
+ 2. It operates exactly under the defined build scripts, generating matching component schemas instantly.
47
+ 3. No instructions drift; Codex is aware of the exact package-lock constraints of the repository.
48
+
49
+ ### B. Antigravity Auditing Task
50
+ When **Antigravity** executes security/performance review audits:
51
+ 1. It reads `AGENTS.md` and respects the strict directory boundary rules defined under `no-touch` blocks.
52
+ 2. Antigravity executes compliance assertions against the active task backlog tracked inside `TASKS.md`.
53
+ 3. It performs checks under the shared stack guidelines without polluting directories or editing ignored configurations.
54
+
55
+ ### C. Cursor Autocomplete Task
56
+ When **Cursor** guides inline coding:
57
+ 1. Cursor reads the dynamically generated `.cursorrules` located in the workspace root.
58
+ 2. The rules are synchronized with the central repository brain.
59
+ 3. Cursor suggests matching code styles and variables without recommending legacy APIs or outdated database fields.
60
+
61
+ ---
62
+
63
+ ## 4. The Claude / Gemini Sequential Handoff Protocol
64
+
65
+ When pair programming requires switching between terminal-based execution (**Claude Code**) and deep-file analysis (**Gemini / Antigravity**), `multimodel-dev-os` uses the **Structured Session Log Handoff**:
66
+
67
+ 1. **Step 1 (Claude Code):** After finishing the terminal build, Claude Code summarizes its progress in `.ai/session-logs/session-001.md` utilizing the standard template. It logs:
68
+ - What changed
69
+ - Verification status
70
+ - Next planned steps
71
+ 2. **Step 2 (Gemini Pick-Up):** When the developer launches Gemini, the system feeds the last session log. Gemini reads `session-001.md` and instantly knows exactly where Claude Code left off.
72
+ 3. **Outcome:** Zero context drop, zero redundant questions, and pristine, seamless model hand-offs!
73
+
74
+ For a detailed, step-by-step walk of this protocol in action, see our [Multi-Model Handoff Case Study](/case-studies/multimodel-handoff).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "multimodel-dev-os",
3
- "version": "0.6.1",
3
+ "version": "0.8.0",
4
4
  "bin": {
5
5
  "multimodel-dev-os": "bin/multimodel-dev-os.js"
6
6
  },
@@ -34,7 +34,8 @@
34
34
  "!docs/.vitepress/dist/",
35
35
  "!docs/.vitepress/cache/",
36
36
  "examples/",
37
- "bin/"
37
+ "bin/",
38
+ "assets/"
38
39
  ],
39
40
  "scripts": {
40
41
  "verify": "node scripts/verify.js",