Validation checks whether your project is ready to run and publish.Documentation Index
Fetch the complete documentation index at: https://docs.charmos.io/llms.txt
Use this file to discover all available pages before exploring further.
Run Validation
What Validation Covers
charm.yamlexists.- Manifest schema is valid.
- Adapter type is supported.
- Entry point is importable or executable.
- Auth providers are recognized.
- Policies and pricing are well-formed.
- Paths are portable.
- Interface schema is valid.
Common Fixes
- Put
charm.yamlat the project root. - Match
runtime.adapter.entry_pointto your actual module/object. - Use relative paths.
- Declare required environment variables.
- Update
persona.versionbefore publishing a new version.
