multimodel-dev-os 0.5.1 → 0.6.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,57 @@
1
+ export default {
2
+ base: '/multimodel-dev-os/',
3
+ title: 'MultiModel Dev OS',
4
+ description: 'Portable, vendor-neutral AI Developer OS for multi-agent coding workflows.',
5
+ ignoreDeadLinks: true,
6
+ themeConfig: {
7
+ logo: '/logo.png',
8
+ nav: [
9
+ { text: 'Home', link: '/' },
10
+ { text: 'Quickstart', link: '/quickstart' },
11
+ { text: 'Templates', link: '/templates/' },
12
+ { text: 'GitHub', link: 'https://github.com/rizvee/multimodel-dev-os' }
13
+ ],
14
+ sidebar: [
15
+ {
16
+ text: 'Getting Started',
17
+ items: [
18
+ { text: 'Introduction', link: '/' },
19
+ { text: 'Quickstart', link: '/quickstart' },
20
+ { text: 'FAQ', link: '/faq' }
21
+ ]
22
+ },
23
+ {
24
+ text: 'Core Features',
25
+ items: [
26
+ { text: 'Command Line Reference', link: '/CLI' },
27
+ { text: 'Architecture Specifications', link: '/architecture' },
28
+ { text: 'Adapters Setup Guide', link: '/adapters' },
29
+ { text: 'Caveman Mode Specifications', link: '/caveman-mode' }
30
+ ]
31
+ },
32
+ {
33
+ text: 'Templates & Use Cases',
34
+ items: [
35
+ { text: 'Template Gallery', link: '/templates/' },
36
+ { text: 'Use Cases Guide', link: '/use-cases' },
37
+ { text: 'Templates Architecture', link: '/templates-guide' }
38
+ ]
39
+ },
40
+ {
41
+ text: 'Operations & Publishing',
42
+ items: [
43
+ { text: 'CLI Roadmap', link: '/cli-roadmap' },
44
+ { text: 'NPM Publishing Runbook', link: '/npm-publishing' },
45
+ { text: 'Pre-flight Release Testing', link: '/testing-v0.2' }
46
+ ]
47
+ }
48
+ ],
49
+ socialLinks: [
50
+ { icon: 'github', link: 'https://github.com/rizvee/multimodel-dev-os' }
51
+ ],
52
+ footer: {
53
+ message: 'Released under the MIT License.',
54
+ copyright: 'Copyright © 2026-present MultiModel Dev OS team.'
55
+ }
56
+ }
57
+ }
package/docs/CLI.md ADDED
@@ -0,0 +1,50 @@
1
+ # CLI Command Reference
2
+
3
+ `multimodel-dev-os` features a lightweight, dependency-free local CLI utility. It allows standard bootstraps, structural integrity checks, and rule validations natively.
4
+
5
+ ## Execution
6
+
7
+ Execute the CLI globally or inside target folder contexts using `npx`:
8
+
9
+ ```bash
10
+ npx multimodel-dev-os@latest <command> [options]
11
+ ```
12
+
13
+ Or execute locally within a cloned workspace:
14
+
15
+ ```bash
16
+ node bin/multimodel-dev-os.js <command> [options]
17
+ ```
18
+
19
+ ---
20
+
21
+ ## Commands
22
+
23
+ ### 1. `init`
24
+ Scaffold `multimodel-dev-os` files and adapters cleanly.
25
+ * **Usage:** `node bin/multimodel-dev-os.js init [options]`
26
+ * **Options:**
27
+ - `-t, --target <path>`: Specifies target destination (default: current working directory).
28
+ - `--template <name>`: Stack blueprint: `nextjs-saas`, `wordpress-site`, `ecommerce-store`, `seo-landing-page`, `general-app`.
29
+ - `-a, --adapter <name>`: Inject rules file directly (`cursor`, `claude`, `vscode`, `gemini`, `antigravity`, `codex`).
30
+ - `--caveman`: Installs ultra-lightweight variant profiles.
31
+ - `-d, --dry-run`: Previews actions without mutated files.
32
+ - `-f, --force`: Overwrites conflicts.
33
+
34
+ ### 2. `validate`
35
+ Strict directory schema compliance gate checks.
36
+ * **Usage:** `node bin/multimodel-dev-os.js validate [options]`
37
+ * **Assertions:** Checks for the presence of crucial root files and enabled adapters' rule targets. If assertions fail, exits with status 1.
38
+
39
+ ### 3. `doctor`
40
+ Advisory checkups for gitignores and large token-sinks.
41
+ * **Usage:** `node bin/multimodel-dev-os.js doctor [options]`
42
+ * **Audits:** Missing `.env` gates in gitignores, missing build steps inside `AGENTS.md`, and large unignored directories (e.g. `node_modules`, `.next`). Reports warnings without blocking execution.
43
+
44
+ ### 4. `templates` / `list-templates`
45
+ Inspection map of all built-in stacks.
46
+ * **Usage:** `node bin/multimodel-dev-os.js templates`
47
+
48
+ ### 5. `show-template <name>`
49
+ Detailed layout specifications and skill blueprints audit.
50
+ * **Usage:** `node bin/multimodel-dev-os.js show-template nextjs-saas`
package/docs/index.md ADDED
@@ -0,0 +1,55 @@
1
+ ---
2
+ layout: home
3
+
4
+ hero:
5
+ name: "MultiModel Dev OS"
6
+ text: "Standardize your AI pair-programmers"
7
+ tagline: "Portable, vendor-neutral workspace configurations for multi-agent coding loops."
8
+ image:
9
+ src: /logo.png
10
+ alt: MultiModel Dev OS Logo
11
+ actions:
12
+ - theme: brand
13
+ text: Get Started Quick
14
+ link: /quickstart
15
+ - theme: alt
16
+ text: View Template Gallery
17
+ link: /templates/
18
+ - theme: alt
19
+ text: View on GitHub
20
+ link: https://github.com/rizvee/multimodel-dev-os
21
+
22
+ features:
23
+ - icon: 🧠
24
+ title: Universal Portability
25
+ details: Supports Codex, Antigravity, Cursor, Claude Code, Gemini, and VS Code with dynamic adapters sync.
26
+ - icon: ⚡
27
+ title: Ultra-Low Token Footprint
28
+ details: Includes Caveman Mode to slash model context footprint by ~79%, saving massive API bill budgets.
29
+ - icon: 🛡️
30
+ title: Local Quality Gates
31
+ details: Build-in zero-dependency validate and doctor checkups ensure pristine workspace rules layout.
32
+ ---
33
+
34
+ <style>
35
+ :root {
36
+ --vp-home-hero-name-color: transparent;
37
+ --vp-home-hero-name-background: linear-gradient(135deg, #646cff 0%, #42b883 100%);
38
+ }
39
+ </style>
40
+
41
+ ## 10-Second Quickstart
42
+
43
+ Bootstrap your project instantly via `npx`:
44
+
45
+ ```bash
46
+ npx multimodel-dev-os@latest init
47
+ ```
48
+
49
+ ## Why MultiModel Dev OS?
50
+
51
+ AI coding tools are incredibly fast, but switching between them introduces context fragmentation:
52
+ 1. **Context Loss:** You use **Cursor** for quick code completions, **Claude Code** for command-line implementations, and **Gemini/Antigravity** for auditing large code volumes. Every context switch drops your operational parameters.
53
+ 2. **Instruction Drift:** Different tools look for different files (`.cursorrules`, `CLAUDE.md`, `.vscode/settings.json`, `.gemini/settings.json`). If you modify build scripts or styling rules in one place, they quickly drift across others, causing confusing compile failures.
54
+
55
+ `multimodel-dev-os` establishes a single source of truth inside your repository using a standardized root structure (`AGENTS.md`, `MEMORY.md`, `TASKS.md`, `RUNBOOK.md`) and a `.ai/` context configuration directory.
@@ -0,0 +1,30 @@
1
+ # Scaffolding Template Gallery
2
+
3
+ `multimodel-dev-os` provides high-fidelity, real-world scaffolding profiles for common architectural targets.
4
+
5
+ ## Stacks Blueprints
6
+
7
+ ### [Next.js SaaS Stack](/use-cases.html#_1-next-js-saas-stack)
8
+ - **Tech Stack:** Next.js 14 App Router, TypeScript, React Server Actions, Prisma, Stripe.
9
+ - **Skill File:** `.ai/skills/nextjs-action-build.md` (form parameters validation and isolation conventions).
10
+ - **Audit Target:** `npx multimodel-dev-os init --template nextjs-saas`
11
+
12
+ ### [WordPress Theme & Plugin Custom Site](/use-cases.html#_4-wordpress-custom-site)
13
+ - **Tech Stack:** WordPress Core, PHP 8.1+, Gutenberg custom blocks, MySQL.
14
+ - **Skill File:** `.ai/skills/plugin-boilerplate.md` (database escape statements and esc_html gates).
15
+ - **Audit Target:** `npx multimodel-dev-os init --template wordpress-site`
16
+
17
+ ### [Headless E-commerce Cart](/use-cases.html#_2-headless-e-commerce-store)
18
+ - **Tech Stack:** MedusaJS, Stripe API, cart session structures.
19
+ - **Skill File:** `.ai/skills/webhook-handler.md` (Checkout validation loops and webhook signatures auditing).
20
+ - **Audit Target:** `npx multimodel-dev-os init --template ecommerce-store`
21
+
22
+ ### [SEO Astro Landing Layout](/use-cases.html#_3-seo-landing-page)
23
+ - **Tech Stack:** Astro, Tailwind, HTML5, structured JSON-LD schemas.
24
+ - **Skill File:** `.ai/skills/seo-audit.md` (Image compression parameters and meta validations).
25
+ - **Audit Target:** `npx multimodel-dev-os init --template seo-landing-page`
26
+
27
+ ### [General Universal App API](/use-cases.html#_5-general-application-scaffolding)
28
+ - **Tech Stack:** Node, Express, PostgreSQL, Jest.
29
+ - **Skill File:** `.ai/skills/example-skill.md` (Standardized environment variables and validation middleware).
30
+ - **Audit Target:** `npx multimodel-dev-os init --template general-app`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "multimodel-dev-os",
3
- "version": "0.5.1",
3
+ "version": "0.6.0",
4
4
  "bin": {
5
5
  "multimodel-dev-os": "bin/multimodel-dev-os.js"
6
6
  },
@@ -31,6 +31,8 @@
31
31
  "adapters/",
32
32
  "scripts/",
33
33
  "docs/",
34
+ "!docs/.vitepress/dist/",
35
+ "!docs/.vitepress/cache/",
34
36
  "examples/",
35
37
  "bin/"
36
38
  ],
@@ -39,6 +41,12 @@
39
41
  "verify:bash": "bash scripts/verify.sh",
40
42
  "test:cli": "node bin/multimodel-dev-os.js verify",
41
43
  "pack:template": "bash scripts/pack-template.sh",
42
- "pack": "bash scripts/pack-template.sh"
44
+ "pack": "bash scripts/pack-template.sh",
45
+ "docs:dev": "vitepress dev docs",
46
+ "docs:build": "vitepress build docs",
47
+ "docs:preview": "vitepress preview docs"
48
+ },
49
+ "devDependencies": {
50
+ "vitepress": "^1.6.4"
43
51
  }
44
52
  }