sync_document
Synchronize local Markdown, text, JSON, YAML, or CSV files to extract claims with exact line provenance and discover contradictions across sources.
Instructions
Synchronizes a local document file (Markdown, text, JSON, YAML, CSV), extracts claims with exact line provenance, and discovers contradictions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Scope of the document (default: file) | |
| subject | No | Subject entity name for extracted claims (default: filename) | |
| filePath | Yes | Absolute or relative file path on disk | |
| sourceName | No | Optional friendly name for this source | |
| sourceRole | No | Source role (e.g. deployment, configuration, documentation) | |
| environment | No | Environment context (e.g. production, development) | |
| runDiscovery | No | Whether to trigger automatic contradiction discovery (default: true) |