Application Delivery Overview
Audience
This page is for developers, platform maintainers, and delivery teams shipping applications into AiOS.Goal and Scope
This page explains:- how all delivery inputs normalize into AppSpec
- the boundary and failure rules of Compose import
- how deployment lifecycle integrates with tasks, approval, and audit
Core Concepts
- all delivery inputs normalize into
AppSpec - Compose uses a restricted import strategy, not full compatibility
- production deployments and rollbacks are approval-gated by default
Standard Workflow
- choose an input source (Git / Compose / Image)
- parse and normalize into AppSpec
- execute Render / Apply / HealthCheck
- write task, audit, and deployment records
CLI Examples
Web UI Path
- application creation wizard
- Compose import report
- deployment history and rollback entrypoints
Pitfalls / Risk Notes
buildis blocked in Compose v1; do not assume automatic image builds exist.- production deployment and rollback are not special paths that bypass approval.