Skip to content

jdtzmn/premind

v0.1.0MIT

Bring new pull request context into Codex at safe turn boundaries.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

premindstdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "${PLUGIN_ROOT}/generated/premind-mcp.mjs"
  ],
  "cwd": "${PLUGIN_ROOT}"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
	"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
	"name": "premind",
	"version": "0.1.0",
	"description": "Bring new pull request context into Codex at safe turn boundaries.",
	"repository": "https://github.com/jdtzmn/premind",
	"license": "MIT",
	"extensions": {
		"com.openai": {
			"hooks": "./hooks/hooks.json",
			"interface": {
				"displayName": "premind",
				"shortDescription": "Bring new PR context into Codex turns",
				"category": "Developer Tools"
			}
		}
	}
}

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.openai