SessionStart
01Hook Claude Code
Runs when a session starts, executing ark-mcp.mjs via node with --session-context, --root and --root-env. From pedroknigge/arkgate.
Hook Claude Code
Runs when a session starts, executing ark-mcp.mjs via node with --session-context, --root and --root-env. From pedroknigge/arkgate.
Hook Claude Code
Runs before the agent uses a tool for Write, Edit and MultiEdit tool calls, executing ark-mcp.mjs via node with --hook, --hook-repair and --root. From pedroknigge/arkgate.
Settings file Claude Code
Agent settings declaring 2 hook events (SessionStart, PreToolUse).
MCP server Claude CodeCodexCursor
MCP server "ark" as configured in pedroknigge/arkgate. Runs bin/ark-mcp.mjs with node.
Instructions file CodexOpenCode
AGENTS.md instructions for pedroknigge/arkgate, covering arkgate enforcement (self-hosted), identity — read this first (every agent), project knowledge map, package index and surface coverage.
Skill Claude CodeCodex
Eval fixture marker — ACS07 with-gates arm has Agent Skills available (not enforcement).
Skill Claude CodeCodex
Eval fixture marker — ACS07 with-gates arm has Agent Skills available (not enforcement).
Skill Claude CodeCodex
Session 0 — write the rules file (ark.config.json) to match the real folders. Optional extra rules inside a layer. CLI validates.
Skill Claude CodeCodex
Fix illegal imports and one leftover-design refactor. CLI is a sensor; you edit files.
Skill Claude CodeCodex
Shortcut — edit the rules file or extra rules. Use /ark-adopt or /ark-autopilot.
Skill Claude CodeCodex
How much of the tree the rules file covers. CLI is a sensor; read the source.
Skill Claude CodeCodex
Explain the rules file in plain language and generate the HTML report.
Skill Claude CodeCodex
Map import rules and leftover design. No apply. CLI is a sensor; you read the tree.
Skill Claude CodeCodex
Shortcut to /ark-autopilot for a small illegal-import cluster.
Skill Claude CodeCodex
Shortcut to /ark-autopilot for illegal-import fixes. CLI validates — you edit code.
Skill Claude CodeCodex
Wire the optional ArkRun extra (arkgate/runtime). One candidate. Extra on via /ark-adopt.
Skill Claude CodeCodex
2–3 options for one import-rule or ArkRules decision. Not a full map (use /ark-explore).
Skill Claude CodeCodex
Upgrade ArkGate. Preview first, keep customized files, then apply.
MCP server Claude CodeCodexCursor
When the agent writes a bad import, the write doesn’t land. The same check fails the pull request. Runs locally from the arkgate npm package.
pedroknigge/Open-Neural-Substrate
MCP server Claude CodeCodexCursor
MCP server "ons" as configured in pedroknigge/Open-Neural-Substrate. Runs src.integrations.mcp_server with /Users/pedroknigge/Desktop/ONS-DEMO/.venv/bin/python.
pedroknigge/Open-Neural-Substrate
Instructions file
Claude Code instructions for pedroknigge/Open-Neural-Substrate, covering claude.md — instructions for claude code, what this project is, architecture summary, key design rules and tech stack.