From 4343c3ad8e952c06ba04cf501a723e1a3c408de9 Mon Sep 17 00:00:00 2001 From: M Waleed Kadous Date: Thu, 28 May 2026 21:33:06 -0700 Subject: [PATCH 1/2] Add team bio for Mohid Makhdoomi Document Mohid's contributions (#904 porch done idempotency, #923 skeleton YAML hygiene, #741 docs) and focus areas in the team members directory. --- codev/team/people/mohidmakhdoomi.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 codev/team/people/mohidmakhdoomi.md diff --git a/codev/team/people/mohidmakhdoomi.md b/codev/team/people/mohidmakhdoomi.md new file mode 100644 index 000000000..a8e81722e --- /dev/null +++ b/codev/team/people/mohidmakhdoomi.md @@ -0,0 +1,19 @@ +--- +name: Mohid Makhdoomi +github: mohidmakhdoomi +role: Developer — Porch & Skeleton +--- + +Mohid contributes to Codev's correctness and hygiene, with a focus on the **porch** protocol orchestrator and the project **skeleton**. His work tends toward small, well-scoped, high-leverage fixes that harden the framework's reliability rather than expand its surface area — including catching and reverting an out-of-scope change mid-review when it strayed past the issue. + +## Contributions + +- **[#904](https://github.com/cluesmith/codev/pull/904) — `porch done` idempotency** (porch state machine): made `porch done` a no-op when a project is already in its terminal state, eliminating redundant `status.yaml` writes and spurious "protocol complete" commits. Closed an edge in the phase-advance path that fell through to re-stamping the terminal phase. +- **[#923](https://github.com/cluesmith/codev/pull/923) — Skeleton YAML hygiene** (`codev-skeleton`): fixed an unquoted YAML `description:` scalar in the `update-arch-docs` skill whose bare `: ` broke strict YAML loaders; quoted it so it parses cleanly and stays robust against future edits. Scoped deliberately to the skeleton copy. +- **[#741](https://github.com/cluesmith/codev/pull/741) — Docs fix** (`tips.md`): corrected the guidance for restarting Tower. + +## Focus areas + +- Porch correctness — state-machine edge cases, idempotency +- Skeleton & skill-definition hygiene — YAML / frontmatter robustness +- Documentation accuracy From cafa8bb49d0939b36aa89e94194407300220e775 Mon Sep 17 00:00:00 2001 From: Mohid Makhdoomi Date: Fri, 29 May 2026 11:47:55 -0400 Subject: [PATCH 2/2] shortened to match other bio's, may change in the future as things evolve --- codev/team/people/mohidmakhdoomi.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/codev/team/people/mohidmakhdoomi.md b/codev/team/people/mohidmakhdoomi.md index a8e81722e..dcc6eeb64 100644 --- a/codev/team/people/mohidmakhdoomi.md +++ b/codev/team/people/mohidmakhdoomi.md @@ -4,16 +4,4 @@ github: mohidmakhdoomi role: Developer — Porch & Skeleton --- -Mohid contributes to Codev's correctness and hygiene, with a focus on the **porch** protocol orchestrator and the project **skeleton**. His work tends toward small, well-scoped, high-leverage fixes that harden the framework's reliability rather than expand its surface area — including catching and reverting an out-of-scope change mid-review when it strayed past the issue. - -## Contributions - -- **[#904](https://github.com/cluesmith/codev/pull/904) — `porch done` idempotency** (porch state machine): made `porch done` a no-op when a project is already in its terminal state, eliminating redundant `status.yaml` writes and spurious "protocol complete" commits. Closed an edge in the phase-advance path that fell through to re-stamping the terminal phase. -- **[#923](https://github.com/cluesmith/codev/pull/923) — Skeleton YAML hygiene** (`codev-skeleton`): fixed an unquoted YAML `description:` scalar in the `update-arch-docs` skill whose bare `: ` broke strict YAML loaders; quoted it so it parses cleanly and stays robust against future edits. Scoped deliberately to the skeleton copy. -- **[#741](https://github.com/cluesmith/codev/pull/741) — Docs fix** (`tips.md`): corrected the guidance for restarting Tower. - -## Focus areas - -- Porch correctness — state-machine edge cases, idempotency -- Skeleton & skill-definition hygiene — YAML / frontmatter robustness -- Documentation accuracy +Mohid contributes to Codev's correctness and hygiene, with a focus on the porch protocol orchestrator and the project skeleton. His work tends toward small, well-scoped, high-leverage fixes that harden the framework's reliability.