sync_to_aggregator
Sync Architecture Decision Records to the ADR Aggregator platform for centralized tracking, visualization, and team collaboration with incremental or full sync options.
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 |