WP Manifestindependent plugin directory
manifest / ai / fixmycode-wordpress-plugin

FixMyCode - Autonomous WP Error Resolver

FixMyCode is an autonomous self-healing runtime interceptor plugin designed for WordPress. It hooks into the core PHP engine execution layout to catch fatal application crashes (White Screen of Death) before they take a website offline.

by Tushar Tyagi · github.com/tushartyagiavology/fixmycode-wordpress-plugin

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/tushartyagiavology/fixmycode-wordpress-plugin/archive/refs/heads/main.zip

Readme

FixMyCode (Autonomous Infrastructure Ledger)

Contributors: Tushar Tyagi
Tags: developer-tools, debugging, error-handler, gemini-ai, automation
Requires PHP: 7.4+
Tested up to: WordPress 6.x
Stable tag: 1.0.0

FixMyCode is an autonomous self-healing runtime interceptor plugin designed for WordPress. It hooks into the PHP engine execution layout to catch fatal execution blocks before they result in a critical "White Screen of Death." Using Google's Gemini LLM infrastructure, it interprets runtime stack crashes into plain human-readable diagnostics and serves automated side-by-side patch layouts with atomic deployment controls.

✨ Features

  • Error Interception Layer: Intercepts fatal code path errors (E_ERROR, E_PARSE, etc.) dynamically via fallback shutdown hooks.
  • Gemini 2.5 Flash Pipeline: Securely tunnels runtime failure variables, line targets, and file snapshots to the Gemini engine for diagnosis.
  • Side-by-Side Patch Diff: Displays structural analysis breaking down vulnerable code vs. proposed safe remediation replacements.
  • Atomic Mutation Engine: Rewrites the underlying target source file code upon admin authorization to apply repairs with a single click.
  • Discretionary Clear Controls: Includes lightweight AJAX operations to let users instantly purge any ledger history row on request.
  • Custom UI Sidebar Node: Structured priority placement positioned intentionally directly above the core WordPress Appearance menu layout.

📁 Core Directory Structure


fixmycode/
├── fixmycode.php          # Main plugin bootstrapper and interceptor framework
├── admin-dashboard.php    # Admin ledger rendering, UI management, and AJAX handlers
├── gemini-handler.php     # AI integration engine, prompt parameters, and HTTP client
├── INSTRUCTIONS.md        # User onboarding guide
└── README.md              # Technical project profile documentation

Read the full README on GitHub →