multimodel-dev-os 0.3.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/.ai/agents/README.md +23 -0
- package/.ai/agents/coder.md +11 -0
- package/.ai/agents/devops.md +8 -0
- package/.ai/agents/multimodel-orchestrator.md +105 -0
- package/.ai/agents/planner.md +11 -0
- package/.ai/agents/qa-tester.md +8 -0
- package/.ai/agents/reviewer.md +11 -0
- package/.ai/agents/security-auditor.md +8 -0
- package/.ai/agents/seo-auditor.md +8 -0
- package/.ai/checks/README.md +38 -0
- package/.ai/checks/context-budget.md +7 -0
- package/.ai/checks/pre-commit.md +8 -0
- package/.ai/checks/pre-deploy.md +8 -0
- package/.ai/checks/pre-implementation.md +7 -0
- package/.ai/checks/regression-checklist.md +8 -0
- package/.ai/config.yaml +60 -0
- package/.ai/context/README.md +18 -0
- package/.ai/context/architecture.md +15 -0
- package/.ai/context/business-rules.md +12 -0
- package/.ai/context/context-budget.md +12 -0
- package/.ai/context/deployment-rules.md +15 -0
- package/.ai/context/model-map.md +11 -0
- package/.ai/context/project-brief.md +17 -0
- package/.ai/context/seo-rules.md +15 -0
- package/.ai/prompts/README.md +37 -0
- package/.ai/prompts/generate-tests.md +5 -0
- package/.ai/prompts/handoff-to-next-model.md +5 -0
- package/.ai/prompts/implement-safely.md +5 -0
- package/.ai/prompts/plan-first.md +5 -0
- package/.ai/prompts/review-diff.md +5 -0
- package/.ai/prompts/summarize-session.md +5 -0
- package/.ai/session-logs/.gitkeep +1 -0
- package/.ai/session-logs/README.md +49 -0
- package/.ai/skills/README.md +34 -0
- package/.ai/skills/bug-fix.md +9 -0
- package/.ai/skills/caveman-bug-fix.md +2 -0
- package/.ai/skills/caveman-context-handoff.md +2 -0
- package/.ai/skills/caveman-feature-build.md +2 -0
- package/.ai/skills/context-routing.md +8 -0
- package/.ai/skills/cpanel-deploy.md +9 -0
- package/.ai/skills/example-skill.md +38 -0
- package/.ai/skills/landing-page-optimization.md +8 -0
- package/.ai/skills/model-routing.md +7 -0
- package/.ai/skills/nextjs-feature-build.md +9 -0
- package/.ai/skills/refactor.md +9 -0
- package/.ai/skills/seo-implementation.md +8 -0
- package/.ai/templates/AGENTS.caveman.md +12 -0
- package/.ai/templates/MEMORY.caveman.md +14 -0
- package/.ai/templates/RUNBOOK.caveman.md +22 -0
- package/.ai/templates/TASKS.caveman.md +7 -0
- package/.ai/templates/bug-report-template.md +14 -0
- package/.ai/templates/feature-spec-template.md +14 -0
- package/.ai/templates/project-memory-template.md +12 -0
- package/.ai/templates/session-log-template.md +16 -0
- package/.ai/templates/task-template.md +16 -0
- package/AGENTS.md +79 -0
- package/LICENSE +21 -0
- package/MEMORY.md +42 -0
- package/README.md +197 -0
- package/RUNBOOK.md +73 -0
- package/TASKS.md +28 -0
- package/adapters/antigravity/.gemini/settings.json +13 -0
- package/adapters/antigravity/AGENTS.md +29 -0
- package/adapters/antigravity/setup.md +36 -0
- package/adapters/claude/CLAUDE.md +31 -0
- package/adapters/claude/setup.md +35 -0
- package/adapters/codex/AGENTS.md +27 -0
- package/adapters/codex/setup.md +25 -0
- package/adapters/cursor/.cursorrules +30 -0
- package/adapters/cursor/setup.md +35 -0
- package/adapters/gemini/GEMINI.md +31 -0
- package/adapters/gemini/setup.md +34 -0
- package/adapters/vscode/.vscode/settings.json +21 -0
- package/adapters/vscode/setup.md +40 -0
- package/bin/multimodel-dev-os.js +267 -0
- package/docs/adapters.md +79 -0
- package/docs/architecture.md +64 -0
- package/docs/caveman-mode.md +74 -0
- package/docs/cli-roadmap.md +44 -0
- package/docs/faq.md +66 -0
- package/docs/installers.md +58 -0
- package/docs/multimodel-workflow.md +121 -0
- package/docs/npm-publishing.md +74 -0
- package/docs/quickstart.md +85 -0
- package/docs/testing-v0.2.md +73 -0
- package/examples/ecommerce-store/.ai/config.yaml +4 -0
- package/examples/ecommerce-store/AGENTS.md +5 -0
- package/examples/ecommerce-store/MEMORY.md +4 -0
- package/examples/general-app/.ai/config.yaml +4 -0
- package/examples/general-app/AGENTS.md +5 -0
- package/examples/general-app/MEMORY.md +4 -0
- package/examples/nextjs-saas/.ai/config.yaml +4 -0
- package/examples/nextjs-saas/AGENTS.md +13 -0
- package/examples/nextjs-saas/MEMORY.md +5 -0
- package/examples/seo-landing-page/.ai/config.yaml +4 -0
- package/examples/seo-landing-page/AGENTS.md +5 -0
- package/examples/seo-landing-page/MEMORY.md +5 -0
- package/examples/wordpress-site/.ai/config.yaml +4 -0
- package/examples/wordpress-site/AGENTS.md +5 -0
- package/examples/wordpress-site/MEMORY.md +4 -0
- package/package.json +43 -0
- package/scripts/install.ps1 +230 -0
- package/scripts/install.sh +237 -0
- package/scripts/pack-template.sh +39 -0
- package/scripts/verify.sh +271 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# Context Routing & Token Optimization Skill
|
|
2
|
+
|
|
3
|
+
> Instructions for actively selecting only necessary context files to pass to a model's prompt.
|
|
4
|
+
|
|
5
|
+
## Protocol
|
|
6
|
+
1. Calculate the active token budget.
|
|
7
|
+
2. Select only relevant files (e.g., frontend task -> do not include database/devops context).
|
|
8
|
+
3. Switch config to Caveman Mode if nearing target budget limit.
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# cPanel Deployment Skill
|
|
2
|
+
|
|
3
|
+
> Workflow procedures for building, packaging, and deploying applications to cPanel shared hosting.
|
|
4
|
+
|
|
5
|
+
## Protocol
|
|
6
|
+
1. Compile the production bundle assets locally.
|
|
7
|
+
2. Package compiled files into an archive (e.g. tar.gz).
|
|
8
|
+
3. Upload to target `public_html` directory.
|
|
9
|
+
4. Verify server permissions and node/php script status.
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# Skill: Example
|
|
2
|
+
|
|
3
|
+
> Template for creating a new skill. Copy this file and customize.
|
|
4
|
+
|
|
5
|
+
## Name
|
|
6
|
+
example-skill
|
|
7
|
+
|
|
8
|
+
## Description
|
|
9
|
+
A template skill that demonstrates the skill format.
|
|
10
|
+
|
|
11
|
+
## When to Use
|
|
12
|
+
- When the user asks to "do the example thing"
|
|
13
|
+
- When a task requires the example capability
|
|
14
|
+
|
|
15
|
+
## Steps
|
|
16
|
+
|
|
17
|
+
1. **Check prerequisites**
|
|
18
|
+
```bash
|
|
19
|
+
# Verify required tools are installed
|
|
20
|
+
null --version
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
2. **Execute the skill**
|
|
24
|
+
```bash
|
|
25
|
+
# Run the main command
|
|
26
|
+
null
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
3. **Verify success**
|
|
30
|
+
```bash
|
|
31
|
+
# Check that it worked
|
|
32
|
+
null
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
## Notes
|
|
36
|
+
- Replace all `null` values with actual commands
|
|
37
|
+
- Keep skills under 50 lines for context efficiency
|
|
38
|
+
- One skill = one capability
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# Landing Page Optimization Skill
|
|
2
|
+
|
|
3
|
+
> Guidelines for refining landing pages for higher user engagement, speed, and conversion parameters.
|
|
4
|
+
|
|
5
|
+
## Protocol
|
|
6
|
+
1. Minify asset payloads and use modern image formats.
|
|
7
|
+
2. Implement responsive styling micro-animations.
|
|
8
|
+
3. Keep visual elements above-the-fold fast and clear.
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# Model Routing Skill
|
|
2
|
+
|
|
3
|
+
> Instructions for dynamically assigning tasks to optimal models based on reasoning and token budgets.
|
|
4
|
+
|
|
5
|
+
## Protocol
|
|
6
|
+
1. Evaluate task complexity: Architecture design -> Reasoning model. Bugfix -> Fast model.
|
|
7
|
+
2. Route step-by-step executions according to `.ai/context/model-map.md`.
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# Next.js Feature Build Skill
|
|
2
|
+
|
|
3
|
+
> Step-by-step workflow for implementing new features in a Next.js environment.
|
|
4
|
+
|
|
5
|
+
## Protocol
|
|
6
|
+
1. Map routing path and page layouts.
|
|
7
|
+
2. Build reusable, client/server component boundaries properly.
|
|
8
|
+
3. Integrate styling and runtime data-validation.
|
|
9
|
+
4. Run standard build test and verify correctness.
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# Code Refactoring Skill
|
|
2
|
+
|
|
3
|
+
> Workflow for improving existing code architecture without changing external system behavior.
|
|
4
|
+
|
|
5
|
+
## Protocol
|
|
6
|
+
1. Map current dependencies and usage.
|
|
7
|
+
2. Draft modular replacement components.
|
|
8
|
+
3. Validate parity using automated tests.
|
|
9
|
+
4. Clean up unused imports and obsolete files safely.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# SEO Implementation Skill
|
|
2
|
+
|
|
3
|
+
> Operational steps to implement metadata, JSON-LD schemas, and heading semantic hierarchies.
|
|
4
|
+
|
|
5
|
+
## Protocol
|
|
6
|
+
1. Place JSON-LD script schemas into specific layout headers.
|
|
7
|
+
2. Structure page tags matching exactly `.ai/context/seo-rules.md`.
|
|
8
|
+
3. Check loading speed parameters and element responsiveness.
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# MEMORY
|
|
2
|
+
## Decisions
|
|
3
|
+
| date | decision | why |
|
|
4
|
+
|------|----------|-----|
|
|
5
|
+
| null | null | null |
|
|
6
|
+
## Patterns
|
|
7
|
+
- null
|
|
8
|
+
## Issues
|
|
9
|
+
- null
|
|
10
|
+
## Env
|
|
11
|
+
os: null, ci: null, host: null
|
|
12
|
+
## Sessions
|
|
13
|
+
### null
|
|
14
|
+
date: null, agent: null, summary: null
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# RUNBOOK
|
|
2
|
+
## Setup
|
|
3
|
+
```
|
|
4
|
+
git clone <url> && cd <dir>
|
|
5
|
+
# deps: null
|
|
6
|
+
# env: cp .env.example .env
|
|
7
|
+
# dev: null
|
|
8
|
+
```
|
|
9
|
+
## Deploy
|
|
10
|
+
| step | cmd | notes |
|
|
11
|
+
|------|-----|-------|
|
|
12
|
+
| 1 | null | null |
|
|
13
|
+
## Rollback
|
|
14
|
+
```
|
|
15
|
+
null
|
|
16
|
+
```
|
|
17
|
+
## Incident
|
|
18
|
+
1. logs: null
|
|
19
|
+
2. notify: null
|
|
20
|
+
3. rollback if needed
|
|
21
|
+
4. fix root cause
|
|
22
|
+
5. post-mortem → MEMORY.md
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# Bug Report
|
|
2
|
+
|
|
3
|
+
## Description
|
|
4
|
+
Provide a clear description of the bug.
|
|
5
|
+
|
|
6
|
+
## Steps to Reproduce
|
|
7
|
+
1. `null`
|
|
8
|
+
2. `null`
|
|
9
|
+
|
|
10
|
+
## Expected Behavior
|
|
11
|
+
What should have happened?
|
|
12
|
+
|
|
13
|
+
## Actual Behavior
|
|
14
|
+
What actually happened? Include stack trace if any.
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# Feature Spec: [Feature Name]
|
|
2
|
+
|
|
3
|
+
## Overview
|
|
4
|
+
What is this feature and who is it for?
|
|
5
|
+
|
|
6
|
+
## Architecture & Data Flow
|
|
7
|
+
Describe components and integrations.
|
|
8
|
+
|
|
9
|
+
## Database Schema (if any)
|
|
10
|
+
`null`
|
|
11
|
+
|
|
12
|
+
## Interface Guidelines
|
|
13
|
+
- Responsive design
|
|
14
|
+
- Micro-animations
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Session Log: [Current Agent] -> [Next Agent]
|
|
2
|
+
|
|
3
|
+
**Timestamp:** [ISO 8601]
|
|
4
|
+
**Agent:** [Tool Name] ([Role])
|
|
5
|
+
|
|
6
|
+
## Action Summary
|
|
7
|
+
Brief description of what was done.
|
|
8
|
+
|
|
9
|
+
## Files Changed
|
|
10
|
+
- `null`
|
|
11
|
+
|
|
12
|
+
## Next Steps
|
|
13
|
+
1. `null`
|
|
14
|
+
|
|
15
|
+
## Blockers
|
|
16
|
+
- None
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Task: [Title]
|
|
2
|
+
|
|
3
|
+
## Status
|
|
4
|
+
- [ ] Todo
|
|
5
|
+
- [/] In Progress
|
|
6
|
+
- [x] Done
|
|
7
|
+
|
|
8
|
+
## Description
|
|
9
|
+
Provide details about the task requirements.
|
|
10
|
+
|
|
11
|
+
## Files to Modify
|
|
12
|
+
- `null`
|
|
13
|
+
|
|
14
|
+
## Verification Checklist
|
|
15
|
+
- [ ] Unit tests pass
|
|
16
|
+
- [ ] Changes verified locally
|
package/AGENTS.md
ADDED
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
# Agent Instructions
|
|
2
|
+
|
|
3
|
+
> This file is the **source of truth** for all AI coding agents working on this project.
|
|
4
|
+
> Tool-specific adapters in `adapters/` read from this file. Do not duplicate instructions there.
|
|
5
|
+
|
|
6
|
+
## Project Overview
|
|
7
|
+
|
|
8
|
+
<!-- Replace with your project description -->
|
|
9
|
+
project: null
|
|
10
|
+
stack: null
|
|
11
|
+
description: null
|
|
12
|
+
|
|
13
|
+
## Build Commands
|
|
14
|
+
|
|
15
|
+
<!-- Replace with your actual commands -->
|
|
16
|
+
```
|
|
17
|
+
dev: null
|
|
18
|
+
build: null
|
|
19
|
+
test: null
|
|
20
|
+
lint: null
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
## Coding Conventions
|
|
24
|
+
|
|
25
|
+
<!-- Define your style rules -->
|
|
26
|
+
- Language: null
|
|
27
|
+
- Framework: null
|
|
28
|
+
- Style guide: null
|
|
29
|
+
- Type checking: null
|
|
30
|
+
- Formatting: null
|
|
31
|
+
|
|
32
|
+
## File Structure Rules
|
|
33
|
+
|
|
34
|
+
<!-- Which directories serve which purpose -->
|
|
35
|
+
```
|
|
36
|
+
src/ → Application source code
|
|
37
|
+
lib/ → Shared libraries and utilities
|
|
38
|
+
tests/ → Test files
|
|
39
|
+
docs/ → Documentation
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
## Boundaries
|
|
43
|
+
|
|
44
|
+
<!-- Files and directories agents must NOT modify -->
|
|
45
|
+
```
|
|
46
|
+
no-touch:
|
|
47
|
+
- .env
|
|
48
|
+
- .env.local
|
|
49
|
+
- node_modules/
|
|
50
|
+
- package-lock.json (do not manually edit)
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
## Agent Roles
|
|
54
|
+
|
|
55
|
+
<!-- Define roles if using the multimodel orchestrator -->
|
|
56
|
+
<!-- See .ai/agents/multimodel-orchestrator.md for full orchestration config -->
|
|
57
|
+
|
|
58
|
+
| Role | Tool | Scope | Permissions |
|
|
59
|
+
|------|------|-------|-------------|
|
|
60
|
+
| default | any | all files | read + write |
|
|
61
|
+
|
|
62
|
+
## Dependencies
|
|
63
|
+
|
|
64
|
+
<!-- Key dependencies agents should be aware of -->
|
|
65
|
+
- null
|
|
66
|
+
|
|
67
|
+
## Testing Strategy
|
|
68
|
+
|
|
69
|
+
<!-- How agents should approach testing -->
|
|
70
|
+
- Unit tests: null
|
|
71
|
+
- Integration tests: null
|
|
72
|
+
- E2E tests: null
|
|
73
|
+
|
|
74
|
+
## Additional Context
|
|
75
|
+
|
|
76
|
+
<!-- Any other context agents need -->
|
|
77
|
+
- See `MEMORY.md` for project history and decisions
|
|
78
|
+
- See `TASKS.md` for current work items
|
|
79
|
+
- See `RUNBOOK.md` for operational procedures
|
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 multimodel-dev-os contributors
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/MEMORY.md
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# Project Memory
|
|
2
|
+
|
|
3
|
+
> Persistent context that AI agents carry across sessions.
|
|
4
|
+
> Update this file as the project evolves. Keep it under 200 lines.
|
|
5
|
+
|
|
6
|
+
## Architecture Decisions
|
|
7
|
+
|
|
8
|
+
<!-- Record key decisions so agents don't re-debate them -->
|
|
9
|
+
|
|
10
|
+
| Date | Decision | Rationale |
|
|
11
|
+
|------|----------|-----------|
|
|
12
|
+
| null | null | null |
|
|
13
|
+
|
|
14
|
+
## Key Patterns
|
|
15
|
+
|
|
16
|
+
<!-- Patterns agents should follow consistently -->
|
|
17
|
+
|
|
18
|
+
- null
|
|
19
|
+
|
|
20
|
+
## Known Issues
|
|
21
|
+
|
|
22
|
+
<!-- Gotchas, workarounds, and technical debt -->
|
|
23
|
+
|
|
24
|
+
- null
|
|
25
|
+
|
|
26
|
+
## Environment Notes
|
|
27
|
+
|
|
28
|
+
<!-- Environment-specific context (OS quirks, CI setup, etc.) -->
|
|
29
|
+
|
|
30
|
+
- OS: null
|
|
31
|
+
- CI: null
|
|
32
|
+
- Hosting: null
|
|
33
|
+
|
|
34
|
+
## Session Notes
|
|
35
|
+
|
|
36
|
+
<!-- Recent session summaries — newest first, keep last 5 -->
|
|
37
|
+
|
|
38
|
+
### Session: null
|
|
39
|
+
**Date:** null
|
|
40
|
+
**Agent:** null
|
|
41
|
+
**Summary:** null
|
|
42
|
+
**Files changed:** null
|
package/README.md
ADDED
|
@@ -0,0 +1,197 @@
|
|
|
1
|
+
# multimodel-dev-os
|
|
2
|
+
|
|
3
|
+
> Portable, vendor-neutral project configuration for AI coding tools.
|
|
4
|
+
|
|
5
|
+
[](LICENSE)
|
|
6
|
+
[](CONTRIBUTING.md)
|
|
7
|
+
[](CHANGELOG.md)
|
|
8
|
+
|
|
9
|
+
A shared set of markdown files that any AI coding tool can read — Codex,
|
|
10
|
+
Antigravity, Cursor, Claude, Gemini, VS Code, or whatever comes next.
|
|
11
|
+
Think `.editorconfig` for AI tools.
|
|
12
|
+
|
|
13
|
+
> [!IMPORTANT]
|
|
14
|
+
> **v0.1 is a Markdown-first convention/specification layer.**
|
|
15
|
+
> It is a set of structured directory/file guidelines that AI models can natively parse, not a daemon process, autonomous runtime engine, or background executor. Command Line Interface (CLI) automation and runtime engine tools are scheduled for the **v0.2+** releases.
|
|
16
|
+
|
|
17
|
+
## The Problem
|
|
18
|
+
|
|
19
|
+
You use Cursor for implementation, Claude for architecture, Codex for review.
|
|
20
|
+
Each tool has its own config format, context window, and memory system.
|
|
21
|
+
When you switch tools, context is lost. When two agents work on the same
|
|
22
|
+
repo, they step on each other.
|
|
23
|
+
|
|
24
|
+
## The Solution
|
|
25
|
+
|
|
26
|
+
One set of markdown files that all AI tools read:
|
|
27
|
+
|
|
28
|
+
```
|
|
29
|
+
AGENTS.md → What this project is and how to work on it
|
|
30
|
+
MEMORY.md → What we've learned and decided
|
|
31
|
+
TASKS.md → What needs to be done
|
|
32
|
+
RUNBOOK.md → How to deploy, rollback, and respond to incidents
|
|
33
|
+
.ai/ → Agent config, skills, checks, prompts, session logs
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
Tool-specific adapters translate these into native formats:
|
|
37
|
+
|
|
38
|
+
```
|
|
39
|
+
adapters/codex/ → Codex-native config
|
|
40
|
+
adapters/antigravity/ → Antigravity/Gemini-native config
|
|
41
|
+
adapters/cursor/ → .cursorrules
|
|
42
|
+
adapters/claude/ → CLAUDE.md
|
|
43
|
+
adapters/gemini/ → GEMINI.md
|
|
44
|
+
adapters/vscode/ → .vscode/settings.json
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
## Supported Tool Matrix
|
|
48
|
+
|
|
49
|
+
| Tool | Adapter File | Reads Source of Truth From | Status |
|
|
50
|
+
|------|--------------|----------------------------|--------|
|
|
51
|
+
| OpenAI Codex | `adapters/codex/AGENTS.md` | `/AGENTS.md` | ✅ v0.1 |
|
|
52
|
+
| Google Antigravity | `adapters/antigravity/AGENTS.md` | `/AGENTS.md` | ✅ v0.1 |
|
|
53
|
+
| Cursor | `adapters/cursor/.cursorrules` | `/AGENTS.md`, `/MEMORY.md`, `/TASKS.md` | ✅ v0.1 |
|
|
54
|
+
| Claude Code | `adapters/claude/CLAUDE.md` | `/AGENTS.md`, `/MEMORY.md`, `/TASKS.md` | ✅ v0.1 |
|
|
55
|
+
| Gemini | `adapters/gemini/GEMINI.md` | `/AGENTS.md` | ✅ v0.1 |
|
|
56
|
+
| VS Code | `adapters/vscode/.vscode/settings.json` | `/AGENTS.md` (via exclusions) | ✅ v0.1 |
|
|
57
|
+
|
|
58
|
+
## Quick Start
|
|
59
|
+
|
|
60
|
+
### Option 1: Automated Installation
|
|
61
|
+
|
|
62
|
+
**macOS / Linux / WSL (bash):**
|
|
63
|
+
```bash
|
|
64
|
+
curl -fsSL https://raw.githubusercontent.com/rizvee/multimodel-dev-os/main/scripts/install.sh | bash
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
**Windows (PowerShell):**
|
|
68
|
+
```powershell
|
|
69
|
+
irm https://raw.githubusercontent.com/rizvee/multimodel-dev-os/main/scripts/install.ps1 | iex
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
**Caveman Mode Installation** (~79% fewer tokens):
|
|
73
|
+
```bash
|
|
74
|
+
curl -fsSL https://raw.githubusercontent.com/rizvee/multimodel-dev-os/main/scripts/install.sh | bash -s -- --caveman
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
### Option 2: Manual Setup
|
|
78
|
+
|
|
79
|
+
If you prefer not to execute external shell scripts:
|
|
80
|
+
1. Clone this repository locally.
|
|
81
|
+
2. Copy the core markdown files (`AGENTS.md`, `MEMORY.md`, `TASKS.md`, `RUNBOOK.md`) and the `.ai/` directory into your project root.
|
|
82
|
+
3. Select the adapter configurations you need from the `adapters/` directory and copy them to your project root (e.g., `adapters/cursor/.cursorrules`).
|
|
83
|
+
|
|
84
|
+
See [docs/quickstart.md](docs/quickstart.md) for all options.
|
|
85
|
+
|
|
86
|
+
## Architecture
|
|
87
|
+
|
|
88
|
+
```
|
|
89
|
+
┌─────────────────────────────────────────────┐
|
|
90
|
+
│ SOURCE OF TRUTH (root) │
|
|
91
|
+
│ │
|
|
92
|
+
│ AGENTS.md MEMORY.md TASKS.md RUNBOOK.md │
|
|
93
|
+
│ .ai/ │
|
|
94
|
+
│ config · agents · skills · checks · ... │
|
|
95
|
+
└──────────────────┬──────────────────────────┘
|
|
96
|
+
│
|
|
97
|
+
Adapters read from ↑
|
|
98
|
+
│
|
|
99
|
+
┌────────┬───────┼───────┬────────┬─────────┐
|
|
100
|
+
│ │ │ │ │ │
|
|
101
|
+
▼ ▼ ▼ ▼ ▼ ▼
|
|
102
|
+
Codex Antigrav Cursor Claude Gemini VS Code
|
|
103
|
+
```
|
|
104
|
+
|
|
105
|
+
Adapters are **readers, not writers.** The root markdown files are the
|
|
106
|
+
single source of truth. Adapters translate into tool-native formats.
|
|
107
|
+
|
|
108
|
+
## Core Files
|
|
109
|
+
|
|
110
|
+
| File | Purpose | Audience |
|
|
111
|
+
|------|---------|----------|
|
|
112
|
+
| [`AGENTS.md`](AGENTS.md) | Project rules, build commands, conventions | AI agents |
|
|
113
|
+
| [`MEMORY.md`](MEMORY.md) | Architecture decisions, patterns, session notes | AI agents |
|
|
114
|
+
| [`TASKS.md`](TASKS.md) | Current sprint, backlog, completed work | AI + humans |
|
|
115
|
+
| [`RUNBOOK.md`](RUNBOOK.md) | Deploy, rollback, incident response | AI + humans |
|
|
116
|
+
| [`.ai/config.yaml`](.ai/config.yaml) | Mode, orchestrator, adapter settings | System |
|
|
117
|
+
|
|
118
|
+
## Supported Tools
|
|
119
|
+
|
|
120
|
+
| Tool | Adapter | Native File | Status |
|
|
121
|
+
|------|---------|-------------|--------|
|
|
122
|
+
| OpenAI Codex | [`adapters/codex/`](adapters/codex/) | `AGENTS.md` | ✅ v0.1 |
|
|
123
|
+
| Google Antigravity | [`adapters/antigravity/`](adapters/antigravity/) | `.gemini/settings.json` | ✅ v0.1 |
|
|
124
|
+
| Cursor | [`adapters/cursor/`](adapters/cursor/) | `.cursorrules` | ✅ v0.1 |
|
|
125
|
+
| Claude Code | [`adapters/claude/`](adapters/claude/) | `CLAUDE.md` | ✅ v0.1 |
|
|
126
|
+
| Gemini | [`adapters/gemini/`](adapters/gemini/) | `GEMINI.md` | ✅ v0.1 |
|
|
127
|
+
| VS Code | [`adapters/vscode/`](adapters/vscode/) | `.vscode/settings.json` | ✅ v0.1 |
|
|
128
|
+
|
|
129
|
+
Want to add a tool? See [docs/adapters.md](docs/adapters.md).
|
|
130
|
+
|
|
131
|
+
## Multimodel Orchestrator
|
|
132
|
+
|
|
133
|
+
Coordinate multiple AI agents on one project. Define roles in
|
|
134
|
+
`.ai/config.yaml`, detail coordination in `.ai/agents/multimodel-orchestrator.md`.
|
|
135
|
+
|
|
136
|
+
```yaml
|
|
137
|
+
orchestrator:
|
|
138
|
+
mode: "sequential"
|
|
139
|
+
agents:
|
|
140
|
+
- name: "architect"
|
|
141
|
+
tool: "claude"
|
|
142
|
+
files: ["docs/**"]
|
|
143
|
+
- name: "implementer"
|
|
144
|
+
tool: "cursor"
|
|
145
|
+
files: ["src/**"]
|
|
146
|
+
```
|
|
147
|
+
|
|
148
|
+
See [docs/multimodel-workflow.md](docs/multimodel-workflow.md).
|
|
149
|
+
|
|
150
|
+
## Caveman Mode
|
|
151
|
+
|
|
152
|
+
Minimal-token templates. Same structure, ~79% fewer tokens.
|
|
153
|
+
|
|
154
|
+
| Mode | AGENTS.md | Total |
|
|
155
|
+
|------|-----------|-------|
|
|
156
|
+
| Standard | ~500 tokens | ~1,600 tokens |
|
|
157
|
+
| Caveman | ~120 tokens | ~340 tokens |
|
|
158
|
+
|
|
159
|
+
See [docs/caveman-mode.md](docs/caveman-mode.md).
|
|
160
|
+
|
|
161
|
+
## Examples
|
|
162
|
+
|
|
163
|
+
| Project Type | Files |
|
|
164
|
+
|---|---|
|
|
165
|
+
| [Next.js SaaS](examples/nextjs-saas/) | AGENTS.md, MEMORY.md, config |
|
|
166
|
+
| [WordPress Site](examples/wordpress-site/) | AGENTS.md, MEMORY.md, config |
|
|
167
|
+
| [E-commerce Headless Store](examples/ecommerce-store/) | AGENTS.md, MEMORY.md, config |
|
|
168
|
+
| [SEO Static Landing Page](examples/seo-landing-page/) | AGENTS.md, MEMORY.md, config |
|
|
169
|
+
| [General AppScaffold](examples/general-app/) | AGENTS.md, MEMORY.md, config |
|
|
170
|
+
|
|
171
|
+
## "multimodel" ≠ "multimodal"
|
|
172
|
+
|
|
173
|
+
- **multimodel** = multiple AI models/tools on the same project
|
|
174
|
+
- **multimodal** = AI processing multiple input types (text, image, audio)
|
|
175
|
+
|
|
176
|
+
This project is about the first one.
|
|
177
|
+
|
|
178
|
+
## Docs
|
|
179
|
+
|
|
180
|
+
- [Quickstart](docs/quickstart.md)
|
|
181
|
+
- [Architecture](docs/architecture.md)
|
|
182
|
+
- [Adapters](docs/adapters.md)
|
|
183
|
+
- [Multi-agent Workflow](docs/multimodel-workflow.md)
|
|
184
|
+
- [Caveman Mode](docs/caveman-mode.md)
|
|
185
|
+
- [Installers](docs/installers.md)
|
|
186
|
+
- [CLI Roadmap](docs/cli-roadmap.md)
|
|
187
|
+
- [Testing Guide](docs/testing-v0.2.md)
|
|
188
|
+
- [NPM Publishing Runbook](docs/npm-publishing.md)
|
|
189
|
+
- [FAQ](docs/faq.md)
|
|
190
|
+
|
|
191
|
+
## Contributing
|
|
192
|
+
|
|
193
|
+
See [`CONTRIBUTING.md`](CONTRIBUTING.md) and [`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md).
|
|
194
|
+
|
|
195
|
+
## License
|
|
196
|
+
|
|
197
|
+
[MIT](LICENSE)
|
package/RUNBOOK.md
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
# Runbook
|
|
2
|
+
|
|
3
|
+
> Operational procedures for deployment, rollback, and incident response.
|
|
4
|
+
> AI agents reference this before executing critical operations.
|
|
5
|
+
|
|
6
|
+
## Environment Setup
|
|
7
|
+
|
|
8
|
+
<!-- Steps to set up a development environment from scratch -->
|
|
9
|
+
|
|
10
|
+
```bash
|
|
11
|
+
# 1. Clone the repo
|
|
12
|
+
git clone <repo-url>
|
|
13
|
+
cd <project-name>
|
|
14
|
+
|
|
15
|
+
# 2. Install dependencies
|
|
16
|
+
null
|
|
17
|
+
|
|
18
|
+
# 3. Set up environment variables
|
|
19
|
+
cp .env.example .env
|
|
20
|
+
# Edit .env with your values
|
|
21
|
+
|
|
22
|
+
# 4. Start development server
|
|
23
|
+
null
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
## Deploy
|
|
27
|
+
|
|
28
|
+
<!-- Step-by-step deployment procedure -->
|
|
29
|
+
|
|
30
|
+
| Step | Command | Notes |
|
|
31
|
+
|------|---------|-------|
|
|
32
|
+
| 1 | null | null |
|
|
33
|
+
| 2 | null | null |
|
|
34
|
+
|
|
35
|
+
**Deploy URL:** null
|
|
36
|
+
**Deploy branch:** null
|
|
37
|
+
|
|
38
|
+
## Rollback
|
|
39
|
+
|
|
40
|
+
<!-- How to revert a bad deployment -->
|
|
41
|
+
|
|
42
|
+
```bash
|
|
43
|
+
# Quick rollback to previous version
|
|
44
|
+
null
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
**Last known good commit:** null
|
|
48
|
+
|
|
49
|
+
## Incident Response
|
|
50
|
+
|
|
51
|
+
<!-- What to do when things break -->
|
|
52
|
+
|
|
53
|
+
1. **Identify:** Check error logs at `null`
|
|
54
|
+
2. **Communicate:** Notify team at `null`
|
|
55
|
+
3. **Mitigate:** Rollback if necessary (see above)
|
|
56
|
+
4. **Resolve:** Fix the root cause
|
|
57
|
+
5. **Document:** Add post-mortem to `MEMORY.md`
|
|
58
|
+
|
|
59
|
+
## Health Checks
|
|
60
|
+
|
|
61
|
+
<!-- Endpoints or commands to verify the system is working -->
|
|
62
|
+
|
|
63
|
+
| Check | Command/URL | Expected |
|
|
64
|
+
|-------|-------------|----------|
|
|
65
|
+
| null | null | null |
|
|
66
|
+
|
|
67
|
+
## Secrets & Config
|
|
68
|
+
|
|
69
|
+
<!-- Where secrets are stored (never put actual secrets here) -->
|
|
70
|
+
|
|
71
|
+
| Secret | Location | Rotation |
|
|
72
|
+
|--------|----------|----------|
|
|
73
|
+
| null | null | null |
|