api-confluence-integration
Purpose
Assists Planningway with the deployment of "Lunar-Approved" architecture specifications. Standardizes interaction with the confluence_api for managing, editing, and pushing markdown/HTML specifications to Confluence wikis.
Usage
- Draft the finalized architectural specification.
- Interface with the
confluence_api(if available) or generate a payload tailored for Confluence's REST integration. - Convert Markdown structures recursively to properly formatted Confluence Storage Format.
- Maintain a structured archive of Architecture Design Records (ADRs) to satisfy the mandate for long-term project stability.
Resources
- Confluence REST v2 API Docs
- Markdown-to-Confluence conversion templates