From 766ca8727d587374904fe0223e1cc8eb05148749 Mon Sep 17 00:00:00 2001 From: Saurabh Jain Date: Wed, 8 Apr 2026 17:00:29 +0200 Subject: [PATCH 1/3] chore: enrich plugin.json with author email and expanded metadata --- .codex-plugin/plugin.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 0e42d50..98d7e2c 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,15 +1,25 @@ { "name": "axonflow", "displayName": "AxonFlow Governance", - "description": "Policy enforcement, PII detection, and audit trails for OpenAI Codex. Enforces governance on Bash tool calls via hooks, provides advisory governance for other tools via skills, and records compliance-grade audit trails.", + "description": "Policy enforcement, PII detection, and audit trails for OpenAI Codex. Hybrid governance — enforces policies on terminal commands (exec_command) via hooks, provides advisory governance for other tools via implicit-activation skills, and records compliance-grade audit trails. Self-hosted via Docker — all data stays on your infrastructure.", "version": "0.1.0", "author": { "name": "AxonFlow", + "email": "team@getaxonflow.com", "url": "https://getaxonflow.com" }, "homepage": "https://docs.getaxonflow.com/docs/integration/codex/", "repository": "https://github.com/getaxonflow/axonflow-codex-plugin", - "keywords": ["governance", "security", "pii", "audit", "compliance", "policy-enforcement"], + "keywords": [ + "governance", + "security", + "pii", + "audit", + "compliance", + "policy-enforcement", + "data-protection", + "mcp" + ], "license": "MIT", "logo": "assets/logo.png", "skills": "./skills/", From c31427962d6e5527577d4c868bb5efe5f83c1730 Mon Sep 17 00:00:00 2001 From: Saurabh Jain Date: Wed, 8 Apr 2026 18:24:13 +0200 Subject: [PATCH 2/3] fix: align metadata contact email --- .codex-plugin/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 98d7e2c..96c2c2e 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -5,7 +5,7 @@ "version": "0.1.0", "author": { "name": "AxonFlow", - "email": "team@getaxonflow.com", + "email": "dev@getaxonflow.com", "url": "https://getaxonflow.com" }, "homepage": "https://docs.getaxonflow.com/docs/integration/codex/", From 75ef172123dabc2d32808a778f55765ad205cda5 Mon Sep 17 00:00:00 2001 From: Saurabh Jain Date: Wed, 8 Apr 2026 18:29:32 +0200 Subject: [PATCH 3/3] chore: use hello@getaxonflow.com as canonical contact --- .codex-plugin/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 96c2c2e..aeb7bcb 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -5,7 +5,7 @@ "version": "0.1.0", "author": { "name": "AxonFlow", - "email": "dev@getaxonflow.com", + "email": "hello@getaxonflow.com", "url": "https://getaxonflow.com" }, "homepage": "https://docs.getaxonflow.com/docs/integration/codex/",