|
1 | | -# MiOS AI Ingestion Index |
2 | | -> Standardized AI Ingestion for MiOS v0.1.4 |
3 | | -> SSOT: https://github.com/mios-fss/MiOS/blob/main/INDEX.md |
4 | | - |
5 | | -## 🏛️ Essential Context |
6 | | -- [AI-Agent-Hub](../INDEX.md): Primary architectural laws and instruction patterns. |
7 | | -- [AI-Context](../usr/share/mios/ai/v1/ai-context.json): Machine-readable manifest of AI resources (OpenAI Schema). |
8 | | -- [AI-Knowledge-Base](../usr/share/mios/ai/v1/AI-KNOWLEDGE-BASE.md): Condensed system knowledge for RAG. |
9 | | - |
10 | | -## 🛠️ Engineering |
11 | | -- [Package-Manifest](engineering/2026-04-26-Artifact-ENG-001-Packages.md): SSOT for system components. |
12 | | -- [Build-Pipeline](../Containerfile): OCI build stages and logic. |
| 1 | +# MiOS (Modern immutable Operating System) — Pure FOSS |
| 2 | + |
| 3 | +MiOS is an immutable, AI-native workstation. It is engineered for high-performance virtualization, local AI development, and zero-day transactional stability. |
| 4 | + |
| 5 | +## Core Documentation (Day 0) |
| 6 | +- [INDEX.md](./INDEX.md): The Single Source of Truth (SSOT) for laws and API surface. |
| 7 | +- [ARCHITECTURE.md](./ARCHITECTURE.md): Unified hardware and filesystem blueprints. |
| 8 | +- [ENGINEERING.md](./ENGINEERING.md): Security standards and AI integration patterns. |
| 9 | + |
| 10 | +## AI & Agent Integration |
| 11 | +- [system-prompt.md](./system-prompt.md): The authoritative persona for MiOS agents. |
| 12 | +- [.cursorrules](./.cursorrules): Engineering standards for VS Code Cursor. |
| 13 | +- [.clinerules](./.clinerules): Autonomous instructions for Cline/Roo-Code. |
| 14 | +- [llms-full.txt](./llms-full.txt): Comprehensive flattened context for LLM ingestion. |
| 15 | + |
| 16 | +## Key Technical Specs |
| 17 | +- **OS Base**: Immutable bootc-native. |
| 18 | +- **Hardware**: Universal silicon support (Primary IDs: `10de:2204,10de:1aef`). |
| 19 | +- **AI API**: Local OpenAI-compatible surface at `http://localhost:8080/v1`. |
| 20 | + |
| 21 | +## Repository Structure |
| 22 | +- `usr/`: Immutable rootfs templates. |
| 23 | +- `etc/`: Persistence templates. |
| 24 | +- `tools/`: Utility toolchain. |
| 25 | +- `specs/`: Research and blueprints. |
| 26 | +- `agents/`: Autonomous agent local environments. |
0 commit comments