sync_to_aggregator
Sync architectural decision records (ADRs) to ADR Aggregator for centralized tracking, visualization, and team collaboration. Choose incremental or full sync with optional metadata, 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 |
|---|---|---|---|
| full_sync | No | Replace all ADRs instead of incremental sync | |
| include_metadata | No | Include analysis metadata in sync | |
| include_diagrams | No | Include Mermaid diagrams (Pro+ tier) | |
| include_timeline | No | Include timeline/staleness data | |
| include_security_scan | No | Include security scan results | |
| include_code_links | No | Include AST-based code links (Pro+ tier) | |
| adr_paths | No | Specific ADR paths to sync (syncs all if not provided) | |
| projectPath | No | Project path (defaults to PROJECT_PATH) |