@asiflow/devcortex
v0.3.0
Published
The cognitive layer for AI coding agents — evidence-backed ship reports, blast-radius protection, and persistent project memory. Works with Claude Code, Codex, Cursor, and any MCP client.
Downloads
884
Maintainers
Readme
devcortex
The cognitive layer for AI coding agents. Your agent writes code — DevCortex makes it ship: evidence-backed ship reports that refuse to let an agent claim "done" without proof, blast-radius protection for risky edits, and persistent project memory. Works alongside Claude Code, Codex, Cursor, VS Code agent mode, and any MCP client.
npx devcortex init # scan your repo, create .cortex/
npx devcortex preflight "add billing" # risk + blast radius + context, before you touch code
npx devcortex ship # evidence-backed ship report (exit 2 when NOT_READY)devcortex ship runs your repo's own gates (typecheck / lint / build / test)
and produces a verdict:
CORTEX SHIP STATUS
Status NOT_READY
Blocked (1)
✗ test — Command exited with code 1
Unproven "done" is blocked
✗ Required check failed: testThe agent said "done." The gate said otherwise — with evidence.
Full documentation, integrations, and the MCP server: https://github.com/asiflow/DevCortex
Apache-2.0.
