Skip to content
Merged

Dev #22

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .agents/plugins/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down
4 changes: 2 additions & 2 deletions .codex-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down
10 changes: 5 additions & 5 deletions plugins/armorcodex/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down