irskep/persistproc

MCP server to allow LLMs to manage and inspect long-running processes

8Stars on the repository
5Mods indexed here, across every type
1y agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

100_run_in_venv

01

irskep/persistproc

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.

8 1y ago A 74 tokens original MIT

irskep/persistproc

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.

8 1y ago A 253 tokens original MIT

irskep/persistproc

Cursor rule Cursor

FORBIDDEN: Importing modules inside a function or method body. All imports must be declared at the module's top level.

8 1y ago A 123 tokens original MIT