Dev#22
Merged
Merged
Conversation
…morIQ'
The Codex marketplace UI's "Built by..." filter dropdown was showing
"ArmorCodex" as the publisher label. That's the product name, not the
company name. Replaced with "ArmorIQ" (the company) so the hierarchy
matches the rest of OpenAI's marketplace conventions:
Built by [ArmorIQ] (company)
└── ArmorCodex (plugin / product)
Sets up cleanly for adding ArmorClaude, ArmorCopilot, etc. as additional
plugins under the same ArmorIQ publisher in the future.
Two files updated (kept in sync):
- .codex-plugin/marketplace.json
- .agents/plugins/marketplace.json
Marketplace slug ('name': 'armorcodex') intentionally unchanged — renaming
it would force every existing user to re-add the marketplace. Cosmetic
display fix only.
The plugin's own display name (ArmorCodex) stays unchanged; only the
parent marketplace label changes.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The plugin.json was pointing at /privacy and /terms, but armoriq.ai actually publishes these at /privacy-policy and /terms-of-service. Result: the in-product "Privacy" / "Terms" links from the marketplace listing went to 404 pages. Updated: - interface.privacyPolicyURL: /privacy → /privacy-policy - interface.termsOfServiceURL: /terms → /terms-of-service Verified both new URLs return 200 against the live armoriq.ai site. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…moriq chore(marketplace): publisher name 'ArmorIQ' + fix broken privacy/ToS URLs
…ly prompts
The marketplace "Try in chat" prompts were:
- "Register an intent plan, then run my Bash commands."
(internal jargon — no real user types "intent plan"; Codex registers
plans automatically when the MCP server loads)
- "Show the current ArmorCodex security policies."
(says ArmorCodex twice — user is already on the ArmorCodex page)
- "Block Bash commands that contain curl or wget."
(works, but narrow — doesn't show the breadth of policy power)
Replaced with prompts that read like a real user typing in <10 seconds
to demo the product:
- "Show me what security rules are protecting this project."
→ triggers policy_read, shows visible policies in the conversation
- "Block any commands that fetch URLs or exfiltrate data."
→ triggers policy_update with broader DLP-style framing
- "Walk me through your plan before running anything."
→ natural way to surface our intent-capture wedge without using the
internal phrase "intent plan"
Each prompt maps to one MCP tool / one visible behavior, sets up an
obvious allow-or-block outcome a viewer can see during a 10-second demo.
Not bumping version — we're pre-launch, no compatibility window to
manage yet.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
chore(plugin): user-friendly defaultPrompt (no internal jargon)
There was a problem hiding this comment.
Pull request overview
Updates ArmorCodex/Codex marketplace metadata to reflect current ArmorIQ branding and refreshes end-user defaults in the Codex plugin manifest.
Changes:
- Update the plugin manifest’s privacy/terms URLs and refresh the default prompt suggestions.
- Rename marketplace interface display name to “ArmorIQ” and expand the marketplace description to mention ArmorCodex and other harnesses.
- Apply the same marketplace metadata update in both
.codex-pluginand.agentsmarketplace manifests.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| plugins/armorcodex/.codex-plugin/plugin.json | Updates legal URLs and refreshes defaultPrompt strings shown to users. |
| .codex-plugin/marketplace.json | Renames marketplace display name to ArmorIQ and updates marketplace description. |
| .agents/plugins/marketplace.json | Mirrors the marketplace naming/description updates for the agents config. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
No description provided.