docs(v0): dogfood actual flow vs operator mental model (Wizji-Wartości D2) #58
No reviewers
Labels
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
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
pdurlej/patchwarden!58
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "claude/patchwarden-dogfood-actual-vs-mental-model"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Wizji-Wartości Wave step D2. New file
docs/operations/dogfood-actual-vs-mental-model.md(+162 lines). Captures the gap between what cousins + operator assume the dogfood loop does onpdurlej/platformand what it actually does today.Pure docs. 152/152 tests still green.
Why this file exists
On 2026-05-27, the operator described his expected dogfood pipeline as:
Reading the actual
.forgejo/workflows/patchwarden-client-dry-run.ymlinpdurlej/platformshowed only ~30% of that is wired today. Rest is either existing CLI capability not yet activated in the workflow, or genuinely not built (and parked under M2 per D21).Without this file, a fresh cousin or operator could plausibly think "Patchwarden returned
eligible_clean→ diff is safe end-to-end" — exactly the failure mode that motivated the mental-model conversation. This file is the durable answer.Structure
dry-runjob really does (path classifier + stub review-run + empty resolver)Three luki named
post-findings --executenot wired in workflow. Capability in CLI since #50, workflow only uploads artifacts. → same issue, bundled.pyfallow-integration-plan.md, next).Honest framing — what can we claim today
✅ Path-prefix classification, stale branch / author-self-approval / required-check freshness, D20 sensor mode (build-time enforced since #55), fail-closed defaults in resolver (since #54).
❌ NO code-quality check (pyfallow not wired), NO content scanning (secrets-by-filename gap, documented in #56), NO real LLM opinion in workflow, NO PR comment from Patchwarden (until #523), NO automated Iskra handoff.
Per D21 — this is M2-permitted
Documentation of actual-vs-aspirational state is explicitly permitted under amended M2 (D21 §"Permitted"). This file does not propose new features, does not bind new runtime deps, does not change policy schema.
Atomic per ADR-0017
docs/operations/dogfood-actual-vs-mental-model.md), +162 linesdocs/operations/directory (created PR #51)base=mainpost-D21 mergeWizji-Wartości Wave status
Token-accounting
~3% weekly Opus. Synthesis from material I already had loaded (workflow source, decisions, code crosscheck snapshot).
Wizji-Wartości Wave step D2. Captures the gap between what cousins + operator assume the dogfood loop does on pdurlej/platform and what it actually does today (2026-05-27, post-D21 amendment, pre-#523 wiring). ## Why this file exists On 2026-05-27 the operator described his expected pipeline: PR → deterministic code-quality → linter → LLM cloud opinions → deterministic final checks → Iskra → merge. Reading the actual workflow (`.forgejo/workflows/patchwarden-client-dry-run.yml` in pdurlej/platform) showed only ~30% of that is wired. The rest is either existing CLI capability not wired into the workflow yet, or genuinely not built (and parked under M2 per D21). This file is the durable answer so the next cousin doesn't have to repeat that conversation cold. ## Structure - **Operator mental model** — the 6-step pipeline as described - **Actual flow today** — narrative of what the workflow really does - **Step-by-step mapping** — table per step: expectation vs reality vs why gap exists - **Three luki end-to-end** — explicit names + tracking: - Luka 1: Ollama not wired in workflow → tracked in pdurlej/platform#523 (codex) - Luka 2: post-findings --execute not wired in workflow → same issue, bundled - Luka 3: pyfallow/fallow-ts not wired in Patchwarden CLI → parked under M2, plan in pyfallow-integration-plan.md (D4 next) - **What "dogfood ready" means today** — explicit operator framing: what we can honestly claim ✅ and cannot ❌ - **What changes when #523 lands** — projected mental-model coverage ~30% → ~60% - **What needs to happen for 100%** — gap-closing list, NOT a roadmap; M2-permitted vs parked categorization ## Why this matters Prevents operator over-trust of `eligible_clean` verdicts. Without this file, a cousin (or operator) could plausibly think "Patchwarden returned eligible_clean → diff is safe end-to-end" — which is exactly the failure mode that motivated the mental-model conversation today. Pairs with `platform-dogfood.md` (what works) and `code-vs-vision-snapshot-2026-05-27.md` (Bet 2 ratio analysis). This file specifically focuses on the operator's mental-model gap. ## Test impact None — docs-only. 152/152 tests still green. ## Atomic per ADR-0017 - 1 new file in existing `docs/operations/` directory (created PR #51). - 0 src changes, 0 test changes. - base=main (post-D21 merge). ## Wizji-Wartości Wave sequence - D1 (#57): D21 amendment ✅ merged - D2 (this PR): dogfood actual-vs-mental-model - D3 (platform#523): workflow wiring → codex implementation - D4 (next): pyfallow-integration-plan.md Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>