@selfcure/selfcure
v0.1.1
Published
Legacy BYOK self-healing loop for selfcure — sends trace + error to the configured LLM, applies diff, re-validates. Optional fallback for teams without Playwright Test Agents; the headline flow is `selfcure lint` + @selfcure/mcp.
Downloads
267
Readme
@selfcure/selfcure
Self-healing loop for selfcure — feeds trace + error to the configured LLM, applies a diff, and re-validates.
Part of selfcure's legacy BYOK pipeline (fallback for teams not using the Playwright Test Agents' Healer). On a failing test, it sends the trace and error to the configured provider, applies the proposed diff, and re-runs to confirm the fix. BYOK — bring your own key.
Internal library powering selfcure heal. Most teams don't need it: the headline, preventive flow is selfcure lint surfaced to your AI client through @selfcure/mcp — see @selfcure/cli.
Install
npm install @selfcure/selfcureDocs
Full documentation: https://github.com/ricardofrancocustodio/selfcure#readme
