fix(modules): strict-v2 F2 stateless smoke batch #267
No reviewers
Labels
No labels
W6d-automerge-calibration
agent/claude-code
agent/codex
agent/hermes
agent/iskra
agent/ollama
agent/patchwarden
automerge-candidate
class/security-sensitive
cutover-gate
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
iterating
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
large-impact
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
meta
mode:operator-only
mode:patchwarden-iskra-approved
mode:safe-auto
needs-operator-decision
needs-triage
not-ready
observed/erroring
observed/needs-followup
observed/pending
observed/retire-candidate
observed/unused
observed/used
operator-emotional
owner-attention
phase/02
phase/03
priority:p0
priority:p1
priority:p2
priority:p3
proposed
ready-for-agent
ready-for-operator
recovery
review:claude-reviewed
review:codex-reviewed
review:dziadek-reviewed
review:needs-human
risk/exposure
risk/process
risk/product
risk/runtime
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:codex-ready
status:merged:pending-evidence
status:needs-evidence
status:operator-needed
status:parked
tier/full
tier/lite
tier/stacked
tier:0-platform-substrate
tier:1-iskra-value-layer
tier:2-tools-products-modules
type:bug
type:chore
type:docs
type:feat
type:policy
type:research
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
pdurlej/platform!267
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "codex/cutover/strict-v2-f2-batch"
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?
Canary status: missing — tier/full multi-module metadata batch; operator merge only before F2 retry.
Summary
This PR unblocks the next F2 no-op smokes by making three stateless RS2000 candidates strict-v2 complete:
excalidraw-roomexcalidraw-appsafe-session-webIt intentionally does not modify
np-meerkat-frontend: live evidence shows the container exists, but the service is no longer present in canonical repocompose/files. Filling strict-v2 metadata there would make the health gate pass while hiding a canonical-compose gap.Canary Context Pack
Product story
F2 should expand the trusted auto-apply smoke from dashboard/MiroTalk into a few low-blast stateless services. The previous
excalidraw-roomsmoke proved plan/apply were safe (in-sync,noop) but failed on strict-v2 health metadata, so this fills the metadata gate before retrying.What changed
intent.user_facing_outcomeandintent.acceptance_criteriato three manifests.safe-session-webcompose_filefromcompose/apps/compose.yamltocompose/core/compose.yaml, matching the canonical compose service location.Why it changed
platformctl healthrequires strict-v2 manifests before runtime smoke. Run API #812/#813 failed only at this metadata gate; plan/apply were alreadynoopwithexitCode=0.Files touched
modules/excalidraw-room/module.yamlmodules/excalidraw-app/module.yamlmodules/safe-session-web/module.yamlRelevant context
prompts/codex-f1.5-hardening-f2-2026-05-13.mdand operator correction: F2 is stateless/no-op only.Runtime evidence
Captured from RS2000 via
docker inspectand canonical compose reads at 2026-05-13T17:44:29Z.excalidraw-roomhome-platform-excalidraw-room-1home-platform-excalidraw-room:2026.02.24-03ff435compose/apps/compose.yamlexcalidraw-apphome-platform-excalidraw-app-1home-platform-excalidraw-app:2026.02.24-2874f9ecompose/apps/compose.yamlsafe-session-webhome-platform-safe-session-web-1home-platform-safe-session-web:1.0.0compose/core/compose.yamlnp-meerkat-frontendlive evidence:home-platform-np-meerkat-frontend-1is running withghcr.io/fbuchner/meerkat-crm-frontend:latest, but no active canonical service definition was found in repocompose/; only old backup/contract references remain. It is flagged out of this PR.Known constraints
np-meerkat-frontendstill requires follow-up before it should be considered a clean F2 candidate.np-meerkat-frontendeligible from manifest shape alone, so the operator should not smoke it tonight.Explicit out-of-scope
np-meerkat-frontend.safe-session-webrecovery commands; this PR only fixes the manifest contract needed byplatformctl health.Requested decision
Merge after review so Codex can sync trusted main and retry F2 one-at-a-time for the three green candidates.
Merge blockers
safe-session-webshould still point atcompose/apps/compose.yamlrather thancompose/core/compose.yaml.np-meerkat-frontenddespite the missing canonical compose service.Verification
Pre-change strict-v2 check failed for all four proposed candidates. Post-change:
Tests:
Auto-apply manual scope checks:
Spec sources read
modules/excalidraw-room/module.yaml— target manifest.modules/excalidraw-app/module.yaml— target manifest.modules/safe-session-web/module.yaml— target manifest.modules/np-meerkat-frontend/module.yaml— checked and flagged out.schema/module.schema.v2.json— strict-v2 field shape.control-plane/platformctl/health.py— confirmed health strict-v2 gate.control-plane/platformctl/ci/auto_apply_scope.py— confirmed manual scope behavior and its current blind spot.After merge
Recommended retry order:
excalidraw-roomexcalidraw-appsafe-session-webDo not run
np-meerkat-frontendin F2 until its canonical compose gap is resolved or explicitly accepted by the operator.