Documentation Index
Fetch the complete documentation index at: https://docs.skrmir.com/llms.txt
Use this file to discover all available pages before exploring further.
Compose Support
Audience
This page is for developers, platform maintainers, and operators importing existing Compose applications into AiOS.Goal and Scope
AiOS supports Compose import, not full Docker Compose compatibility.Core Concepts
Three statuses
supported: convert and continuewarn: continue, but expose semantic drift clearlyblocked: fail immediately
Strict mode
Whenstrict=true, any warn also becomes a failure.
Standard Workflow
- parse the Compose file
- evaluate fields against the support matrix
- generate a
supported / warn / blockedreport - continue into AppSpec conversion only after validation passes
Current Control-Plane API Freeze
The current/api/v1/compose/import freeze covers matrix evaluation and import reporting first.
This round does not require that route to own raw YAML upload, full AppSpec persistence, or deployment advancement.
Planned CLI Examples (Not Yet Implemented)
The repository does not currently ship these Compose import commands. The executable surface frozen today isPOST /api/v1/compose/import.