release
01Command Claude Code
MCP server to allow LLMs to manage and inspect long-running processes.
Command Claude Code
MCP server to allow LLMs to manage and inspect long-running processes.
Cursor rule Cursor
REQUIRED: Always invoke Python-related commands via 'uv run', or use ./pp which invokes persistproc in the venv. FORBIDDEN: Never call bare python, pytest, or pip from a shell. ENCOURAGED: Disable coverage tests when filtering to specific tests.
Cursor rule Cursor
Logging in this project should be detailed, scoped, and extensive. Logs are the primary way to debug test runs, so they should make execution history obvious.
Cursor rule Cursor
FORBIDDEN: Importing modules inside a function or method body. All imports must be declared at the module's top level.
Instructions file
Instructions for irskep/persistproc, covering claude development notes, structure, running tests, linting and type checking and development guidelines.