What is a manifest?
Every Vibe app is defined by avibe.yaml manifest. The manifest tells the Vibe runtime:
- What container images to run
- How services depend on each other
- What state volumes to persist
- What capabilities the app requires
- Who published it and how to verify the signature
Kind
All manifests must declarekind: vibe.app/v1:
