docs(manifests): reconcile catalog drift #773

Merged
pdurlej merged 1 commit from codex/issues/728-manifest-index-drift into main 2026-06-10 20:32:50 +02:00
Collaborator

Canary status: missing — fire canary 3+3 manually before merge

Canary Context Pack

Product story

The module catalog should agree with authoritative manifests and the current tombstone shape, so agents do not chase stale compose services or classify user-app modules with platform change policy.

What changed

  • Reconciled modules/INDEX.yaml lifecycle drift for openclaw-mail-gateway and umami.
  • Mirrored vault criticality downgrade from core to standard in manifest and index, and changed its SLO availability to best-effort.
  • Tombstoned vault, vault-bootstrap, and np-silverbullet by setting runtime.orchestrator: external and dropping dangling compose references.
  • Aligned kan-mcp, kan-migrate, kan-postgres, and kan-web to user-app/default-v1 change policy.

Why it changed

Issue #728 captured deslop audit drift where validated manifests, modules/INDEX.yaml, and retired compose services no longer agreed.

Files touched

  • modules/INDEX.yaml
  • modules/vault/module.yaml
  • modules/vault-bootstrap/module.yaml
  • modules/np-silverbullet/module.yaml
  • modules/kan-mcp/module.yaml
  • modules/kan-migrate/module.yaml
  • modules/kan-postgres/module.yaml
  • modules/kan-web/module.yaml

Relevant context

  • Forgejo issue #728 acceptance criteria.
  • Existing external tombstone pattern in audio-mcp-legacy, signal-bridge-legacy, and teamspeak3.
  • Advisory scouts: Ollama Cloud DeepSeek + GLM and AntiGravity/Gemini on a sanitized packet. Their actionable checks were folded into local validation; no cloud output is treated as approval.

Runtime evidence

No runtime mutation was performed. Local compose metadata check reports zero tombstone modules with dangling compose service references.

Known constraints

This is desired-state/catalog metadata only. It does not delete data, stop services, run deploys, change secrets, or migrate Vault.

Explicit out-of-scope

  • Runtime cleanup or compose edits.
  • Vault-to-Infisical migration.
  • Exposure/auth changes for any module.
  • Auto-apply, deploy, merge, or automerge.

Requested decision

Run required canary for modules/ changes and merge if review agrees the catalog drift is reconciled.

Merge blockers

  • platformctl validate all --json fails.
  • Any modules/INDEX.yaml lifecycle mismatch remains.
  • Any sunset/archived tombstone still references a non-existent compose service.

Spec sources read

  • Forgejo issue #728: task scope and acceptance criteria.
  • docs/forgejo-agent-operations.md: actor identity and PR/comment protocol.
  • modules/INDEX.yaml: affected catalog entries.
  • modules/openclaw-mail-gateway/module.yaml, modules/umami/module.yaml: authoritative lifecycle values.
  • modules/vault/module.yaml, modules/vault-bootstrap/module.yaml, modules/np-silverbullet/module.yaml: tombstone targets.
  • modules/kan-mcp/module.yaml, modules/kan-migrate/module.yaml, modules/kan-postgres/module.yaml, modules/kan-web/module.yaml: change_policy targets.
  • modules/audio-mcp-legacy/module.yaml, modules/signal-bridge-legacy/module.yaml, modules/teamspeak3/module.yaml: existing tombstone pattern.
  • schema/module.schema.json: external orchestrator validation shape.
  • compose/apps/compose.yaml: local check for missing compose service references.

Test Plan

  • git diff --check
  • UV_CACHE_DIR=/private/tmp/uv-cache PYTHONPATH=control-plane uv run --project control-plane python -m platformctl.cli validate all --json
  • Index lifecycle parity script: checked=88 mismatches=0
  • Tombstone dangling compose reference script: compose_services=41 tombstone_dangling_compose_refs=0
  • Targeted compose-key scan for vault, vault-bootstrap, and np-silverbullet: no compose_file / compose_service matches.

Closes #728

Canary status: missing — fire canary 3+3 manually before merge ## Canary Context Pack ### Product story The module catalog should agree with authoritative manifests and the current tombstone shape, so agents do not chase stale compose services or classify user-app modules with platform change policy. ### What changed - Reconciled `modules/INDEX.yaml` lifecycle drift for `openclaw-mail-gateway` and `umami`. - Mirrored `vault` criticality downgrade from `core` to `standard` in manifest and index, and changed its SLO availability to `best-effort`. - Tombstoned `vault`, `vault-bootstrap`, and `np-silverbullet` by setting `runtime.orchestrator: external` and dropping dangling compose references. - Aligned `kan-mcp`, `kan-migrate`, `kan-postgres`, and `kan-web` to `user-app/default-v1` change policy. ### Why it changed Issue #728 captured deslop audit drift where validated manifests, `modules/INDEX.yaml`, and retired compose services no longer agreed. ### Files touched - `modules/INDEX.yaml` - `modules/vault/module.yaml` - `modules/vault-bootstrap/module.yaml` - `modules/np-silverbullet/module.yaml` - `modules/kan-mcp/module.yaml` - `modules/kan-migrate/module.yaml` - `modules/kan-postgres/module.yaml` - `modules/kan-web/module.yaml` ### Relevant context - Forgejo issue #728 acceptance criteria. - Existing external tombstone pattern in `audio-mcp-legacy`, `signal-bridge-legacy`, and `teamspeak3`. - Advisory scouts: Ollama Cloud DeepSeek + GLM and AntiGravity/Gemini on a sanitized packet. Their actionable checks were folded into local validation; no cloud output is treated as approval. ### Runtime evidence No runtime mutation was performed. Local compose metadata check reports zero tombstone modules with dangling compose service references. ### Known constraints This is desired-state/catalog metadata only. It does not delete data, stop services, run deploys, change secrets, or migrate Vault. ### Explicit out-of-scope - Runtime cleanup or compose edits. - Vault-to-Infisical migration. - Exposure/auth changes for any module. - Auto-apply, deploy, merge, or automerge. ### Requested decision Run required canary for `modules/` changes and merge if review agrees the catalog drift is reconciled. ### Merge blockers - `platformctl validate all --json` fails. - Any `modules/INDEX.yaml` lifecycle mismatch remains. - Any sunset/archived tombstone still references a non-existent compose service. ## Spec sources read - Forgejo issue #728: task scope and acceptance criteria. - `docs/forgejo-agent-operations.md`: actor identity and PR/comment protocol. - `modules/INDEX.yaml`: affected catalog entries. - `modules/openclaw-mail-gateway/module.yaml`, `modules/umami/module.yaml`: authoritative lifecycle values. - `modules/vault/module.yaml`, `modules/vault-bootstrap/module.yaml`, `modules/np-silverbullet/module.yaml`: tombstone targets. - `modules/kan-mcp/module.yaml`, `modules/kan-migrate/module.yaml`, `modules/kan-postgres/module.yaml`, `modules/kan-web/module.yaml`: change_policy targets. - `modules/audio-mcp-legacy/module.yaml`, `modules/signal-bridge-legacy/module.yaml`, `modules/teamspeak3/module.yaml`: existing tombstone pattern. - `schema/module.schema.json`: `external` orchestrator validation shape. - `compose/apps/compose.yaml`: local check for missing compose service references. ## Test Plan - `git diff --check` - `UV_CACHE_DIR=/private/tmp/uv-cache PYTHONPATH=control-plane uv run --project control-plane python -m platformctl.cli validate all --json` - Index lifecycle parity script: `checked=88 mismatches=0` - Tombstone dangling compose reference script: `compose_services=41 tombstone_dangling_compose_refs=0` - Targeted compose-key scan for `vault`, `vault-bootstrap`, and `np-silverbullet`: no `compose_file` / `compose_service` matches. Closes #728
docs(manifests): reconcile catalog drift
All checks were successful
canary-required / collect-diff (pull_request) Successful in 5s
platformctl plan / auto-apply scope (pull_request) Successful in 19s
canary-required / canary (pull_request) Successful in 14s
base-is-main / guard (pull_request) Successful in 1s
patchwarden-client-dry-run / collect-diff (pull_request) Successful in 4s
patchwarden-pr-sanity / collect-diff (pull_request) Successful in 4s
patchwarden-client-dry-run / dry-run (pull_request) Successful in 17s
patchwarden-pr-sanity / sanity (pull_request) Successful in 3m29s
4bd9b759c6
First-time contributor

Patchwarden PR sanity

  • Status: advisory_findings
  • PR: 773
  • Commit: 4bd9b759c6485e873fda2d409e333c6cd7211da1
  • Security-sensitive label: missing
  • Authority: advisory model review plus deterministic blockers only
  • 3+3 canary: still alive; this does not replace it

Deterministic findings

No deterministic findings.

Model reviewers

global-glm / glm-5.1:cloud

  • Status: ok

  • Verdict: OK

  • medium Vault criticality downgrade may reduce incident response priority during sunset migration

    • Evidence: modules/vault/module.yaml line 15: criticality changed from 'core' to 'standard'; modules/INDEX.yaml line 152: same change. SLO availability also changed to 'best-effort' at line 50 of vault/module.yaml
    • Next: Confirm with SRE/oncall that vault monitoring and alerting thresholds are adjusted for sunset phase, and that incident response runbooks still cover vault until Infisical migration completes

global-deepseek / deepseek-v4-pro:cloud

  • Status: ok
  • Verdict: OK
  • Findings: none

redteam / kimi-k2.6:cloud

  • Status: ok

  • Verdict: NOT_OK

  • high Tombstoned modules detached from compose while services remain running

    • Evidence: modules/vault/module.yaml, modules/vault-bootstrap/module.yaml, and modules/np-silverbullet/module.yaml hunks remove compose_file/compose_service and set orchestrator: external. PR description explicitly lists 'Runtime cleanup or compose ed
    • Next: Verify compose/apps/compose.yaml still defines vault, vault-bootstrap, and np-silverbullet; if present, remove them in this PR or file a blocking follow-up before merge to prevent orphaned services from escaping catalog policy enforcement.

Policy notes

  • GLM 5.1 + DeepSeek V4 Pro are the operator-required model mix for this bot.
  • Optional red-team model is enabled only when PLATFORMCTL_PR_SANITY_REDTEAM_MODEL is configured.
  • Auto-merge is not enabled here.
<!-- patchwarden-pr-sanity:pdurlej/platform:PR-773 --> # Patchwarden PR sanity - Status: `advisory_findings` - PR: `773` - Commit: `4bd9b759c6485e873fda2d409e333c6cd7211da1` - Security-sensitive label: `missing` - Authority: advisory model review plus deterministic blockers only - 3+3 canary: still alive; this does not replace it ## Deterministic findings No deterministic findings. ## Model reviewers ### `global-glm` / `glm-5.1:cloud` - Status: `ok` - Verdict: `OK` - **`medium`** Vault criticality downgrade may reduce incident response priority during sunset migration - Evidence: `modules/vault/module.yaml line 15: criticality changed from 'core' to 'standard'; modules/INDEX.yaml line 152: same change. SLO availability also changed to 'best-effort' at line 50 of vault/module.yaml` - Next: Confirm with SRE/oncall that vault monitoring and alerting thresholds are adjusted for sunset phase, and that incident response runbooks still cover vault until Infisical migration completes ### `global-deepseek` / `deepseek-v4-pro:cloud` - Status: `ok` - Verdict: `OK` - Findings: none ### `redteam` / `kimi-k2.6:cloud` - Status: `ok` - Verdict: `NOT_OK` - **`high`** Tombstoned modules detached from compose while services remain running - Evidence: `modules/vault/module.yaml, modules/vault-bootstrap/module.yaml, and modules/np-silverbullet/module.yaml hunks remove compose_file/compose_service and set orchestrator: external. PR description explicitly lists 'Runtime cleanup or compose ed` - Next: Verify compose/apps/compose.yaml still defines vault, vault-bootstrap, and np-silverbullet; if present, remove them in this PR or file a blocking follow-up before merge to prevent orphaned services from escaping catalog policy enforcement. ## Policy notes - GLM 5.1 + DeepSeek V4 Pro are the operator-required model mix for this bot. - Optional red-team model is enabled only when `PLATFORMCTL_PR_SANITY_REDTEAM_MODEL` is configured. - Auto-merge is not enabled here.
pdurlej deleted branch codex/issues/728-manifest-index-drift 2026-06-10 20:32:50 +02:00
Sign in to join this conversation.
No reviewers
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
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/platform!773
No description provided.