multimodel-dev-os 1.0.0 → 1.1.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.
- package/README.md +26 -12
- package/assets/favicon.png +0 -0
- package/assets/logo.png +0 -0
- package/docs/.vitepress/config.js +34 -0
- package/docs/case-studies/index.md +11 -7
- package/docs/compatibility.md +7 -3
- package/docs/cost-optimization.md +6 -2
- package/docs/faq.md +32 -56
- package/docs/final-launch.md +8 -3
- package/docs/index.md +44 -1
- package/docs/protocol.md +8 -4
- package/docs/public/favicon.png +0 -0
- package/docs/public/humans.txt +13 -0
- package/docs/public/llms-full.txt +73 -0
- package/docs/public/llms.txt +34 -0
- package/docs/public/logo.png +0 -0
- package/docs/public/robots.txt +4 -0
- package/docs/public/sitemap.xml +68 -0
- package/docs/quickstart.md +10 -6
- package/docs/stable-protocol.md +8 -4
- package/package.json +1 -1
- package/scripts/verify.js +14 -0
package/README.md
CHANGED
|
@@ -1,10 +1,21 @@
|
|
|
1
1
|
# MultiModel Dev OS
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
<p align="center">
|
|
4
|
+
<img src="assets/logo.png" alt="MultiModel Dev OS Logo" width="160">
|
|
5
|
+
</p>
|
|
6
|
+
|
|
7
|
+
<p align="center">
|
|
8
|
+
<b>One portable AI Dev OS for multimodel coding workflows.</b>
|
|
9
|
+
</p>
|
|
10
|
+
|
|
11
|
+
<p align="center">
|
|
12
|
+
[](https://www.npmjs.com/package/multimodel-dev-os)
|
|
13
|
+
[](https://www.npmjs.com/package/multimodel-dev-os)
|
|
14
|
+
[](https://github.com/rizvee/multimodel-dev-os/blob/main/LICENSE)
|
|
15
|
+
[](https://github.com/rizvee/multimodel-dev-os/releases)
|
|
16
|
+
[](https://github.com/rizvee/multimodel-dev-os/actions)
|
|
17
|
+
[](https://github.com/rizvee/multimodel-dev-os/blob/main/CONTRIBUTING.md)
|
|
18
|
+
</p>
|
|
8
19
|
|
|
9
20
|
---
|
|
10
21
|
|
|
@@ -16,7 +27,7 @@ Initialize a unified, tool-neutral AI developer workspace instantly:
|
|
|
16
27
|
npx multimodel-dev-os@latest init
|
|
17
28
|
```
|
|
18
29
|
|
|
19
|
-
> **Give
|
|
30
|
+
> **Give Codex, Antigravity, Cursor, Claude, Gemini, VS Code, and other AI coding agents the same project brain.**
|
|
20
31
|
|
|
21
32
|
---
|
|
22
33
|
|
|
@@ -67,12 +78,12 @@ A standard installation scaffolds a lightweight, zero-runtime-dependency workspa
|
|
|
67
78
|
|
|
68
79
|
| Tool / Agent | Target Adapter File | Setup Instructions | Behavior Setup |
|
|
69
80
|
| :--- | :--- | :--- | :--- |
|
|
81
|
+
| **Codex** | `adapters/codex/AGENTS.md` | `adapters/codex/setup.md` | Automated code scaffolding |
|
|
82
|
+
| **Antigravity** | `.gemini/settings.json` | `adapters/antigravity/setup.md` | Security and audit parameters |
|
|
70
83
|
| **Cursor** | `.cursorrules` | `adapters/cursor/setup.md` | Inline autocomplete guidelines |
|
|
71
84
|
| **Claude Code** | `CLAUDE.md` | `adapters/claude/setup.md` | Terminal build and run controls |
|
|
72
|
-
| **VS Code** | `.vscode/settings.json` | `adapters/vscode/setup.md` | Editor layout and search limits |
|
|
73
85
|
| **Gemini** | `GEMINI.md` | `adapters/gemini/setup.md` | Prompt system context logs |
|
|
74
|
-
| **
|
|
75
|
-
| **Codex** | `adapters/codex/AGENTS.md` | `adapters/codex/setup.md` | Automated code scaffolding |
|
|
86
|
+
| **VS Code** | `.vscode/settings.json` | `adapters/vscode/setup.md` | Editor layout and search limits |
|
|
76
87
|
|
|
77
88
|
---
|
|
78
89
|
|
|
@@ -162,7 +173,7 @@ Discover how engineering teams deploy MultiModel Dev OS:
|
|
|
162
173
|
|
|
163
174
|
## Stable Protocol Specification
|
|
164
175
|
|
|
165
|
-
MultiModel Dev OS version `v1.
|
|
176
|
+
MultiModel Dev OS version `v1.1.0` officially freezes the Layer 1, Layer 2, and Layer 3 specifications:
|
|
166
177
|
- 🛡️ [Stable Protocol Specification](https://rizvee.github.io/multimodel-dev-os/stable-protocol)
|
|
167
178
|
- 🔌 [Multi-Agent Compatibility Guides](https://rizvee.github.io/multimodel-dev-os/compatibility)
|
|
168
179
|
- 📈 [Upgrade & Migration Guide](https://rizvee.github.io/multimodel-dev-os/migration-guide)
|
|
@@ -177,10 +188,13 @@ Read our [Contributing Onboarding Guidelines](CONTRIBUTING.md) to get started.
|
|
|
177
188
|
|
|
178
189
|
---
|
|
179
190
|
|
|
180
|
-
## Docs
|
|
191
|
+
## Docs & Staging Links
|
|
181
192
|
|
|
182
193
|
Explore detailed specifications, guides, and playbooks at the official docs portal:
|
|
183
|
-
👉 **[
|
|
194
|
+
👉 **[Documentation site](https://rizvee.github.io/multimodel-dev-os/)**
|
|
195
|
+
👉 **[GitHub repository](https://github.com/rizvee/multimodel-dev-os)**
|
|
196
|
+
👉 **[NPM registry](https://www.npmjs.com/package/multimodel-dev-os)**
|
|
197
|
+
👉 **[llms.txt discoverability guide](https://rizvee.github.io/multimodel-dev-os/llms.txt)**
|
|
184
198
|
|
|
185
199
|
---
|
|
186
200
|
|
|
Binary file
|
package/assets/logo.png
ADDED
|
Binary file
|
|
@@ -3,6 +3,40 @@ export default {
|
|
|
3
3
|
title: 'MultiModel Dev OS',
|
|
4
4
|
description: 'Portable, vendor-neutral AI Developer OS for multi-agent coding workflows.',
|
|
5
5
|
ignoreDeadLinks: true,
|
|
6
|
+
head: [
|
|
7
|
+
['link', { rel: 'icon', href: '/multimodel-dev-os/favicon.png', type: 'image/png' }],
|
|
8
|
+
['link', { rel: 'canonical', href: 'https://rizvee.github.io/multimodel-dev-os/' }],
|
|
9
|
+
['meta', { name: 'theme-color', content: '#6366f1' }],
|
|
10
|
+
['meta', { name: 'robots', content: 'index, follow' }],
|
|
11
|
+
['meta', { name: 'application-name', content: 'MultiModel Dev OS' }],
|
|
12
|
+
['meta', { name: 'apple-mobile-web-app-title', content: 'MultiModel Dev OS' }],
|
|
13
|
+
['meta', { property: 'og:title', content: 'MultiModel Dev OS' }],
|
|
14
|
+
['meta', { property: 'og:description', content: 'Portable AI Dev OS for Codex, Antigravity, Cursor, Claude, Gemini, VS Code, and multimodel coding workflows.' }],
|
|
15
|
+
['meta', { property: 'og:image', content: 'https://rizvee.github.io/multimodel-dev-os/assets/social-preview.svg' }],
|
|
16
|
+
['meta', { property: 'og:url', content: 'https://rizvee.github.io/multimodel-dev-os/' }],
|
|
17
|
+
['meta', { property: 'og:type', content: 'website' }],
|
|
18
|
+
['meta', { name: 'twitter:card', content: 'summary_large_image' }],
|
|
19
|
+
['meta', { name: 'twitter:title', content: 'MultiModel Dev OS' }],
|
|
20
|
+
['meta', { name: 'twitter:description', content: 'Portable AI Dev OS for Codex, Antigravity, Cursor, Claude, Gemini, VS Code, and multimodel coding workflows.' }],
|
|
21
|
+
['meta', { name: 'twitter:image', content: 'https://rizvee.github.io/multimodel-dev-os/assets/social-preview.svg' }],
|
|
22
|
+
[
|
|
23
|
+
'script',
|
|
24
|
+
{ type: 'application/ld+json' },
|
|
25
|
+
JSON.stringify({
|
|
26
|
+
'@context': 'https://schema.org',
|
|
27
|
+
'@type': 'SoftwareApplication',
|
|
28
|
+
'name': 'MultiModel Dev OS',
|
|
29
|
+
'applicationCategory': 'DeveloperApplication',
|
|
30
|
+
'operatingSystem': 'Windows, macOS, Linux',
|
|
31
|
+
'programmingLanguage': 'JavaScript',
|
|
32
|
+
'license': 'https://opensource.org/licenses/MIT',
|
|
33
|
+
'url': 'https://github.com/rizvee/multimodel-dev-os',
|
|
34
|
+
'downloadUrl': 'https://www.npmjs.com/package/multimodel-dev-os',
|
|
35
|
+
'softwareVersion': '1.1.0',
|
|
36
|
+
'description': 'Portable, vendor-neutral AI Developer OS for multi-agent coding workflows.'
|
|
37
|
+
})
|
|
38
|
+
]
|
|
39
|
+
],
|
|
6
40
|
themeConfig: {
|
|
7
41
|
logo: '/logo.png',
|
|
8
42
|
nav: [
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
# Real-World Case Studies
|
|
1
|
+
# Real-World Case Studies: AI Dev OS Integrations
|
|
2
2
|
|
|
3
|
-
Explore how engineering teams and developers leverage
|
|
3
|
+
Explore how engineering teams and developers leverage MultiModel Dev OS to prevent instruction drift, secure workspace boundaries, and save significant LLM token context budgets.
|
|
4
|
+
|
|
5
|
+
> **Use when**: Designing a workflow for a specific tech stack (like Next.js SaaS schema synchronization, WordPress themes, headless checkout loops, or multi-model handoffs).
|
|
4
6
|
|
|
5
7
|
---
|
|
6
8
|
|
|
@@ -9,16 +11,18 @@ Explore how engineering teams and developers leverage `multimodel-dev-os` to pre
|
|
|
9
11
|
Select a case study to see specific problems, setups, commands, outcomes, and reusable design patterns:
|
|
10
12
|
|
|
11
13
|
### 1. [Full-Stack Next.js SaaS](nextjs-saas.md)
|
|
12
|
-
*Solving schema sync and inline autocompletion shifts across full-stack applications.*
|
|
14
|
+
*Solving schema sync and inline autocompletion shifts across full-stack applications (Nextjs SaaS template / database schema synchronization).*
|
|
13
15
|
|
|
14
16
|
### 2. [WordPress Theme & Plugin Development](wordpress-site.md)
|
|
15
|
-
*Securing PHP coding style conventions and folder overrides during local scaffolding.*
|
|
17
|
+
*Securing PHP coding style conventions and folder overrides during local scaffolding (WordPress theme folder boundaries).*
|
|
16
18
|
|
|
17
19
|
### 3. [E-Commerce Webhooks & State Tracking](ecommerce-store.md)
|
|
18
|
-
*Keeping payment routes and database event states strictly aligned between terminal-based models and editors.*
|
|
20
|
+
*Keeping payment routes and database event states strictly aligned between terminal-based models and editors (e-commerce state webhooks).*
|
|
19
21
|
|
|
20
22
|
### 4. [SEO Landing Page Audits](seo-landing-page.md)
|
|
21
|
-
*Managing multiple automated performance linter audits and SEO checkups.*
|
|
23
|
+
*Managing multiple automated performance linter audits and SEO checkups (SEO landing page performance Core Web Vitals).*
|
|
22
24
|
|
|
23
25
|
### 5. [Multi-Model Handoff Protocols](multimodel-handoff.md)
|
|
24
|
-
*Structuring sequential session logs to pass context between Claude Code and Gemini with zero token drops.*
|
|
26
|
+
*Structuring sequential session logs to pass context between Claude Code and Gemini with zero token drops (Claude Gemini handoff logs).*
|
|
27
|
+
|
|
28
|
+
Explore our [Stable Protocol Specification](/stable-protocol) or [Upgrade & Migration Guide](/migration-guide) for details.
|
package/docs/compatibility.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# Compatibility & Customization Guide
|
|
2
2
|
|
|
3
|
-
This document maps how
|
|
3
|
+
This document maps how MultiModel Dev OS integrates across diverse IDEs and terminal utilities, detailing what parameters developers can customize without breaking the protocol.
|
|
4
|
+
|
|
5
|
+
> **Use when**: Setting up tool configurations (like Cursor project rules or Claude Code project instructions) or configuring the active adapter mappings in `.ai/config.yaml`.
|
|
4
6
|
|
|
5
7
|
---
|
|
6
8
|
|
|
@@ -37,6 +39,8 @@ To guarantee validation compliance:
|
|
|
37
39
|
|
|
38
40
|
---
|
|
39
41
|
|
|
40
|
-
## 4. v1.
|
|
42
|
+
## 4. v1.1.0 Compatibility Guarantee
|
|
43
|
+
|
|
44
|
+
The supported tool matrix and custom specifications listed here represent the officially frozen contracts of MultiModel Dev OS `v1.1.0`. Any backward-compatible extensions introduced in subsequent `1.x` releases will build on top of these mappings without breaking current project integrations.
|
|
41
45
|
|
|
42
|
-
|
|
46
|
+
Explore our [Stable Protocol Specification](/stable-protocol) or [Upgrade & Migration Guide](/migration-guide) for details.
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
# LLM Cost & Context Optimization Playbook
|
|
1
|
+
# LLM Cost & Context Optimization Playbook (v1.1.0)
|
|
2
2
|
|
|
3
|
-
Maximizing developer velocity while minimizing LLM prompt overhead and API billing budgets is a critical priority for engineering teams. This playbook maps 12 industry cost-reduction techniques directly to native
|
|
3
|
+
Maximizing developer velocity while minimizing LLM prompt overhead and API billing budgets is a critical priority for engineering teams. This playbook maps 12 industry cost-reduction techniques directly to native MultiModel Dev OS features.
|
|
4
|
+
|
|
5
|
+
> **Use when**: Optimizing API token usage, configuring Caveman Mode settings, or designing modular prompt caching strategies.
|
|
4
6
|
|
|
5
7
|
---
|
|
6
8
|
|
|
@@ -59,3 +61,5 @@ Below is how the 12 core context optimization strategies are implemented inside
|
|
|
59
61
|
### 12. Embedding Hygiene
|
|
60
62
|
- **The Strategy:** Ensure semantic search indexes only relevant source files instead of temporary distributions.
|
|
61
63
|
- **Dev OS Implementation:** Strict routing specifications mapped inside `context-routing.md` and pre-configured `.gitignore` definitions protect search databases from index pollution.
|
|
64
|
+
|
|
65
|
+
Explore our [Stable Protocol Specification](/stable-protocol) or [Upgrade & Migration Guide](/migration-guide) for details.
|
package/docs/faq.md
CHANGED
|
@@ -1,91 +1,67 @@
|
|
|
1
|
-
# FAQ
|
|
1
|
+
# FAQ: MultiModel Dev OS Questions & Answers
|
|
2
|
+
|
|
3
|
+
Frequently asked questions regarding MultiModel Dev OS, AI coding agents compatibility, and prompt context optimization.
|
|
4
|
+
|
|
5
|
+
> **Use when**: Resolving setup ambiguities, understanding comparative advantages over simple rules files, or auditing CLI validations.
|
|
6
|
+
|
|
7
|
+
---
|
|
2
8
|
|
|
3
9
|
## General
|
|
4
10
|
|
|
5
|
-
**What is
|
|
6
|
-
A set of markdown
|
|
7
|
-
(Codex, Cursor, Claude, Gemini, Antigravity, VS Code) share the same
|
|
8
|
-
project context. Not a runtime. Not an AI agent. Think `.editorconfig`
|
|
9
|
-
but for AI tools.
|
|
11
|
+
**What is MultiModel Dev OS?**
|
|
12
|
+
A set of markdown templates and directory structures that allow multiple AI coding tools (Codex, Cursor, Claude Code, Gemini, Antigravity, VS Code) to share a single portable AI project context. It acts like `.editorconfig` but for AI assistants.
|
|
10
13
|
|
|
11
|
-
**Is this
|
|
12
|
-
No. "
|
|
13
|
-
It's just markdown files in your repo.
|
|
14
|
+
**Is this a runtime operating system?**
|
|
15
|
+
No. It is a metaphorical "OS" providing standard files (`AGENTS.md`, `MEMORY.md`, `TASKS.md`, `RUNBOOK.md`) to coordinate multiple tools.
|
|
14
16
|
|
|
15
17
|
**What does "multimodel" mean?**
|
|
16
|
-
Multiple AI models/
|
|
17
|
-
|
|
18
|
+
Multiple distinct AI coding models/agents (such as Codex, Antigravity, Cursor, and Claude Code) operating sequentially on the exact same workspace branch.
|
|
19
|
+
|
|
20
|
+
---
|
|
18
21
|
|
|
19
22
|
## Setup
|
|
20
23
|
|
|
21
24
|
**Do I need Node.js?**
|
|
22
25
|
It depends on your installation path:
|
|
23
|
-
* **Yes:** If you run the primary, recommended `npx multimodel-dev-os@latest init` workflow
|
|
24
|
-
* **No:** If you run the fallback
|
|
26
|
+
* **Yes:** If you run the primary, recommended `npx multimodel-dev-os@latest init` workflow.
|
|
27
|
+
* **No:** If you run the fallback bash (`install.sh`) or PowerShell (`install.ps1`) one-liners.
|
|
25
28
|
|
|
26
29
|
**Why not just write a single manual AGENTS.md myself?**
|
|
27
|
-
While you can write a raw markdown
|
|
28
|
-
1. **Automated Bridging:**
|
|
29
|
-
2. **
|
|
30
|
-
3. **Structured Verification:**
|
|
31
|
-
4. **Token Savings:** Seamlessly switches into Caveman Mode to slash token footprints by **~79%** for smaller models.
|
|
32
|
-
|
|
33
|
-
**Can I use just one AI tool?**
|
|
34
|
-
Yes. Use a single adapter. The multi-agent features are optional.
|
|
30
|
+
While you can write a raw markdown file, MultiModel Dev OS offers:
|
|
31
|
+
1. **Automated Bridging:** Adapters dynamically map your root source to Cursor, Claude, and Gemini native rules.
|
|
32
|
+
2. **Context Budgets:** Toggle **Caveman Mode** to slash prompt rules overhead by **~79%**.
|
|
33
|
+
3. **Structured Verification:** Built-in CLI commands validate workspace specifications instantly.
|
|
35
34
|
|
|
36
|
-
|
|
37
|
-
At minimum: `AGENTS.md`. Everything else is optional.
|
|
38
|
-
The installer creates the full structure, but you can delete what you don't need.
|
|
35
|
+
---
|
|
39
36
|
|
|
40
37
|
## Adapters
|
|
41
38
|
|
|
42
39
|
**Do I copy adapter files to my project root?**
|
|
43
40
|
Yes, for tools that auto-detect specific files:
|
|
44
|
-
- Cursor →
|
|
45
|
-
- Claude →
|
|
46
|
-
- VS Code →
|
|
41
|
+
- Cursor → `.cursorrules`
|
|
42
|
+
- Claude Code → `CLAUDE.md`
|
|
43
|
+
- VS Code → `.vscode/settings.json`
|
|
47
44
|
|
|
48
|
-
|
|
49
|
-
Yes. See [docs/adapters.md](adapters.md) for the guide. PRs welcome.
|
|
50
|
-
|
|
51
|
-
**Will adapters break if a tool changes its config format?**
|
|
52
|
-
Possibly. Adapters are community-maintained. File an issue if you
|
|
53
|
-
notice an adapter is outdated.
|
|
45
|
+
---
|
|
54
46
|
|
|
55
47
|
## Caveman Mode
|
|
56
48
|
|
|
57
49
|
**When should I use Caveman Mode?**
|
|
58
|
-
|
|
59
|
-
optimizing for API cost. It cuts ~79% of tokens.
|
|
60
|
-
|
|
61
|
-
**Can I mix standard and caveman files?**
|
|
62
|
-
Yes. Each file is independent. You could have a standard `AGENTS.md`
|
|
63
|
-
and a caveman `TASKS.md`.
|
|
64
|
-
|
|
65
|
-
## Orchestrator
|
|
50
|
+
**Best for**: Context optimization for AI coding when you are using compact context budget windows, smaller models, or want to save money on API bill parameters.
|
|
66
51
|
|
|
67
|
-
|
|
68
|
-
No, not in v0.1. It's a protocol spec — conventions for how agents
|
|
69
|
-
should coordinate. Runtime orchestration is planned for v0.2+.
|
|
70
|
-
|
|
71
|
-
**Do I need the orchestrator for single-agent workflows?**
|
|
72
|
-
No. The orchestrator is only relevant when multiple agents work
|
|
73
|
-
on the same codebase.
|
|
52
|
+
---
|
|
74
53
|
|
|
75
54
|
## Diagnostics & Validation
|
|
76
55
|
|
|
77
56
|
**What is the difference between `validate` and `doctor`?**
|
|
78
|
-
* **`validate`** is strict and verifies
|
|
79
|
-
* **`doctor`** is advisory
|
|
57
|
+
* **`validate`** is strict and verifies compliance with the directory schema.
|
|
58
|
+
* **`doctor`** is advisory and warns you about large unignored directories or empty placeholders.
|
|
80
59
|
|
|
81
|
-
|
|
82
|
-
You can use `node bin/multimodel-dev-os.js templates` (or `list-templates`) to view all available tech stacks and detailed blueprints, or `show-template <name>` to inspect a specific template's specifications.
|
|
60
|
+
---
|
|
83
61
|
|
|
84
62
|
## Protocol & Migration
|
|
85
63
|
|
|
86
64
|
**Is the MultiModel Dev OS protocol stable?**
|
|
87
|
-
Yes. As of version `v1.
|
|
88
|
-
|
|
89
|
-
**How do I migrate my repository to v1.0.0?**
|
|
90
|
-
Upgrading is straightforward. Refer to our [Upgrades & Migration Guide](migration-guide.md) to inspect directory shifts, execute strict validation checks (`npx multimodel-dev-os validate`), and audit compatibility issues.
|
|
65
|
+
Yes. As of version `v1.1.0`, the core specifications are officially frozen and backward-compatible. This ensures that any codebase prepared using `v1.1.0` will operate seamlessly inside future `1.x` ecosystems.
|
|
91
66
|
|
|
67
|
+
Explore our [Stable Protocol Specification](/stable-protocol) or [Upgrade & Migration Guide](/migration-guide) for details.
|
package/docs/final-launch.md
CHANGED
|
@@ -1,13 +1,15 @@
|
|
|
1
|
-
# Final Launch Guidelines
|
|
1
|
+
# Final Launch Guidelines (v1.1.0)
|
|
2
2
|
|
|
3
|
-
This document details the final launch guidelines and distribution routines for the public
|
|
3
|
+
This document details the final launch guidelines and distribution routines for the public releases of MultiModel Dev OS.
|
|
4
|
+
|
|
5
|
+
> **Use when**: Executing pre-flight local audits, managing release announcements, or verifying package integrity.
|
|
4
6
|
|
|
5
7
|
---
|
|
6
8
|
|
|
7
9
|
## 1. Local Pre-flight Verification
|
|
8
10
|
|
|
9
11
|
Prior to pushing files to the remote repository, ensure that:
|
|
10
|
-
- The exact target version `1.
|
|
12
|
+
- The exact target version `1.1.0` is configured in `package.json`.
|
|
11
13
|
- The cross-platform verify script completes cleanly:
|
|
12
14
|
```bash
|
|
13
15
|
npm run verify
|
|
@@ -25,5 +27,8 @@ When publishing the stable release, communicate the key advantages clearly:
|
|
|
25
27
|
- **Portability**: Write-once configurations working seamlessly across Cursor, Claude, Gemini, Antigravity, and VS Code.
|
|
26
28
|
- **Context Economy**: Up to 79% reduction in prompt tokens through Caveman Mode configurations.
|
|
27
29
|
- **Zero Dependencies**: A completely self-contained CLI for lightning-fast setups.
|
|
30
|
+
- **AI Discoverability**: Ready-to-ingest discoverability guides (`llms.txt` / `llms-full.txt`) for LLM agents.
|
|
28
31
|
|
|
29
32
|
Refer to `docs/launch-kit.md` for specific copy blocks ready for distribution on Twitter/X, LinkedIn, Hacker News, and Reddit.
|
|
33
|
+
|
|
34
|
+
Explore our [Stable Protocol Specification](/stable-protocol) or [Upgrade & Migration Guide](/migration-guide) for details.
|
package/docs/index.md
CHANGED
|
@@ -71,6 +71,22 @@ features:
|
|
|
71
71
|
font-size: 0.9rem;
|
|
72
72
|
color: var(--vp-c-text-2);
|
|
73
73
|
}
|
|
74
|
+
.works-with-grid {
|
|
75
|
+
display: grid;
|
|
76
|
+
grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
|
|
77
|
+
gap: 1rem;
|
|
78
|
+
margin-top: 1.5rem;
|
|
79
|
+
margin-bottom: 2.5rem;
|
|
80
|
+
}
|
|
81
|
+
.works-with-item {
|
|
82
|
+
border: 1px solid var(--vp-c-bg-mute);
|
|
83
|
+
background-color: var(--vp-c-bg-soft);
|
|
84
|
+
border-radius: 6px;
|
|
85
|
+
padding: 1rem;
|
|
86
|
+
text-align: center;
|
|
87
|
+
font-weight: 500;
|
|
88
|
+
font-size: 0.95rem;
|
|
89
|
+
}
|
|
74
90
|
</style>
|
|
75
91
|
|
|
76
92
|
## Quick Start Setup
|
|
@@ -83,6 +99,21 @@ npx multimodel-dev-os@latest init
|
|
|
83
99
|
|
|
84
100
|
---
|
|
85
101
|
|
|
102
|
+
## Works With
|
|
103
|
+
|
|
104
|
+
MultiModel Dev OS maps repository context directly to all major developer tools and coding agents:
|
|
105
|
+
|
|
106
|
+
<div class="works-with-grid">
|
|
107
|
+
<div class="works-with-item">🤖 Codex</div>
|
|
108
|
+
<div class="works-with-item">🪐 Antigravity</div>
|
|
109
|
+
<div class="works-with-item">🎯 Cursor</div>
|
|
110
|
+
<div class="works-with-item">⚡ Claude Code</div>
|
|
111
|
+
<div class="works-with-item">🧠 Gemini</div>
|
|
112
|
+
<div class="works-with-item">💻 VS Code</div>
|
|
113
|
+
</div>
|
|
114
|
+
|
|
115
|
+
---
|
|
116
|
+
|
|
86
117
|
## Core Specifications & Playbooks
|
|
87
118
|
|
|
88
119
|
<div class="grid-container">
|
|
@@ -108,16 +139,28 @@ npx multimodel-dev-os@latest init
|
|
|
108
139
|
</a>
|
|
109
140
|
<a href="/migration-guide" class="card-item">
|
|
110
141
|
<div class="card-title">📈 Migration Playbook</div>
|
|
111
|
-
<div class="card-desc">Upgrade older workspaces to v1.
|
|
142
|
+
<div class="card-desc">Upgrade older workspaces to v1.1.0 standards cleanly.</div>
|
|
112
143
|
</a>
|
|
113
144
|
<a href="/v1-checklist" class="card-item">
|
|
114
145
|
<div class="card-title">🏁 Release Checklist</div>
|
|
115
146
|
<div class="card-desc">Audit repository compliance with the strict release quality gates.</div>
|
|
116
147
|
</a>
|
|
148
|
+
<a href="/llms.txt" class="card-item" target="_blank">
|
|
149
|
+
<div class="card-title">🤖 AI Discovery (llms.txt)</div>
|
|
150
|
+
<div class="card-desc">A highly concise, structured overview formatted specifically for AI context ingestion.</div>
|
|
151
|
+
</a>
|
|
117
152
|
</div>
|
|
118
153
|
|
|
119
154
|
---
|
|
120
155
|
|
|
156
|
+
## For AI Assistants and Coding Agents
|
|
157
|
+
|
|
158
|
+
To support modern AI search, GEO discovery, and developer agents:
|
|
159
|
+
- We provide [llms.txt](/llms.txt) and [llms-full.txt](/llms-full.txt) at the root of the hosted documentation to allow Large Language Models and AEO utilities to read full workspace specs in single, token-optimized files.
|
|
160
|
+
- The officially frozen protocol guarantees that agents can read and write workspace rules without manual supervision or instruction drift.
|
|
161
|
+
|
|
162
|
+
---
|
|
163
|
+
|
|
121
164
|
## Cost & Context Optimization
|
|
122
165
|
|
|
123
166
|
Minimize prompt overhead and API billing by mapping key context-reduction techniques to MultiModel Dev OS features:
|
package/docs/protocol.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
# MultiModel Dev OS Protocol Specification
|
|
1
|
+
# MultiModel Dev OS Protocol Specification (v1.1.0)
|
|
2
2
|
|
|
3
|
-
This document defines the official, stable architectural protocol and design contracts for
|
|
3
|
+
This document defines the official, stable architectural protocol and design contracts for MultiModel Dev OS, establishing portable AI project context conventions.
|
|
4
|
+
|
|
5
|
+
> **Use when**: Implementing a custom CLI client, creating private adapters, or auditing Layer 1-3 protocol compliance.
|
|
4
6
|
|
|
5
7
|
---
|
|
6
8
|
|
|
@@ -27,12 +29,12 @@ The protocol is divided into three distinct decoupled layers to guarantee portab
|
|
|
27
29
|
|
|
28
30
|
---
|
|
29
31
|
|
|
30
|
-
## 2. Stability Matrix (v1.
|
|
32
|
+
## 2. Stability Matrix (v1.1.0 Freeze)
|
|
31
33
|
|
|
32
34
|
To prevent breaking changes, protocol definitions are designated as **Stable** or **Experimental**:
|
|
33
35
|
|
|
34
36
|
### A. Stable Protocol Components
|
|
35
|
-
These features are fully frozen. No breaking changes or renaming will occur in v1.
|
|
37
|
+
These features are fully frozen. No breaking changes or renaming will occur in `v1.x`:
|
|
36
38
|
- **Core Workspace Contracts:** The names and root directories of `AGENTS.md`, `MEMORY.md`, `TASKS.md`, and `RUNBOOK.md` are completely frozen.
|
|
37
39
|
- **Scaffolding Subfolders:** Target folders `.ai/context/`, `.ai/skills/`, and `.ai/session-logs/` are strictly required by the sync CLI.
|
|
38
40
|
- **Adapters Interface:** Mappings to Cursor (`.cursorrules`), Claude (`CLAUDE.md`), VS Code (`.vscode/settings.json`), and Gemini (`GEMINI.md`) are guaranteed.
|
|
@@ -52,3 +54,5 @@ All compliant MultiModel Dev OS CLIs must strictly support the following executi
|
|
|
52
54
|
- **`validate` Quality Gate:** Asserts that required folders and enabled adapter rules exist on disk.
|
|
53
55
|
- **`doctor` Diagnostic:** Advisory audit of `.gitignore` setups and folder compatibility.
|
|
54
56
|
- **`templates` Inspector:** Displays available stack configurations.
|
|
57
|
+
|
|
58
|
+
Explore our [Stable Protocol Specification](/stable-protocol) or [Upgrade & Migration Guide](/migration-guide) for details.
|
|
Binary file
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/* TEAM */
|
|
2
|
+
Maintainer: rizvee
|
|
3
|
+
GitHub: https://github.com/rizvee
|
|
4
|
+
|
|
5
|
+
/* THANKS */
|
|
6
|
+
Special thanks to: All Open Source contributors, AI agents, and early adoptions teams!
|
|
7
|
+
|
|
8
|
+
/* SITE */
|
|
9
|
+
Canonical: https://rizvee.github.io/multimodel-dev-os/
|
|
10
|
+
Codebase: https://github.com/rizvee/multimodel-dev-os
|
|
11
|
+
License: MIT License
|
|
12
|
+
Language: JavaScript
|
|
13
|
+
Framework: VitePress
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
# MultiModel Dev OS — Comprehensive AI Assistant Discoverability Guide
|
|
2
|
+
|
|
3
|
+
MultiModel Dev OS is a repository-level porting specification designed to align context and instructions across diverse developer tools and AI models.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## 1. Core Architecture Layers
|
|
8
|
+
|
|
9
|
+
The protocol decouples the centralized workspace context from the individual tool rules:
|
|
10
|
+
|
|
11
|
+
```
|
|
12
|
+
┌────────────────────────────────────────────────────────┐
|
|
13
|
+
│ LAYER 1: Root Contracts (Single Source of Truth) │
|
|
14
|
+
│ AGENTS.md • MEMORY.md • TASKS.md • RUNBOOK.md │
|
|
15
|
+
└──────────────────────────┬─────────────────────────────┘
|
|
16
|
+
│ Centralizes project context
|
|
17
|
+
┌──────────────────────────▼─────────────────────────────┐
|
|
18
|
+
│ LAYER 2: Configuration & Modules (.ai/) │
|
|
19
|
+
│ context/ • agents/ • skills/ • prompts/ • checks/ │
|
|
20
|
+
└──────────────────────────┬─────────────────────────────┘
|
|
21
|
+
│ Routes files dynamically
|
|
22
|
+
┌──────────────────────────▼─────────────────────────────┐
|
|
23
|
+
│ LAYER 3: Tool & IDE Adapters │
|
|
24
|
+
│ .cursorrules • CLAUDE.md • .vscode/ • .gemini/ │
|
|
25
|
+
└────────────────────────────────────────────────────────┘
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
### Layer 1: Root Documents
|
|
29
|
+
- **`AGENTS.md`**: Defines teams, capabilities, boundaries, and model instructions.
|
|
30
|
+
- **`MEMORY.md`**: Holds architectural decisions, repository milestones, and tech stacks.
|
|
31
|
+
- **`TASKS.md`**: Active backlog tracking items.
|
|
32
|
+
- **`RUNBOOK.md`**: Operational verification commands and post-deployment routines.
|
|
33
|
+
|
|
34
|
+
---
|
|
35
|
+
|
|
36
|
+
## 2. CLI Command specifications
|
|
37
|
+
|
|
38
|
+
All compliant MultiModel Dev OS CLIs strictly enforce the following command contracts:
|
|
39
|
+
- **`init`**: Scaffolds the standard `.ai/` context configuration directories.
|
|
40
|
+
- **`verify`**: Automated release script that checks structure integrity.
|
|
41
|
+
- **`templates`**: Lists built-in stack specifications (`nextjs-saas`, `wordpress-site`, `ecommerce-store`, `seo-landing-page`, `general-app`).
|
|
42
|
+
- **`validate`**: Strict Quality Gate checking the layout rules on disk.
|
|
43
|
+
- **`doctor`**: Advisory checkup warning you about unignored compiler caches or large folder directories.
|
|
44
|
+
|
|
45
|
+
---
|
|
46
|
+
|
|
47
|
+
## 3. Adapters & Mappings
|
|
48
|
+
|
|
49
|
+
Adapters read context directly from `AGENTS.md` and translate them into native configs:
|
|
50
|
+
- **Cursor** targets root `.cursorrules`
|
|
51
|
+
- **Claude Code** targets root `CLAUDE.md`
|
|
52
|
+
- **VS Code** targets `.vscode/settings.json`
|
|
53
|
+
- **Gemini** targets root `GEMINI.md`
|
|
54
|
+
- **Antigravity** targets `.gemini/settings.json`
|
|
55
|
+
|
|
56
|
+
---
|
|
57
|
+
|
|
58
|
+
## 4. Key Context Optimization (Caveman Mode)
|
|
59
|
+
|
|
60
|
+
Toggling **Caveman Mode** dynamically reduces system prompt instructions to highly-optimized shorthand symbols, reducing rule tokens footprint by **~79%** for low-cost token execution budgets:
|
|
61
|
+
|
|
62
|
+
```bash
|
|
63
|
+
npx multimodel-dev-os@latest init --caveman
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
---
|
|
67
|
+
|
|
68
|
+
## 5. Canonical Links
|
|
69
|
+
- **Documentation site**: https://rizvee.github.io/multimodel-dev-os/
|
|
70
|
+
- **GitHub Codebase**: https://github.com/rizvee/multimodel-dev-os
|
|
71
|
+
- **Release Policies**: https://rizvee.github.io/multimodel-dev-os/release-policy
|
|
72
|
+
- **LTS Support Policies**: https://rizvee.github.io/multimodel-dev-os/support-policy
|
|
73
|
+
- **Upgrade Playbook**: https://rizvee.github.io/multimodel-dev-os/migration-guide
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# MultiModel Dev OS (v1.1.0)
|
|
2
|
+
|
|
3
|
+
Portable, vendor-neutral workspace configuration standard for multi-agent AI pair-programming workflows.
|
|
4
|
+
|
|
5
|
+
## What It Does
|
|
6
|
+
Provides a unified repository-level specification using root markdown files (`AGENTS.md`, `MEMORY.md`, `TASKS.md`, `RUNBOOK.md`) and bridges them dynamically to multiple developer tools, ensuring zero instruction drift and up to 79% token context savings.
|
|
7
|
+
|
|
8
|
+
## Fast Setup
|
|
9
|
+
```bash
|
|
10
|
+
npx multimodel-dev-os@latest init
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Supported Tools
|
|
14
|
+
- **Cursor** (`.cursorrules`)
|
|
15
|
+
- **Claude Code** (`CLAUDE.md`)
|
|
16
|
+
- **VS Code** (`.vscode/settings.json`)
|
|
17
|
+
- **Gemini** (`GEMINI.md`)
|
|
18
|
+
- **Antigravity** (`.gemini/settings.json`)
|
|
19
|
+
- **Codex** (`adapters/codex/AGENTS.md`)
|
|
20
|
+
|
|
21
|
+
## Core Resources
|
|
22
|
+
- **Canonical Website**: https://rizvee.github.io/multimodel-dev-os/
|
|
23
|
+
- **GitHub Repository**: https://github.com/rizvee/multimodel-dev-os
|
|
24
|
+
- **NPM Registry Package**: https://www.npmjs.com/package/multimodel-dev-os
|
|
25
|
+
- **Stable Protocol Specification**: https://rizvee.github.io/multimodel-dev-os/stable-protocol
|
|
26
|
+
- **Cost/Context Optimization Playbook**: https://rizvee.github.io/multimodel-dev-os/cost-optimization
|
|
27
|
+
- **5-Day Adoption Roadmap**: https://rizvee.github.io/multimodel-dev-os/5-day-roadmap
|
|
28
|
+
|
|
29
|
+
## Standard Templates
|
|
30
|
+
- `nextjs-saas` (App Router, Prisma ORM, Stripe)
|
|
31
|
+
- `wordpress-site` (Custom Block Themes, secure PHP guidelines)
|
|
32
|
+
- `ecommerce-store` (PCI checkout, Webhooks, card state)
|
|
33
|
+
- `seo-landing-page` (Astro static builds, JSON-LD, optimal LCP)
|
|
34
|
+
- `general-app` (Universal baseline configurations)
|
|
Binary file
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
|
3
|
+
<url>
|
|
4
|
+
<loc>https://rizvee.github.io/multimodel-dev-os/</loc>
|
|
5
|
+
<changefreq>daily</changefreq>
|
|
6
|
+
<priority>1.0</priority>
|
|
7
|
+
</url>
|
|
8
|
+
<url>
|
|
9
|
+
<loc>https://rizvee.github.io/multimodel-dev-os/quickstart</loc>
|
|
10
|
+
<changefreq>weekly</changefreq>
|
|
11
|
+
<priority>0.8</priority>
|
|
12
|
+
</url>
|
|
13
|
+
<url>
|
|
14
|
+
<loc>https://rizvee.github.io/multimodel-dev-os/templates/</loc>
|
|
15
|
+
<changefreq>weekly</changefreq>
|
|
16
|
+
<priority>0.8</priority>
|
|
17
|
+
</url>
|
|
18
|
+
<url>
|
|
19
|
+
<loc>https://rizvee.github.io/multimodel-dev-os/protocol</loc>
|
|
20
|
+
<changefreq>weekly</changefreq>
|
|
21
|
+
<priority>0.7</priority>
|
|
22
|
+
</url>
|
|
23
|
+
<url>
|
|
24
|
+
<loc>https://rizvee.github.io/multimodel-dev-os/stable-protocol</loc>
|
|
25
|
+
<changefreq>weekly</changefreq>
|
|
26
|
+
<priority>0.9</priority>
|
|
27
|
+
</url>
|
|
28
|
+
<url>
|
|
29
|
+
<loc>https://rizvee.github.io/multimodel-dev-os/compatibility</loc>
|
|
30
|
+
<changefreq>weekly</changefreq>
|
|
31
|
+
<priority>0.7</priority>
|
|
32
|
+
</url>
|
|
33
|
+
<url>
|
|
34
|
+
<loc>https://rizvee.github.io/multimodel-dev-os/migration-guide</loc>
|
|
35
|
+
<changefreq>weekly</changefreq>
|
|
36
|
+
<priority>0.7</priority>
|
|
37
|
+
</url>
|
|
38
|
+
<url>
|
|
39
|
+
<loc>https://rizvee.github.io/multimodel-dev-os/cost-optimization</loc>
|
|
40
|
+
<changefreq>weekly</changefreq>
|
|
41
|
+
<priority>0.8</priority>
|
|
42
|
+
</url>
|
|
43
|
+
<url>
|
|
44
|
+
<loc>https://rizvee.github.io/multimodel-dev-os/5-day-roadmap</loc>
|
|
45
|
+
<changefreq>monthly</changefreq>
|
|
46
|
+
<priority>0.6</priority>
|
|
47
|
+
</url>
|
|
48
|
+
<url>
|
|
49
|
+
<loc>https://rizvee.github.io/multimodel-dev-os/case-studies/</loc>
|
|
50
|
+
<changefreq>weekly</changefreq>
|
|
51
|
+
<priority>0.8</priority>
|
|
52
|
+
</url>
|
|
53
|
+
<url>
|
|
54
|
+
<loc>https://rizvee.github.io/multimodel-dev-os/demo</loc>
|
|
55
|
+
<changefreq>weekly</changefreq>
|
|
56
|
+
<priority>0.7</priority>
|
|
57
|
+
</url>
|
|
58
|
+
<url>
|
|
59
|
+
<loc>https://rizvee.github.io/multimodel-dev-os/faq</loc>
|
|
60
|
+
<changefreq>weekly</changefreq>
|
|
61
|
+
<priority>0.6</priority>
|
|
62
|
+
</url>
|
|
63
|
+
<url>
|
|
64
|
+
<loc>https://rizvee.github.io/multimodel-dev-os/v1-checklist</loc>
|
|
65
|
+
<changefreq>weekly</changefreq>
|
|
66
|
+
<priority>0.6</priority>
|
|
67
|
+
</url>
|
|
68
|
+
</urlset>
|
package/docs/quickstart.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
# Quickstart
|
|
1
|
+
# Quickstart Guide: AI Dev OS Deployment
|
|
2
2
|
|
|
3
|
-
Get
|
|
3
|
+
Get the MultiModel Dev OS integrated into your codebase in under 2 minutes to synchronize your multi-agent developer workflows.
|
|
4
|
+
|
|
5
|
+
> **Use when**: Setting up a new repository or aligning multiple AI tools (like Cursor, Claude Code, Gemini, Codex, and Antigravity) to prevent instruction drift and prompt token bloat.
|
|
4
6
|
|
|
5
7
|
---
|
|
6
8
|
|
|
@@ -39,7 +41,7 @@ irm https://raw.githubusercontent.com/rizvee/multimodel-dev-os/main/scripts/inst
|
|
|
39
41
|
|
|
40
42
|
## Option C: Caveman Mode (Minimal Tokens)
|
|
41
43
|
|
|
42
|
-
|
|
44
|
+
**Best for**: Context optimization for AI coding when using tight API budgets or smaller models. Reduces rules footprint by **~79%**.
|
|
43
45
|
|
|
44
46
|
```bash
|
|
45
47
|
curl -fsSL https://raw.githubusercontent.com/rizvee/multimodel-dev-os/main/scripts/install.sh | bash -s -- --caveman
|
|
@@ -63,13 +65,13 @@ For offline execution or customized packaging within a cloned workspace:
|
|
|
63
65
|
|
|
64
66
|
## After Install
|
|
65
67
|
|
|
66
|
-
1. **Edit `AGENTS.md`** — fill in your project name, stack, and build commands.
|
|
68
|
+
1. **Edit `AGENTS.md`** — fill in your project name, stack, and build commands (portable AI project context).
|
|
67
69
|
2. **Edit `.ai/config.yaml`** — enable adapters for your tools.
|
|
68
|
-
3. **Copy adapter files** to your project root:
|
|
70
|
+
3. **Copy adapter files** to your project root (e.g., Cursor project rules, Claude Code project instructions):
|
|
69
71
|
- Cursor: `cp adapters/cursor/.cursorrules .cursorrules`
|
|
70
72
|
- Claude: `cp adapters/claude/CLAUDE.md CLAUDE.md`
|
|
71
73
|
- VS Code: `cp -r adapters/vscode/.vscode/ .vscode/`
|
|
72
|
-
4. **Start coding** — your AI
|
|
74
|
+
4. **Start coding** — your AI coding agents will read the shared configuration instantly.
|
|
73
75
|
|
|
74
76
|
---
|
|
75
77
|
|
|
@@ -87,3 +89,5 @@ node bin/multimodel-dev-os.js doctor
|
|
|
87
89
|
# Verify repository structure checks
|
|
88
90
|
npm run verify
|
|
89
91
|
```
|
|
92
|
+
|
|
93
|
+
Explore our canonical [Stable Protocol Specification](/stable-protocol) or [Upgrade & Migration Guide](/migration-guide) for details.
|
package/docs/stable-protocol.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
# Stable Protocol Specification (v1.
|
|
1
|
+
# Stable Protocol Specification (v1.1.0 Freeze)
|
|
2
2
|
|
|
3
|
-
This document formalizes the official, frozen architectural layers and design contracts for the MultiModel Dev OS protocol, guaranteeing portability and long-term stability.
|
|
3
|
+
This document formalizes the official, frozen architectural layers and design contracts for the MultiModel Dev OS protocol, guaranteeing portability and long-term stability across diverse AI coding agents.
|
|
4
|
+
|
|
5
|
+
> **Best for**: Third-party client integrations, tool adapter developers, and engineering teams establishing robust AI coding guidelines.
|
|
4
6
|
|
|
5
7
|
---
|
|
6
8
|
|
|
@@ -33,7 +35,7 @@ MultiModel Dev OS enforces a three-tier design to decouple core workspace contex
|
|
|
33
35
|
## 2. Layer 1: Root Contracts
|
|
34
36
|
|
|
35
37
|
The following root files serve as the workspace single source of truth and are completely frozen:
|
|
36
|
-
- **`AGENTS.md`**: Defines team structures, boundaries, and model configurations.
|
|
38
|
+
- **`AGENTS.md`**: Defines team structures, boundaries, and model configurations (Codex project memory / Antigravity AI workflow).
|
|
37
39
|
- **`MEMORY.md`**: Preserves key context decisions, codebase state, and repository milestones.
|
|
38
40
|
- **`TASKS.md`**: Tracks current active goals and backlog.
|
|
39
41
|
- **`RUNBOOK.md`**: Operational scripts and workspace verify procedures.
|
|
@@ -52,7 +54,7 @@ The following directories and files under `.ai/` are strictly locked:
|
|
|
52
54
|
|
|
53
55
|
## 4. Layer 3: Adapters Setup
|
|
54
56
|
|
|
55
|
-
IDE adapters translate centralized rules to tool-specific paths:
|
|
57
|
+
IDE adapters translate centralized rules to tool-specific paths (Cursor project rules / Claude Code project instructions):
|
|
56
58
|
- **Cursor**: Linked via root `.cursorrules`
|
|
57
59
|
- **Claude**: Linked via root `CLAUDE.md`
|
|
58
60
|
- **Gemini**: Linked via `.gemini/settings.json`
|
|
@@ -64,3 +66,5 @@ IDE adapters translate centralized rules to tool-specific paths:
|
|
|
64
66
|
|
|
65
67
|
- **Stable**: Root files, scaffolding directories, CLI subcommand signatures, and standard config structures.
|
|
66
68
|
- **Experimental**: Custom check overrides under `.ai/checks/` and stack-specific context routing.
|
|
69
|
+
|
|
70
|
+
Explore our [Upgrades & Migration Guide](/migration-guide) or [Release Quality Checklist](/v1-checklist) for staging controls.
|
package/package.json
CHANGED
package/scripts/verify.js
CHANGED
|
@@ -217,6 +217,20 @@ checkFile('tests/README.md');
|
|
|
217
217
|
checkFile('tests/fixtures/README.md');
|
|
218
218
|
checkFile('tests/smoke/README.md');
|
|
219
219
|
|
|
220
|
+
// --- Visual & AI Discovery Assets ---
|
|
221
|
+
console.log('\nVisual & AI Discovery Assets:');
|
|
222
|
+
checkFile('assets/favicon.png');
|
|
223
|
+
checkFile('assets/logo.png');
|
|
224
|
+
checkFile('docs/public/favicon.png');
|
|
225
|
+
checkFile('docs/public/logo.png');
|
|
226
|
+
checkFile('docs/public/llms.txt');
|
|
227
|
+
checkFile('docs/public/llms-full.txt');
|
|
228
|
+
checkFile('docs/public/robots.txt');
|
|
229
|
+
checkFile('docs/public/sitemap.xml');
|
|
230
|
+
checkFile('docs/public/assets/social-preview.svg');
|
|
231
|
+
checkFile('docs/public/assets/terminal-demo.svg');
|
|
232
|
+
checkFile('docs/public/assets/architecture-preview.svg');
|
|
233
|
+
|
|
220
234
|
// --- CLI & Packaging Pre-Flight Tests ---
|
|
221
235
|
console.log('\nRunning CLI & Packaging Pre-Flight Tests...');
|
|
222
236
|
|