ratify_rfc
Convert a completed debate synthesis into an Architecture Decision Record and generate a pull request for the specified repository.
Instructions
Generate ADR from Door synthesis and create PR.
Requires: Debate must be closed with synthesis.
Args: thread_id: The debate thread to ratify repo: Repository in owner/repo format adr_number: Explicit ADR number (required to prevent collisions) target_id: Optional reference ID for linking (e.g., discussion node ID) adr_path: Path for ADR file in repo (default: docs/adr/)
Returns: Dictionary with pr_url, pr_number, adr_path, branch_name
Note: Can be disabled by setting GITHUB_TOOLS_ENABLED=false
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| adr_path | No | docs/adr/ | |
| target_id | No | ||
| thread_id | Yes | ||
| adr_number | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||