docs(v0): README — explicit "What works today" vs "What's planned" table #64

Closed
opened 2026-05-28 13:38:39 +02:00 by claude · 1 comment
Collaborator

Goal

Close the single biggest reader-confusion gap identified in the 2026-05-28 Cloud Opus 4.6 repo review: any first-time visitor reading README.md + docs/vision.md will assume Patchwarden is a 6-layer system today. It isn't — it's a narrow CLI gate for docs-only PRs with the rest of the vision intentionally parked. The current README doesn't make that explicit at the top.

Why this matters

  • Cloud Opus 4.6 review, §II.1: "Repo wygląda bardziej jak product strategy deck z PoC niż jak narzędzie gotowe do instalacji."
  • docs/operations/dogfood-actual-vs-mental-model.md already says this honestly, but it lives three folders deep. The README is the first thing anyone reads.
  • Adding the table is documentation only, zero code change — D21-compatible defense against external misunderstanding.

Scope

1) Add a "Status today vs planned" section near the top of README.md

Place it directly after the project tagline and before any feature list. Shape:

## What works today (2026-05-28 evidence-confirmed) vs what's planned

| Capability | Today | Planned |
|---|---|---|
| Path-prefix classifier (`pr-check`) | ✅ Production on `pdurlej/platform` W6d lane | — |
| Reviewer-lane Ollama call (cloud or local) | ✅ Evidence-confirmed on `pdurlej/platform#527` (1m6s, real Ollama findings + comment posted by bot identity) | — |
| `post-findings --execute` → PR comment | ✅ Under dedicated `patchwarden` bot identity (id 9, scope `write:issue`) | — |
| Soft-fail detection on transport/unparseable | ✅ `resolve-findings` emits `soft_fail_review_unreliable` per PR #54 | — |
| Lane gating (live reviewer only on `safe_docs_status`) | ✅ Per platform workflow | — |
| pyfallow / fallow-ts deterministic content checks (Luka 3) | ❌ Not wired | 🟡 Parked under M2 evidence per D21 — see `docs/operations/pyfallow-integration-plan.md` |
| Forgejo webhook / service mode | ❌ Not built | 🟡 Parked — `pdurlej/patchwarden#31` prepares event parser |
| Cloud control plane (L3) | ❌ Not built | 🟡 Y2 per `docs/roadmap.md` |
| Auto-heal / OpenClaw integration (L4) | ❌ Not built | 🟡 Post-v0 |
| Iskra handoff automation | ❌ Manual | 🟡 Parked — requires new capability scoping |
| Style/linter integration (Ruff/Biome/ESLint) | ❌ Not in scope | ❌ Won't fix — client CI responsibility, not Patchwarden's |

> **Read this when you wonder how much is real:** `docs/operations/dogfood-actual-vs-mental-model.md` for the full coverage breakdown (~60% of operator's mental model evidence-confirmed as of 2026-05-28).

A single line near the top of vision.md pointing readers to the README section so the vision can stay aspirational while readers know where to find ground truth.

3) Operator-voice ("you click merge") preserved

Don't rewrite tone — Patchwarden's README is operator-voice per existing convention (docs/operations/platform-dogfood.md keeps the same style). Just add the table.

Acceptance criteria

  • New section appears in README.md, ideally between the tagline and any feature/install section.
  • Every "Today " row links to concrete evidence (an issue/PR number, a test file, or a docs/operations file). No vague claims.
  • Every "Planned 🟡" row links to the doc that explains why it's parked (D21, roadmap, integration-plan, etc.).
  • docs/vision.md gets one sentence near the top: "For the realistic 'what works today' status, see the table in README.md."
  • No code changes; no test changes required. Sanity: PYTHONPATH=src python3 -m unittest discover tests still green.
  • The table is markdown-parseable in Forgejo's renderer (test by previewing on the PR).

No-go

  • Do NOT delete or move the existing vision/strategy content — operator decision (D8): vision is locked until 2029. The README addition is status reality, not vision revision.
  • Do NOT add aspirational rows to "Today" — only verifiable, evidence-linked claims. If unsure whether something works today, it's "Planned".
  • Do NOT change ADR/D-decision text — those are immutable.
  • Do NOT modify the README's existing operator-voice tone.

Spec sources

  • README.md — current state
  • docs/vision.md — for the cross-link
  • docs/operations/dogfood-actual-vs-mental-model.md — coverage breakdown to link from the table footer
  • docs/operations/platform-dogfood.md — "What IS proven" / "What is NOT proven" rows are the source of truth for the table content
  • docs/operations/code-vs-vision-snapshot-2026-05-27.md — Bet 2 ratio (~70% evidence-confirmed as of 2026-05-28)
  • docs/decisions.md D21 (M2 gate amendment) — context for why some items are parked
  • 2026-05-28 Cloud Opus 4.6 repo analysis, §II.1 "Przepaść między dokumentacją a kodem"

Status flow

ready-for-agent → agent claims → PR → operator review → merge


Created 2026-05-28 by claude (Patchwarden dedicated thread) after Cloud Opus 4.6 review surfaced the gap. Atomic enough for any cousin (e.g. Cloud Opus 4.6 via Antigravity) to pick up — pure docs, zero code risk.

## Goal Close the **single biggest reader-confusion gap** identified in the 2026-05-28 Cloud Opus 4.6 repo review: any first-time visitor reading `README.md` + `docs/vision.md` will assume Patchwarden is a 6-layer system today. It isn't — it's a narrow CLI gate for docs-only PRs with the rest of the vision intentionally parked. The current README doesn't make that explicit at the top. ## Why this matters - Cloud Opus 4.6 review, §II.1: *"Repo wygląda bardziej jak product strategy deck z PoC niż jak narzędzie gotowe do instalacji."* - `docs/operations/dogfood-actual-vs-mental-model.md` already says this honestly, but it lives three folders deep. The README is the first thing anyone reads. - Adding the table is **documentation only, zero code change** — D21-compatible defense against external misunderstanding. ## Scope ### 1) Add a "Status today vs planned" section near the top of `README.md` Place it directly after the project tagline and before any feature list. Shape: ```markdown ## What works today (2026-05-28 evidence-confirmed) vs what's planned | Capability | Today | Planned | |---|---|---| | Path-prefix classifier (`pr-check`) | ✅ Production on `pdurlej/platform` W6d lane | — | | Reviewer-lane Ollama call (cloud or local) | ✅ Evidence-confirmed on `pdurlej/platform#527` (1m6s, real Ollama findings + comment posted by bot identity) | — | | `post-findings --execute` → PR comment | ✅ Under dedicated `patchwarden` bot identity (id 9, scope `write:issue`) | — | | Soft-fail detection on transport/unparseable | ✅ `resolve-findings` emits `soft_fail_review_unreliable` per PR #54 | — | | Lane gating (live reviewer only on `safe_docs_status`) | ✅ Per platform workflow | — | | pyfallow / fallow-ts deterministic content checks (Luka 3) | ❌ Not wired | 🟡 Parked under M2 evidence per D21 — see `docs/operations/pyfallow-integration-plan.md` | | Forgejo webhook / service mode | ❌ Not built | 🟡 Parked — `pdurlej/patchwarden#31` prepares event parser | | Cloud control plane (L3) | ❌ Not built | 🟡 Y2 per `docs/roadmap.md` | | Auto-heal / OpenClaw integration (L4) | ❌ Not built | 🟡 Post-v0 | | Iskra handoff automation | ❌ Manual | 🟡 Parked — requires new capability scoping | | Style/linter integration (Ruff/Biome/ESLint) | ❌ Not in scope | ❌ Won't fix — client CI responsibility, not Patchwarden's | > **Read this when you wonder how much is real:** `docs/operations/dogfood-actual-vs-mental-model.md` for the full coverage breakdown (~60% of operator's mental model evidence-confirmed as of 2026-05-28). ``` ### 2) Link the new section from `docs/vision.md` A single line near the top of vision.md pointing readers to the README section so the vision can stay aspirational while readers know where to find ground truth. ### 3) Operator-voice ("you click merge") preserved Don't rewrite tone — Patchwarden's README is operator-voice per existing convention (`docs/operations/platform-dogfood.md` keeps the same style). Just add the table. ## Acceptance criteria - New section appears in `README.md`, ideally between the tagline and any feature/install section. - Every "Today ✅" row links to concrete evidence (an issue/PR number, a test file, or a docs/operations file). No vague claims. - Every "Planned 🟡" row links to the doc that explains why it's parked (D21, roadmap, integration-plan, etc.). - `docs/vision.md` gets one sentence near the top: *"For the realistic 'what works today' status, see the table in `README.md`."* - No code changes; no test changes required. Sanity: `PYTHONPATH=src python3 -m unittest discover tests` still green. - The table is markdown-parseable in Forgejo's renderer (test by previewing on the PR). ## No-go - ❌ Do NOT delete or move the existing vision/strategy content — operator decision (D8): vision is locked until 2029. The README addition is **status reality**, not vision revision. - ❌ Do NOT add aspirational rows to "Today" — only verifiable, evidence-linked claims. If unsure whether something works today, it's "Planned". - ❌ Do NOT change ADR/D-decision text — those are immutable. - ❌ Do NOT modify the README's existing operator-voice tone. ## Spec sources - `README.md` — current state - `docs/vision.md` — for the cross-link - `docs/operations/dogfood-actual-vs-mental-model.md` — coverage breakdown to link from the table footer - `docs/operations/platform-dogfood.md` — "What IS proven" / "What is NOT proven" rows are the source of truth for the table content - `docs/operations/code-vs-vision-snapshot-2026-05-27.md` — Bet 2 ratio (~70% evidence-confirmed as of 2026-05-28) - `docs/decisions.md` D21 (M2 gate amendment) — context for why some items are parked - 2026-05-28 Cloud Opus 4.6 repo analysis, §II.1 "Przepaść między dokumentacją a kodem" ## Status flow `ready-for-agent` → agent claims → PR → operator review → merge --- Created 2026-05-28 by claude (Patchwarden dedicated thread) after Cloud Opus 4.6 review surfaced the gap. Atomic enough for any cousin (e.g. Cloud Opus 4.6 via Antigravity) to pick up — pure docs, zero code risk.
Collaborator

{
"confidence": 5,
"effort_hint": "small",
"escalation": {
"kind": "patchwarden_review",
"reason": "README scope clarity should match Patchwarden product positioning and v0 boundaries."
},
"evidence_refs": [
{
"note": "Issue adds a README status table distinguishing what works today from planned vision.",
"type": "forgejo",
"value": "issue-title-body-labels-and-target-snapshot"
},
{
"note": "Body states first-time readers may mistake Patchwarden for a full six-layer system today.",
"type": "forgejo",
"value": "issue-body-reader-confusion"
},
{
"note": "Scope is documentation-only and places the status section near the top of README.",
"type": "forgejo",
"value": "issue-body-scope"
}
],
"impact": 3,
"judge_actor": {
"name": "iskra",
"runtime": "openclaw"
},
"judged_at": "2026-06-08T01:04:00Z",
"labels_to_apply": [
"judge/p3",
"judge/patchwarden-candidate"
],
"piotr_fit": "medium",
"priority": "p3",
"rationale_summary": "This is P3 Patchwarden cleanup because clearer README positioning prevents overclaiming without changing product capability.",
"reach": 3,
"recommended_next_action": "patchwarden_candidate",
"rerun_reason": "no_prior_judgment",
"schema": "openclaw.judge.v0",
"target": {
"kind": "issue",
"number": 64,
"repo": "pdurlej/patchwarden"
},
"target_snapshot": {
"body_hash": "sha256:62dacf38b429a92c31a9db23ad3378f2494e6242ff6f48e8c96be34047a67fc2",
"commit_count": null,
"evidence_hash": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
"head_sha": null,
"labels": [
"agent/gemini",
"area:v0-core",
"flow/ready",
"kind/chore",
"ready-for-agent",
"size/small"
],
"labels_hash": "sha256:774a329d1fb7c016cdd1761b040e2350a85a7bff7c9bc1f4c0388029f5e878b4",
"state": "open",
"title_hash": "sha256:248cf64ea3e0cb09876b09b534b6b4c7bec8913286df5bbe528b62e816ffb614",
"updated_at": "2026-05-28T14:04:54+02:00"
},
"top_caveat": "Keep the table honest and narrow so it clarifies v0 rather than marketing the parked vision."
}

<!-- openclaw.judge.v0 --> { "confidence": 5, "effort_hint": "small", "escalation": { "kind": "patchwarden_review", "reason": "README scope clarity should match Patchwarden product positioning and v0 boundaries." }, "evidence_refs": [ { "note": "Issue adds a README status table distinguishing what works today from planned vision.", "type": "forgejo", "value": "issue-title-body-labels-and-target-snapshot" }, { "note": "Body states first-time readers may mistake Patchwarden for a full six-layer system today.", "type": "forgejo", "value": "issue-body-reader-confusion" }, { "note": "Scope is documentation-only and places the status section near the top of README.", "type": "forgejo", "value": "issue-body-scope" } ], "impact": 3, "judge_actor": { "name": "iskra", "runtime": "openclaw" }, "judged_at": "2026-06-08T01:04:00Z", "labels_to_apply": [ "judge/p3", "judge/patchwarden-candidate" ], "piotr_fit": "medium", "priority": "p3", "rationale_summary": "This is P3 Patchwarden cleanup because clearer README positioning prevents overclaiming without changing product capability.", "reach": 3, "recommended_next_action": "patchwarden_candidate", "rerun_reason": "no_prior_judgment", "schema": "openclaw.judge.v0", "target": { "kind": "issue", "number": 64, "repo": "pdurlej/patchwarden" }, "target_snapshot": { "body_hash": "sha256:62dacf38b429a92c31a9db23ad3378f2494e6242ff6f48e8c96be34047a67fc2", "commit_count": null, "evidence_hash": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", "head_sha": null, "labels": [ "agent/gemini", "area:v0-core", "flow/ready", "kind/chore", "ready-for-agent", "size/small" ], "labels_hash": "sha256:774a329d1fb7c016cdd1761b040e2350a85a7bff7c9bc1f4c0388029f5e878b4", "state": "open", "title_hash": "sha256:248cf64ea3e0cb09876b09b534b6b4c7bec8913286df5bbe528b62e816ffb614", "updated_at": "2026-05-28T14:04:54+02:00" }, "top_caveat": "Keep the table honest and narrow so it clarifies v0 rather than marketing the parked vision." } <!-- /openclaw.judge.v0 -->
Sign in to join this conversation.
No labels
agent/claude-code
agent/codex
agent/gemini
agent/hermes
agent/iskra
agent/ollama
agent/patchwarden
area:business-model
area:competitive
area:discovery
area:forgejo
area:metrics
area:product-strategy
area:v0-core
cagan-grade-approved
client:platform
dependency/blocked
dependency/blocks-others
dependency/cross-repo
dependency/needs-confirmation
domain:agents
domain:ci
domain:docs
domain:forgejo
domain:infra
domain:memory
domain:runtime
domain:signal
domain:ux
flow/architecture
flow/blocked
flow/deployed
flow/done
flow/implementation
flow/intake
flow/maintained
flow/observed
flow/ready
flow/refining
flow/retired
flow/review
judge/codex-candidate
judge/hermes-candidate
judge/low-confidence
judge/needs-refinement
judge/operator-needed
judge/p0
judge/p1
judge/p2
judge/p3
judge/park
judge/patchwarden-candidate
judge/stale-priority
kind/adr
kind/bug
kind/chore
kind/feature
kind/infra
kind/ops
kind/refactor
kind/research
kind:artifact
kind:decision
kind:dogfood
kind:epic
kind:implementation
kind:research
merge/auto
merge/manual
merge/manual-dependency-conflict
merge/manual-failing-tests
merge/manual-merge-conflict
merge/manual-missing-review
merge/manual-operator-preference
merge/manual-red-zone
merge/manual-security-sensitive
merge/manual-unclear-scope
merge/manual-unknown
mode:operator-only
mode:patchwarden-iskra-approved
mode:safe-auto
observed/erroring
observed/needs-followup
observed/pending
observed/retire-candidate
observed/unused
observed/used
priority:p0
priority:p1
priority:p2
priority:p3
ready-for-agent
review:claude-reviewed
review:codex-reviewed
review:dziadek-reviewed
review:needs-human
safety:external-write
safety:no-prod-mutation
safety:prod-impact
safety:secret-touch
size/large
size/medium
size/small
size/tiny
size/unknown
source/adr
source/agent-generated
source/manual
source/operator-chat
source/voice-note
status:blocked
status:blocked-on-discovery
status:cagan-grade-review-pending
status:codex-ready
status:merged:pending-evidence
status:needs-evidence
status:needs-operator-decision
status:operator-needed
status:parked
tier:0-anchor
tier:0-platform-substrate
tier:1-core
tier:1-iskra-value-layer
tier:2-supporting
tier:2-tools-products-modules
type:bug
type:chore
type:docs
type:feat
type:policy
type:research
wave:1-foundation
wave:2-positioning
wave:3-validation
wave:4-economics
wave:5-operating
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pdurlej/patchwarden#64
No description provided.