rename: statuspage-discord → squawk#13
Merged
Merged
Conversation
The bot already covers both Statuspage.io and incident.io and is built to add more provider adapters; the original "statuspage-discord" name implied vendor coupling that no longer fits. Squawk reads as source-agnostic and matches the bot's actual job (broadcasting incident "squawks" to Discord). Surface touched: - package.json `name` → squawk - compose.yml volume name → squawk_data - README + AGENTS.md branding (vendor mentions of Statuspage.io stay) - docs/wiki/* — repo URL paths, volume names, repo-name examples - .github/workflows/sync-wiki.yml — repo paths Env var rename (with backwards-compat alias): - STATUSPAGE_MONITORS_JSON → MONITORS_JSON (the multi-monitor list covers both Statuspage and incident.io; the old name was misleading). Legacy name is still honored with a startup deprecation warning. - STATUSPAGE_BASE_URL stays as-is — it specifically names the Statuspage.io single-monitor URL, which is accurate. Provider adapter filenames (src/providers/statuspage.ts) and the "Statuspage.io" / "incident.io" vendor name references throughout the codebase are intentionally unchanged — those refer to upstream products not the bot's brand. Repo move on GitHub still pending; this commit is the in-tree rename. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Repo rebrand. Bot now covers Statuspage.io + incident.io with more provider adapters planned, so the Statuspage-coupled name is misleading.
Surface touched: package.json, compose.yml volume, README/AGENTS branding, docs/wiki repo URLs.
Env var rename
STATUSPAGE_MONITORS_JSON→MONITORS_JSON(legacy still honored with deprecation warning at startup).STATUSPAGE_BASE_URLkeeps its name (legitimately names the Statuspage.io single-monitor URL). Provider adapter filenames / vendor mentions stay — those refer to upstream products, not the bots brand.Repo move on GitHub via
gh repo renamehappens after merge. The wiki-sync workflow URL update was reverted from this PR (token lackedworkflowscope); will follow up.