From 746d85793619caf80ad6f5cae07e6c6620aaaaaf Mon Sep 17 00:00:00 2001 From: David Mosiah Date: Thu, 6 Aug 2026 18:16:19 -0300 Subject: [PATCH 1/2] Add Delx Recovery (agent recovery/continuity plugin) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5145177a..e30837d4 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,7 @@ Third-party plugins built by the community. [PRs welcome](#contributing)! - [Codex Usage and Resets](https://github.com/joelfarthing/codex-usage-and-resets) - Turns Codex usage into planning facts with linear pace, projected exhaustion, banked-reset expirations, and conservative unexpected-reset detection. - [Commit Narrator](./plugins/mturac/commit-narrator) - Generate semantic commit message from staged diff, including the _why_. - [debt-ops](https://github.com/bcanfield/agentic-tech-debt) - Catches AI-introduced tech debt at write-time: hooks log every deferral to a registry in your repo and a review skill ranks paydown by file churn. +- [Delx Recovery](https://github.com/davidmosiah/delx-plugins) - Free recovery and continuity plugin for AI agents: resume prior sessions, capture state, process failures into a recovery plan, and remember across sessions through a hosted MCP server (works in Codex, Claude Code, Cursor, and VS Code). - [Deps Doctor](./plugins/mturac/deps-doctor) - Multi-ecosystem dependency audit (npm, pip, cargo, go) in one report. - [Designer Skill](https://github.com/Pythoughts-labs/designer-skill) - Plug-and-play MCP that gives your agent UI superpowers. One install: design skill + MCP server, zero config. - [Dev Skills](https://github.com/Jason-chen-coder/dev-skills) - Team workflow skills for specs, plans, TDD, debugging, verification, review, branch finishing, and design context. From 22e5a91d59ae54b2f57e8c04ab6b7f5994c8d9b4 Mon Sep 17 00:00:00 2001 From: David Mosiah Date: Sat, 15 Aug 2026 16:44:48 -0300 Subject: [PATCH 2/2] chore: retrigger contribution gate after official HOL scanner CI