Agent Plugins Marketplace
All plugins

hermeneutic-gate

v0.1.7

Advisory-only Stop-hook drift gate for Codex — regex-only, zero-LLM, no network.

Codex

By Rolando BoschLicense: Apache-2.07 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Codex
Parsed components
0 skill or MCP entries
Source updated
Sep 17, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install hermeneutic-gate for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add hermeneutic-gate@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

Compatibility: the page URL and API slug “hermeneutic-gate-2” remain stable.

  • Codex: hermeneutic-gate-2@agent-plugin-marketplacehermeneutic-gate@agent-plugin-marketplace

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/hermes-labs-ai/hermeneutic

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is codex-plugin/.

Plugin files

codex-plugin/
└── .codex-plugin/plugin.json

Plugin manifests1

codex-plugin/.codex-plugin/plugin.json
{
  "name": "hermeneutic-gate",
  "version": "0.1.7",
  "description": "Advisory-only Stop-hook drift gate for Codex — regex-only, zero-LLM, no network.",
  "author": {
    "name": "Rolando Bosch",
    "email": "[email protected]"
  },
  "repository": "https://github.com/hermes-labs-ai/hermeneutic",
  "license": "Apache-2.0",
  "interface": {
    "displayName": "hermeneutic gate",
    "shortDescription": "Advises when fixed English drift patterns match a completed turn.",
    "longDescription": "Runs the fixed, zero-model hermeneutic English regex gate over each final assistant message via a Stop hook. It is advisory: it never blocks or edits a turn and emits a system message when a pattern matches. The plugin contract is mechanically tested; live host behavior is not certified in v0.1.7.",
    "developerName": "Hermes Labs",
    "category": "developer-tools",
    "capabilities": [
      "hooks"
    ],
    "defaultPrompt": "Gate my outgoing responses for overclaiming."
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[hermeneutic-gate on Agent Plugins Marketplace](https://pluginsmp.com/plugins/hermeneutic-gate-2)