From 829102f06b078f7bd0d7179c930e1e09aa93aad1 Mon Sep 17 00:00:00 2001 From: Mohamed Adem Bel Hadj Amor Date: Wed, 17 Jun 2026 10:27:55 +0100 Subject: [PATCH 1/2] Add Docflow to Development & Workflow --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63d31fb5..af093966 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,7 @@ Third-party plugins built by the community. [PRs welcome](#contributing)! - [Deps Doctor](./plugins/mturac/deps-doctor) - Multi-ecosystem dependency audit (npm, pip, cargo, go) in one report. - [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. - [Development Skills](https://github.com/reidemeister94/development-skills) - Three-tier triage (PASS_THROUGH / LIGHT / FULL 4-phase) development workflow for Codex and Claude Code with language auto-detection (Python, Java, TypeScript, Swift, frontend) and a staff-reviewer subagent for fresh-eyes review on every change. +- [Docflow](https://github.com/MedAdemBHA/docflow) - Lightweight documentation memory for AI coding agents — scaffolds a 7-category docs tree, runs readiness checks, validates docs before finishing, and keeps a monthly changelog across Claude Code and Codex. - [ejentum-mcp](https://github.com/ejentum/ejentum-mcp) - MCP server exposing reasoning, code, anti-deception, and memory harness tools for Codex. - [Env Lint](./plugins/mturac/env-lint) - `.env` vs `.env.example` key parity — never prints values. - [Epic Harness](https://github.com/epicsagas/epic-harness) - Auto-trigger quality skills + self-evolving agent harness — orbit (spec-to-ship), evolve (skill mutation), team (multi-agent), TDD, check, ship, simplify, debug, perf, secure. From 4ef6a505a7fa5dfd6f83ee2d8f895a49c45836d9 Mon Sep 17 00:00:00 2001 From: Mohamed Adem Bel Hadj Amor <80263820+MedAdemBHA@users.noreply.github.com> Date: Wed, 17 Jun 2026 10:32:54 +0100 Subject: [PATCH 2/2] Update README.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af093966..c8a94b60 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ Third-party plugins built by the community. [PRs welcome](#contributing)! - [Deps Doctor](./plugins/mturac/deps-doctor) - Multi-ecosystem dependency audit (npm, pip, cargo, go) in one report. - [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. - [Development Skills](https://github.com/reidemeister94/development-skills) - Three-tier triage (PASS_THROUGH / LIGHT / FULL 4-phase) development workflow for Codex and Claude Code with language auto-detection (Python, Java, TypeScript, Swift, frontend) and a staff-reviewer subagent for fresh-eyes review on every change. -- [Docflow](https://github.com/MedAdemBHA/docflow) - Lightweight documentation memory for AI coding agents — scaffolds a 7-category docs tree, runs readiness checks, validates docs before finishing, and keeps a monthly changelog across Claude Code and Codex. +- [Docflow](https://github.com/MedAdemBHA/docflow) - Lightweight documentation memory for AI coding agents that scaffolds a 7-category docs tree, runs readiness checks, validates docs before finishing, and keeps a monthly changelog across Claude Code and Codex. - [ejentum-mcp](https://github.com/ejentum/ejentum-mcp) - MCP server exposing reasoning, code, anti-deception, and memory harness tools for Codex. - [Env Lint](./plugins/mturac/env-lint) - `.env` vs `.env.example` key parity — never prints values. - [Epic Harness](https://github.com/epicsagas/epic-harness) - Auto-trigger quality skills + self-evolving agent harness — orbit (spec-to-ship), evolve (skill mutation), team (multi-agent), TDD, check, ship, simplify, debug, perf, secure.