Instructions file CodexOpenCode
AGENTS.md instructions for Blekline/blekline-oss, covering blekline — agent onboarding, start (headless), connect a client, vs code contributors and verify.
Instructions file CodexOpenCode
AGENTS.md instructions for Blekline/blekline-oss, covering blekline — agent onboarding, start (headless), connect a client, vs code contributors and verify.
MCP server Claude CodeCodexCursor
Stdio MCP server exposing Blekline governance tools for all verified client surfaces. Runs locally from the @blekline/mcp-server npm package. Needs 3 environment variables to run.
MCP server Claude CodeCodexCursor
MCP proxy router that intercepts downstream tool calls, runs Blekline enforcement (mask/block), then forwards approved calls to a downstream MCP server (Daytona, Modal, E2B, Cloudflare, Vercel Sandbox, or mock). Runs locally from the @blekline/mcp-proxy npm package. Needs 4 environment variables to run.
Command
Initialize Blekline Codex hooks in this workspace.
Command
Mask the current user text with bleklinemaskprompt before further tool use.
Command
Check Codex hooks.json uses shell wrappers and tokens are placeholders.
Hook
Runs when a session starts on startup and resume, executing blekline-session-start.sh. From Blekline/blekline-oss.
Hook
Runs when you submit a prompt, before the agent sees it, executing blekline-user-prompt-submit.sh. From Blekline/blekline-oss.
Hook
Runs before the agent uses a tool, executing blekline-pre-tool-use.sh. From Blekline/blekline-oss.
Hook
Runs after a tool call finishes, executing blekline-post-tool-use.sh. From Blekline/blekline-oss.
Skill Claude CodeCodex
After a Codex hook block, do not reconstruct secrets. Silent auto-send is ingress Responses.
Skill Claude CodeCodex
Install Blekline Codex hook wrappers (.sh and .cmd) via @blekline/codex-hooks init.
Skill Claude CodeCodex
Mask user text with PII or secrets before Codex tools or the model see it.
Skill Claude CodeCodex
Route downstream MCP tools through blekline-proxy for argument policy checks.
Cursor rule
Blekline chat guard — mask prompts via MCP and respect Cursor hook blocks.