ops(compose): np-meerkat-frontend present in module.yaml but missing from canonical compose tree #269
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#269
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Context
During F2 smoke on 2026-05-13,
np-meerkat-frontendwas the only failed/skipped candidate after the successful Excalidraw and safe-session smokes.The failure is a data/source-of-truth gap, not a production runtime failure:
platformctl health --module np-meerkat-frontend --jsonreported manifest/container/smoke OK after the run.module.yaml, but the service is absent from the canonical compose tree used by trusted auto-apply.Reference: issue #142 comment #5138.
Evidence
Command evidence from Codex W2 verification:
Resolution options
Skip from F2 until canonical compose import
Current state. Safe for F2/F3 progress, but leaves Meerkat outside the trusted auto-apply path.
Import canonical compose for Meerkat into
compose/apps/compose.yamlRequires investigation of the legacy compose service, env contract, routing labels, and dependencies. This is likely the real fix if Meerkat should stay managed by
pdurlej/platform.Add auto-apply blocker for missing-from-canonical modules
Defense-in-depth:
auto_apply_scope.pyshould reject modules whosespec.runtime.compose_serviceis not present in the referenced canonical compose file. Pan Herbatka leans this as a hardening follow-up because it prevents similar false eligibility.Operator decision required
Choose the resolution path before retrying
np-meerkat-frontendthrough F2.This is not blocking the other F2/F3 work. It blocks only Meerkat frontend auto-apply readiness.
References
Codex #269 follow-up — guard PR opened — 2026-05-16 09:36 CEST
Role: executor
Status: defense-in-depth PR ready
What I found
np-meerkat-frontend/np-meerkat-backend; the live containers are compose orphans from an older compose state.matrix-well-known: recent no-op smoke was health evidence, not full canonical-compose readiness.Action taken
Opened PR #295:
fix(platformctl): block missing compose services in auto-apply.The guard blocks auto-apply eligibility when
spec.runtime.compose_serviceis absent from the referenced canonical compose file/include tree.Evidence
mirotalk-sfuremains eligible.np-meerkat-frontendis blocked:compose_service is not defined in compose/apps/compose.yaml.matrix-well-knownis also blocked by the same guard, which is intentional until that service is imported or the manifest is corrected.Next
After #295 merges, the safe next Medium batch is canonical compose import for missing services, not another smoke attempt.
Codex #269 batch PR ready — 2026-05-16 09:50 CEST
Role: executor
Status: PR #296 ready; checks green
What I did
matrix-well-known,np-meerkat-backend, andnp-meerkat-frontend.statefulness: statelessmodules can pass.np-meerkat-backendis now present in compose but still blocked from F2 because it is stateful.compose/**to release-root promotion so canonical compose changes reach/opt/pdurlej-platform/currentbefore future apply commands rely on them.Evidence
40 passed0 findings/opt/pdurlej-platform/runtime/compose.envmatrix-well-known-> eligiblenp-meerkat-frontend-> eligiblenp-meerkat-backend-> blocked by statefulness guard, rc=4Next after merge
.forgejo/workflows/release-root-promote.ymland includescompose/**going forward.matrix-well-knownandnp-meerkat-frontendone at a time.