Skip to content

Dev#22

Merged
Harihara04sudhan merged 5 commits into
mainfrom
dev
May 23, 2026
Merged

Dev#22
Harihara04sudhan merged 5 commits into
mainfrom
dev

Conversation

@Harihara04sudhan

Copy link
Copy Markdown
Contributor

No description provided.

Harihara04sudhan and others added 5 commits May 22, 2026 21:29
…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)
Copilot AI review requested due to automatic review settings May 23, 2026 11:44

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-plugin and .agents marketplace 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.

@Harihara04sudhan Harihara04sudhan merged commit 5f910dd into main May 23, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants