[ollama] NP shell nie ma wpisu w compose/apps/compose.yaml #812

Open
opened 2026-06-19 01:38:21 +02:00 by ollama · 1 comment
Collaborator

Problem

Moduł np (Nest Platform Shell) ma module.yaml, runbook, lifecycle active, host rs2000, domenę np.pdurlej.com — ale nie ma wpisu serwisu np: w compose/apps/compose.yaml.

W compose są tylko:

  • np-meerkat-backend
  • np-meerkat-frontend

Brak wpisu oznacza, że NP shell (aplikacja Next.js) nie jest zarządzany przez platformowy compose / platformctl. To największa luka operacyjna po migracji z nest-platform.

Dowody

  • modules/np/module.yaml deklaruje compose_file: compose/apps/compose.yaml, compose_service: np
  • grep "^ np:" compose/apps/compose.yaml nie zwraca wyniku (tylko np-meerkat-backend: i np-meerkat-frontend: istnieją)
  • NP jest live na https://np.pdurlej.com — więc działa poza platformowym compose

Oczekiwane

  1. Dodać serwis np: do compose/apps/compose.yaml (lub osobnego pliku compose dla NP)
  2. Zweryfikować, czy obecny działający kontener NP na RS2000 jest zgodny z definicją w compose
  3. Upewnić się, że platformctl plan np działa po dodaniu

Źródło

Audyt ollama MCP — porównanie nest-platform vs platform (2026-06-06).

## Problem Moduł `np` (Nest Platform Shell) ma `module.yaml`, runbook, lifecycle `active`, host `rs2000`, domenę `np.pdurlej.com` — ale **nie ma wpisu serwisu `np:` w `compose/apps/compose.yaml`**. W compose są tylko: - `np-meerkat-backend` - `np-meerkat-frontend` Brak wpisu oznacza, że NP shell (aplikacja Next.js) nie jest zarządzany przez platformowy compose / `platformctl`. To największa luka operacyjna po migracji z `nest-platform`. ## Dowody - `modules/np/module.yaml` deklaruje `compose_file: compose/apps/compose.yaml`, `compose_service: np` - `grep "^ np:" compose/apps/compose.yaml` nie zwraca wyniku (tylko `np-meerkat-backend:` i `np-meerkat-frontend:` istnieją) - NP jest live na `https://np.pdurlej.com` — więc działa poza platformowym compose ## Oczekiwane 1. Dodać serwis `np:` do `compose/apps/compose.yaml` (lub osobnego pliku compose dla NP) 2. Zweryfikować, czy obecny działający kontener NP na RS2000 jest zgodny z definicją w compose 3. Upewnić się, że `platformctl plan np` działa po dodaniu ## Źródło Audyt `ollama` MCP — porównanie `nest-platform` vs `platform` (2026-06-06).
Collaborator

Iskra judgment

Field Value
Target pdurlej/platform#issue#812
Priority p1
Action operator_needed
Scores reach 4 / impact 4 / confidence 4
Piotr fit high
Effort medium
Labels judge/p1, judge/operator-needed
Judge iskra via openclaw

Rationale: A missing compose entry for a live NP shell is a meaningful platform-control gap, but fixing it requires operator-confirmed runtime reconciliation before mutation.

Caveat: The supplied evidence names the gap clearly, but no fresh host or compose inspection was performed in this judgment.

Structured openclaw.judge.v0 payload
<!-- openclaw.judge.v0 -->
{
  "confidence": 4,
  "effort_hint": "medium",
  "escalation": {
    "kind": "operator",
    "reason": "The issue touches live runtime reconciliation on RS2000 and should not be resolved purely from repository metadata."
  },
  "evidence_refs": [
    {
      "note": "Public repository metadata and dry-run packet only.",
      "type": "snapshot",
      "value": "issue-or-pr-title-body-labels-and-target-snapshot"
    }
  ],
  "impact": 4,
  "judge_actor": {
    "name": "iskra",
    "runtime": "openclaw"
  },
  "judged_at": "2026-06-21T00:00:00Z",
  "labels_to_apply": [
    "judge/p1",
    "judge/operator-needed"
  ],
  "piotr_fit": "high",
  "priority": "p1",
  "rationale_summary": "A missing compose entry for a live NP shell is a meaningful platform-control gap, but fixing it requires operator-confirmed runtime reconciliation before mutation.",
  "reach": 4,
  "recommended_next_action": "operator_needed",
  "rerun_reason": "no_prior_judgment",
  "schema": "openclaw.judge.v0",
  "target": {
    "kind": "issue",
    "number": 812,
    "repo": "pdurlej/platform"
  },
  "target_snapshot": {
    "body_hash": "sha256:fc3b4622d4967181d9778eb5b744119cc0ac193c84bf6939f2a69de594973529",
    "commit_count": null,
    "evidence_hash": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
    "head_sha": null,
    "labels": [
      "agent/ollama",
      "domain:infra",
      "domain:runtime",
      "flow/intake",
      "kind/bug",
      "priority:p1",
      "source/agent-generated",
      "tier:2-tools-products-modules"
    ],
    "labels_hash": "sha256:be4953376fc1748ef58ff6d3ffb3dc450ce8e92c70a65f2fdd7ef5f14e1fb1df",
    "state": "open",
    "title_hash": "sha256:72212748051f6f0c9d767e1939f28b4e29a95696fae51e9f6ee1128dfa016296",
    "updated_at": "2026-06-19T01:38:21+02:00"
  },
  "top_caveat": "The supplied evidence names the gap clearly, but no fresh host or compose inspection was performed in this judgment."
}
<!-- /openclaw.judge.v0 -->
### Iskra judgment | Field | Value | | --- | --- | | Target | `pdurlej/platform#issue#812` | | Priority | p1 | | Action | operator_needed | | Scores | reach 4 / impact 4 / confidence 4 | | Piotr fit | high | | Effort | medium | | Labels | `judge/p1`, `judge/operator-needed` | | Judge | `iskra` via `openclaw` | **Rationale:** A missing compose entry for a live NP shell is a meaningful platform-control gap, but fixing it requires operator-confirmed runtime reconciliation before mutation. **Caveat:** The supplied evidence names the gap clearly, but no fresh host or compose inspection was performed in this judgment. <details> <summary>Structured openclaw.judge.v0 payload</summary> ```json <!-- openclaw.judge.v0 --> { "confidence": 4, "effort_hint": "medium", "escalation": { "kind": "operator", "reason": "The issue touches live runtime reconciliation on RS2000 and should not be resolved purely from repository metadata." }, "evidence_refs": [ { "note": "Public repository metadata and dry-run packet only.", "type": "snapshot", "value": "issue-or-pr-title-body-labels-and-target-snapshot" } ], "impact": 4, "judge_actor": { "name": "iskra", "runtime": "openclaw" }, "judged_at": "2026-06-21T00:00:00Z", "labels_to_apply": [ "judge/p1", "judge/operator-needed" ], "piotr_fit": "high", "priority": "p1", "rationale_summary": "A missing compose entry for a live NP shell is a meaningful platform-control gap, but fixing it requires operator-confirmed runtime reconciliation before mutation.", "reach": 4, "recommended_next_action": "operator_needed", "rerun_reason": "no_prior_judgment", "schema": "openclaw.judge.v0", "target": { "kind": "issue", "number": 812, "repo": "pdurlej/platform" }, "target_snapshot": { "body_hash": "sha256:fc3b4622d4967181d9778eb5b744119cc0ac193c84bf6939f2a69de594973529", "commit_count": null, "evidence_hash": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", "head_sha": null, "labels": [ "agent/ollama", "domain:infra", "domain:runtime", "flow/intake", "kind/bug", "priority:p1", "source/agent-generated", "tier:2-tools-products-modules" ], "labels_hash": "sha256:be4953376fc1748ef58ff6d3ffb3dc450ce8e92c70a65f2fdd7ef5f14e1fb1df", "state": "open", "title_hash": "sha256:72212748051f6f0c9d767e1939f28b4e29a95696fae51e9f6ee1128dfa016296", "updated_at": "2026-06-19T01:38:21+02:00" }, "top_caveat": "The supplied evidence names the gap clearly, but no fresh host or compose inspection was performed in this judgment." } <!-- /openclaw.judge.v0 --> ``` </details>
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
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#812
No description provided.