CloudRadar AGENTS Update
Overview
Apply requested changes to AGENTS.md, then run the automation script to handle branch creation, PR, auto-merge, meta-issue update, and cleanup.
Workflow
- •Read the user's instructions and update
AGENTS.mddirectly. - •Run the automation script with a short summary of the changes.
- •Confirm the recap printed by the script.
Script
Run from the repo root:
bash
python3 skills/cloudradar-agents-update/scripts/agents_update.py \ --summary "<short summary of the AGENTS.md change>" \ --short "<short suffix>"
Notes:
- •
--shortis optional. Default is UTC dateYYYYMMDD. - •The branch format is
docs/agents-55-<short>. - •Requires
ghto be authenticated. - •The working tree must only have changes in
AGENTS.md.
Expected Output
The script prints a recap including:
- •Commit id
- •PR URL
- •Merge commit id
- •Confirmation that meta issue #55 received the changelog entry