Static checks over the local project. Use these in pre-commit hooks or CI to catch duplicate IDs and config drift before runs. For schema, file-reference, and entity ID validation of simplified format YAML, seeDocumentation Index
Fetch the complete documentation index at: https://momentic.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
momentic lint.
duplicate-ids
Detect duplicate step and command IDs across tests and modules. For simplified
format projects, this delegates to
momentic lint.
Options
Rename duplicate IDs in place to make them unique.
duplicate-names
Detect duplicate test and module names so every entity is uniquely identifiable.
config
Validate momentic.config.yaml against the configuration schema.
Common flags
Path to the Momentic configuration file. Defaults to
momentic.config.yaml in
the current directory.