fix(manifests): sync INDEX.yaml lifecycle for openclaw-mail-gateway and umami #752

Closed
opened 2026-06-08 23:07:14 +02:00 by ollama · 2 comments
Collaborator

Spec sources (whitelist)

  • modules/INDEX.yaml lines ~124 and ~370 — lifecycle values drifted from module manifests
  • modules/openclaw-mail-gateway/module.yaml — lifecycle: active
  • modules/umami/module.yaml — lifecycle: maintenance

Extracted context

From modules/INDEX.yaml:

  • openclaw-mail-gateway is listed as lifecycle: maintenance but manifest says active
  • umami is listed as lifecycle: active but manifest says maintenance

All other 86 entries match. Only these two drifted.

Scope

Fix exactly 2 lines in modules/INDEX.yaml:

  • openclaw-mail-gateway: maintenance → active
  • umami: active → maintenance

Acceptance criteria

  • openclaw-mail-gateway lifecycle matches manifest (active)
  • umami lifecycle matches manifest (maintenance)
  • platformctl validate all --json still green (88/88)

Do NOT read

  • Full repo — only the 4 files listed above

Agent notes

  • Recommended executor: Gemini 3.5 Flash
  • Size: Trivial (~5 LOC)
  • Review tier: tier/trivial (no canary needed per ADR-0007)
  • Audit ref: state/audit/deepseek-2026-06-08-multiperspective.md §A1
## Spec sources (whitelist) - `modules/INDEX.yaml` lines ~124 and ~370 — lifecycle values drifted from module manifests - `modules/openclaw-mail-gateway/module.yaml` — lifecycle: active - `modules/umami/module.yaml` — lifecycle: maintenance ## Extracted context From `modules/INDEX.yaml`: - `openclaw-mail-gateway` is listed as `lifecycle: maintenance` but manifest says `active` - `umami` is listed as `lifecycle: active` but manifest says `maintenance` All other 86 entries match. Only these two drifted. ## Scope Fix exactly 2 lines in `modules/INDEX.yaml`: - openclaw-mail-gateway: maintenance → active - umami: active → maintenance ## Acceptance criteria - [ ] `openclaw-mail-gateway` lifecycle matches manifest (`active`) - [ ] `umami` lifecycle matches manifest (`maintenance`) - [ ] `platformctl validate all --json` still green (88/88) ## Do NOT read - Full repo — only the 4 files listed above ## Agent notes - Recommended executor: Gemini 3.5 Flash - Size: Trivial (~5 LOC) - Review tier: tier/trivial (no canary needed per ADR-0007) - Audit ref: state/audit/deepseek-2026-06-08-multiperspective.md §A1
Collaborator

Iskra judgment

Field Value
Target pdurlej/platform#issue#752
Priority p3
Action codex_candidate
Scores reach 2 / impact 2 / confidence 5
Piotr fit medium
Effort tiny
Labels judge/p3, judge/codex-candidate
Judge iskra via openclaw

Rationale: This is P3 Codex-ready manifest hygiene because two lifecycle drifts are trivial to fix and reduce inventory confusion without strategic risk.

Caveat: Keep the patch limited to the two lifecycle lines and verify platform validation without reading or changing unrelated repo areas.

Structured openclaw.judge.v0 payload
<!-- openclaw.judge.v0 -->
{
  "confidence": 5,
  "effort_hint": "tiny",
  "escalation": {
    "kind": "none",
    "reason": ""
  },
  "evidence_refs": [
    {
      "note": "Issue identifies two lifecycle mismatches between modules/INDEX.yaml and module manifests.",
      "type": "forgejo",
      "value": "issue-title-body-labels-and-target-snapshot"
    },
    {
      "note": "Body scopes the fix to exactly two INDEX.yaml lifecycle lines for openclaw-mail-gateway and umami.",
      "type": "forgejo",
      "value": "issue-body-scope"
    },
    {
      "note": "Acceptance requires lifecycle values to match manifests and platform validation to remain green.",
      "type": "forgejo",
      "value": "issue-body-acceptance"
    }
  ],
  "impact": 2,
  "judge_actor": {
    "name": "iskra",
    "runtime": "openclaw"
  },
  "judged_at": "2026-06-15T01:02:00Z",
  "labels_to_apply": [
    "judge/p3",
    "judge/codex-candidate"
  ],
  "piotr_fit": "medium",
  "priority": "p3",
  "rationale_summary": "This is P3 Codex-ready manifest hygiene because two lifecycle drifts are trivial to fix and reduce inventory confusion without strategic risk.",
  "reach": 2,
  "recommended_next_action": "codex_candidate",
  "rerun_reason": "no_prior_judgment",
  "schema": "openclaw.judge.v0",
  "target": {
    "kind": "issue",
    "number": 752,
    "repo": "pdurlej/platform"
  },
  "target_snapshot": {
    "body_hash": "sha256:ade4b295080572563b5cc8460372d92618c2f7f394afe83974511dd2807300c2",
    "commit_count": null,
    "evidence_hash": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
    "head_sha": null,
    "labels": [],
    "labels_hash": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
    "state": "open",
    "title_hash": "sha256:c993d5dd124016f3057edd74495c1543c1697c96b41e1006c942ae7ffd83c1bf",
    "updated_at": "2026-06-08T23:31:21+02:00"
  },
  "top_caveat": "Keep the patch limited to the two lifecycle lines and verify platform validation without reading or changing unrelated repo areas."
}
<!-- /openclaw.judge.v0 -->
### Iskra judgment | Field | Value | | --- | --- | | Target | `pdurlej/platform#issue#752` | | Priority | p3 | | Action | codex_candidate | | Scores | reach 2 / impact 2 / confidence 5 | | Piotr fit | medium | | Effort | tiny | | Labels | `judge/p3`, `judge/codex-candidate` | | Judge | `iskra` via `openclaw` | **Rationale:** This is P3 Codex-ready manifest hygiene because two lifecycle drifts are trivial to fix and reduce inventory confusion without strategic risk. **Caveat:** Keep the patch limited to the two lifecycle lines and verify platform validation without reading or changing unrelated repo areas. <details> <summary>Structured openclaw.judge.v0 payload</summary> ```json <!-- openclaw.judge.v0 --> { "confidence": 5, "effort_hint": "tiny", "escalation": { "kind": "none", "reason": "" }, "evidence_refs": [ { "note": "Issue identifies two lifecycle mismatches between modules/INDEX.yaml and module manifests.", "type": "forgejo", "value": "issue-title-body-labels-and-target-snapshot" }, { "note": "Body scopes the fix to exactly two INDEX.yaml lifecycle lines for openclaw-mail-gateway and umami.", "type": "forgejo", "value": "issue-body-scope" }, { "note": "Acceptance requires lifecycle values to match manifests and platform validation to remain green.", "type": "forgejo", "value": "issue-body-acceptance" } ], "impact": 2, "judge_actor": { "name": "iskra", "runtime": "openclaw" }, "judged_at": "2026-06-15T01:02:00Z", "labels_to_apply": [ "judge/p3", "judge/codex-candidate" ], "piotr_fit": "medium", "priority": "p3", "rationale_summary": "This is P3 Codex-ready manifest hygiene because two lifecycle drifts are trivial to fix and reduce inventory confusion without strategic risk.", "reach": 2, "recommended_next_action": "codex_candidate", "rerun_reason": "no_prior_judgment", "schema": "openclaw.judge.v0", "target": { "kind": "issue", "number": 752, "repo": "pdurlej/platform" }, "target_snapshot": { "body_hash": "sha256:ade4b295080572563b5cc8460372d92618c2f7f394afe83974511dd2807300c2", "commit_count": null, "evidence_hash": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", "head_sha": null, "labels": [], "labels_hash": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", "state": "open", "title_hash": "sha256:c993d5dd124016f3057edd74495c1543c1697c96b41e1006c942ae7ffd83c1bf", "updated_at": "2026-06-08T23:31:21+02:00" }, "top_caveat": "Keep the patch limited to the two lifecycle lines and verify platform validation without reading or changing unrelated repo areas." } <!-- /openclaw.judge.v0 --> ``` </details>
Owner

Closing as already implemented on current main. Evidence: modules/INDEX.yaml now has openclaw-mail-gateway lifecycle active and umami lifecycle maintenance, matching their module manifests. Verification before close: UV_CACHE_DIR=/tmp/platform-uv-cache PYTHONPATH=control-plane uv run --project control-plane --extra dev platformctl validate all --json returned exitCode: 0 on all modules.

Closing as already implemented on current main. Evidence: `modules/INDEX.yaml` now has openclaw-mail-gateway lifecycle `active` and umami lifecycle `maintenance`, matching their module manifests. Verification before close: `UV_CACHE_DIR=/tmp/platform-uv-cache PYTHONPATH=control-plane uv run --project control-plane --extra dev platformctl validate all --json` returned `exitCode: 0` on all modules.
Sign in to join this conversation.
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
3 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#752
No description provided.