diff --git a/.agents/plugins/marketplace.json b/.agents/plugins/marketplace.json index 0de173e..3d3a46f 100644 --- a/.agents/plugins/marketplace.json +++ b/.agents/plugins/marketplace.json @@ -6,11 +6,11 @@ "url": "https://armoriq.ai" }, "metadata": { - "description": "ArmorCodex marketplace: intent-based security enforcement for OpenAI Codex.", + "description": "ArmorIQ marketplace: intent-based security enforcement for OpenAI Codex (ArmorCodex) and other agentic harnesses.", "version": "0.2.0" }, "interface": { - "displayName": "ArmorCodex" + "displayName": "ArmorIQ" }, "plugins": [ { diff --git a/.codex-plugin/marketplace.json b/.codex-plugin/marketplace.json index 0de173e..3d3a46f 100644 --- a/.codex-plugin/marketplace.json +++ b/.codex-plugin/marketplace.json @@ -6,11 +6,11 @@ "url": "https://armoriq.ai" }, "metadata": { - "description": "ArmorCodex marketplace: intent-based security enforcement for OpenAI Codex.", + "description": "ArmorIQ marketplace: intent-based security enforcement for OpenAI Codex (ArmorCodex) and other agentic harnesses.", "version": "0.2.0" }, "interface": { - "displayName": "ArmorCodex" + "displayName": "ArmorIQ" }, "plugins": [ { diff --git a/plugins/armorcodex/.codex-plugin/plugin.json b/plugins/armorcodex/.codex-plugin/plugin.json index 6ab6175..0c3c63f 100644 --- a/plugins/armorcodex/.codex-plugin/plugin.json +++ b/plugins/armorcodex/.codex-plugin/plugin.json @@ -29,15 +29,15 @@ "category": "Security", "capabilities": ["MCP", "Hooks"], "websiteURL": "https://armoriq.ai", - "privacyPolicyURL": "https://armoriq.ai/privacy", - "termsOfServiceURL": "https://armoriq.ai/terms", + "privacyPolicyURL": "https://armoriq.ai/privacy-policy", + "termsOfServiceURL": "https://armoriq.ai/terms-of-service", "brandColor": "#00E5CC", "composerIcon": "./assets/armoriq-logo.png", "logo": "./assets/armoriq-logo.png", "defaultPrompt": [ - "Register an intent plan, then run my Bash commands.", - "Show the current ArmorCodex security policies.", - "Block Bash commands that contain curl or wget." + "Show me what security rules are protecting this project.", + "Block any commands that fetch URLs or exfiltrate data.", + "Walk me through your plan before running anything." ] }, "userConfig": {