docs(readme): add ArmorIQ logo, remove cross-product refs and local-mode#6
Merged
Merged
Conversation
Previously the installer let users decline the "Connect your ArmorIQ account now?" prompt and continued installing in local-only mode. Per product direction, ArmorCopilot is account-gated. If the user declines, or runs without a TTY without ARMORIQ_API_KEY, the installer now: - uninstalls the plugin - removes the marketplace registration - removes the install dir - exits non-zero with a clear "re-run when ready" message Also drops --skip-login (no longer a supported state) and re-runs the same teardown if armoriq-dev login fails or produces no credentials. If ARMORIQ_API_KEY is set or ~/.armoriq/credentials.json already exists, the connect step is skipped non-interactively (no prompt, no abort). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- Add ArmorIQ logo at the top of both READMEs (repo root + plugin README that Copilot's plugin viewer renders). Plugin README uses an absolute raw.githubusercontent.com URL so the in-Copilot plugin viewer can resolve the image regardless of where the README is rendered from. Repo root uses a relative path so GitHub renders it natively. - Strip ArmorClaude / ArmorCodex cross-product mentions from the tagline + Refs sections. ArmorCopilot stands alone. - Strip "leave blank for local-only mode" language per CTO directive: no local-only path documented. - Add canonical Refs: https://docs.armoriq.ai/armorcopilot and https://armoriq.ai. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Pulkit7070
approved these changes
May 29, 2026
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.
Summary
Updates both READMEs (repo root + the plugin-level one Copilot's plugin viewer renders) so the in-Copilot Plugin page looks branded and stands alone.
raw.githubusercontent.comURL so the Copilot plugin viewer can resolve the image regardless of how the README is loaded. The repo root uses a relative path for native GitHub rendering.Test plan
copilotCLI (copilot plugin info armorcopilotor the plugin viewer UI) and confirm the ArmorIQ logo renders at the top.🤖 Generated with Claude Code