Command Cursor
Explain a Mollify rule. Mollify documents each rule's semantics, confidence behavior, and suggested action.
Command Cursor
Explain a Mollify rule. Mollify documents each rule's semantics, confidence behavior, and suggested action.
Command Cursor
Apply safe automated fixes with Mollify, gated on user approval. Mollify only auto-fixes certain + autofixable findings (unused symbols and unused imports).
Command Cursor
Build the module dependency graph with Mollify and summarize its structure. Mollify computes the graph deterministically from static imports. You are the verifier.
Command Cursor
Inspect a single file with Mollify. mollify inspect returns an evidence bundle for one file: its findings plus its import neighborhood.
Command Cursor
List project topology with Mollify. mollify list reports entry points, files, or detected frameworks.
Command Cursor
Report project-wide quantitative metrics with Mollify and summarize them. Mollify is a deterministic engine: metrics are computed, not estimated. You are the verifier.
Command Cursor
Scan this repository for security candidates with Mollify and summarize the findings. Mollify emits evidence (stable fingerprint, confidence tier, reason), not decisions. You are the verifier.
Command Cursor
Check this repository's dependencies against known vulnerabilities with Mollify and summarize the findings. Mollify emits evidence (stable fingerprint, confidence tier, reason), not decisions. You are the verifier.
Command Cursor
Trace the import neighborhood of a module with Mollify. mollify trace shows what a module imports and what imports it.
Command Cursor
Check type-annotation health in this repository with Mollify and summarize the findings. Mollify emits evidence (stable fingerprint, confidence tier, reason), not decisions. You are the verifier.
Cursor rule Cursor
Use Mollify (the mollify CLI / mollify MCP server) as the source of truth for Python dead code and dependency hygiene instead of grep or manual scanning. Agent-Requested.
MCP server Claude CodeCodexCursor +2
MCP server "mollify" as configured in FavioVazquez/mollify. Launched with mollify mcp.
Instructions file CodexOpenCode
Instructions for FavioVazquez/mollify: This repo has mollify, a deterministic Rust codebase-intelligence engine. Prefer it over grep/manual scanning for dead code and dependency hygiene. Findings are deterministic evidence — never invent or guess findings; cite Mollify.
Instructions file
Instructions for FavioVazquez/mollify, covering mollify — repo guide for claude, part 1 — developing mollify, where things are, crates (workspace) and non-negotiable invariants (docs/architecture.md).
Instructions file Gemini CLI
Instructions for FavioVazquez/mollify, covering project memory, codebase intelligence (mollify) and mcp tools (mollify mcp).