gandalf check compares the team manifest at gandalf.toml with your local agent environment and reports drift. Use it locally to preview what gandalf apply would do, or in CI to enforce team standards.
Synopsis
Flags
Examples
Output shape
Text output prints the manifest name and version, the target agents, and one of two states:- In sync: local setup matches the manifest.
- Drift detected: numbered list of items with agent, kind, name, and target file path.
--json for machine output containing the parsed manifest and drift list.
Errors
MANIFEST_NOT_FOUND: rungandalf initto create a manifest.MANIFEST_PARSE_ERROR: check TOML syntax.MANIFEST_VALIDATION_ERROR: correct required fields per the manifest reference.