Documentation Index
Fetch the complete documentation index at: https://docs.complior.ai/llms.txt
Use this file to discover all available pages before exploring further.
Flags
| Flag | Description | Default |
|---|---|---|
--dry-run | Preview fixes without applying | off |
--json | Output as JSON | off |
--ai | Use LLM to fill document placeholders | off |
--source <SOURCE> | Fix source: scan or eval | scan |
Examples
- Preview
- Apply all
- With AI
- From eval
Fix types
| Type | What it does | Example |
|---|---|---|
| A (Code) | Modifies source files — adds imports, injects compliance code | Disclosure, logging, error handling |
| B (Document) | Creates new files — compliance documents, policies | FRIA, AI Policy, Worker Notification |
| C (Config) | Updates configuration — .gitignore, .env, package.json | Secret externalization, dependency updates |