.continue/agents/breaking-change-detector.md
Analyze this pull request for breaking changes that may leave stale references elsewhere in the codebase.
CLI command renames or removals - If a command registered in extensions/cli/src/commands/ is renamed, removed, or has its flags changed, check that:
docs/ reflects the new name.continue/agents/ don't reference the old commandskills/ are updatedPublic API changes - If exported functions, interfaces, or types in core/ or packages/ are renamed or have signature changes, check that:
gui/, extensions/, and binary/ are updatedpackages/config-types/ are consistentConfiguration schema changes - If config file formats (YAML or JSON) are modified, check that:
URL changes - If any hardcoded URLs (e.g., hub.continue.dev, api.continue.dev) are changed, scan for stale references across the repo.