sync_to_aggregator
Centralize architectural decision records on ADR Aggregator for team-wide visibility. Choose incremental or full sync and include optional metadata for richer context.
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 |