sync_to_aggregator
Upload ADRs to the ADR Aggregator for centralized tracking, visualization, and team collaboration. Sync incrementally or fully, with optional metadata like diagrams, timelines, and security scans.
Instructions
Sync ADRs to ADR Aggregator platform (https://adraggregator.com) for centralized tracking, visualization, and team collaboration. Supports incremental and full sync modes with optional metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adr_paths | No | Specific ADR paths to sync (syncs all if not provided) | |
| full_sync | No | Replace all ADRs instead of incremental sync | |
| projectPath | No | Project path (defaults to PROJECT_PATH) | |
| include_diagrams | No | Include Mermaid diagrams (Pro+ tier) | |
| include_metadata | No | Include analysis metadata in sync | |
| include_timeline | No | Include timeline/staleness data | |
| include_code_links | No | Include AST-based code links (Pro+ tier) | |
| include_security_scan | No | Include security scan results |