[ollama] NP source code nie ma własnego repo — kod w starym nest-platform/ #815

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

Problem

Moduł np w platform nie deklaruje source_repo ani source w module.yaml. Kod źródłowy aplikacji Next.js (NP Shell) nadal żyje w starym katalogu nest-platform/np/ który:

  • Nie jest osobnym repo Git
  • Nie jest częścią pdurlej/platform
  • Nie ma CI/CD w Forgejo Actions
  • Nie jest wersjonowany niezależnie

Per ADR-0022 (module source and release boundaries): moduły które "own buildable software, has an independent release cadence, needs independent CI" powinny mieć własne repo.

Dowody

  • modules/np/module.yaml — brak source_repo, source, artifact
  • Kod NP: /Users/pd/Developer/nest-platform/np/ (Next.js 16, React 19, Prisma, MCP)
  • Dockerfile NP: nest-platform/np/Dockerfile

Oczekiwane

  1. Utworzyć repo pdurlej/np (lub podobne) w Forgejo
  2. Przenieść kod z nest-platform/np/ do nowego repo
  3. Dodać source i artifact do modules/np/module.yaml
  4. Skonfigurować CI/CD (build obrazu, testy) w Forgejo Actions
  5. Zaktualizować compose by budował z nowego repo

Źródło

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

## Problem Moduł `np` w platform **nie deklaruje `source_repo`** ani `source` w `module.yaml`. Kod źródłowy aplikacji Next.js (NP Shell) nadal żyje w starym katalogu `nest-platform/np/` który: - Nie jest osobnym repo Git - Nie jest częścią `pdurlej/platform` - Nie ma CI/CD w Forgejo Actions - Nie jest wersjonowany niezależnie Per **ADR-0022** (module source and release boundaries): moduły które "own buildable software, has an independent release cadence, needs independent CI" powinny mieć własne repo. ## Dowody - `modules/np/module.yaml` — brak `source_repo`, `source`, `artifact` - Kod NP: `/Users/pd/Developer/nest-platform/np/` (Next.js 16, React 19, Prisma, MCP) - Dockerfile NP: `nest-platform/np/Dockerfile` ## Oczekiwane 1. Utworzyć repo `pdurlej/np` (lub podobne) w Forgejo 2. Przenieść kod z `nest-platform/np/` do nowego repo 3. Dodać `source` i `artifact` do `modules/np/module.yaml` 4. Skonfigurować CI/CD (build obrazu, testy) w Forgejo Actions 5. Zaktualizować compose by budował z nowego repo ## Źródło Audyt `ollama` MCP — porównanie `nest-platform` vs `platform` (2026-06-06).
Collaborator

Iskra judgment

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

Rationale: This is a real release-boundary and CI ownership gap for a buildable NP module, but it crosses repository creation and migration authority.

Caveat: The packet cites the expected source location and ADR implication but does not include a live repository check or migration plan.

Structured openclaw.judge.v0 payload
<!-- openclaw.judge.v0 -->
{
  "confidence": 4,
  "effort_hint": "large",
  "escalation": {
    "kind": "operator",
    "reason": "Repo creation and source migration need an explicit ownership/release-boundary decision before implementation."
  },
  "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-22T00:00:00Z",
  "labels_to_apply": [
    "judge/p1",
    "judge/operator-needed"
  ],
  "piotr_fit": "high",
  "priority": "p1",
  "rationale_summary": "This is a real release-boundary and CI ownership gap for a buildable NP module, but it crosses repository creation and migration authority.",
  "reach": 4,
  "recommended_next_action": "operator_needed",
  "rerun_reason": "no_prior_judgment",
  "schema": "openclaw.judge.v0",
  "target": {
    "kind": "issue",
    "number": 815,
    "repo": "pdurlej/platform"
  },
  "target_snapshot": {
    "body_hash": "sha256:a8e66d91fc60d54eb4cc18cbb9ebe7cf2f15f2d9525a405b805a9e1120816ffb",
    "commit_count": null,
    "evidence_hash": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
    "head_sha": null,
    "labels": [
      "agent/ollama",
      "domain:forgejo",
      "domain:infra",
      "flow/intake",
      "kind/feature",
      "priority:p1",
      "source/agent-generated",
      "tier:2-tools-products-modules"
    ],
    "labels_hash": "sha256:c6ec2d3677a669617133274a057cae69a194fa7b116573cb1aab58ea56e18725",
    "state": "open",
    "title_hash": "sha256:54bd505228a30343418bf00f77bbf1892bc499febedb074e09fa7fde77d9ded1",
    "updated_at": "2026-06-19T01:38:43+02:00"
  },
  "top_caveat": "The packet cites the expected source location and ADR implication but does not include a live repository check or migration plan."
}
<!-- /openclaw.judge.v0 -->
### Iskra judgment | Field | Value | | --- | --- | | Target | `pdurlej/platform#issue#815` | | Priority | p1 | | Action | operator_needed | | Scores | reach 4 / impact 4 / confidence 4 | | Piotr fit | high | | Effort | large | | Labels | `judge/p1`, `judge/operator-needed` | | Judge | `iskra` via `openclaw` | **Rationale:** This is a real release-boundary and CI ownership gap for a buildable NP module, but it crosses repository creation and migration authority. **Caveat:** The packet cites the expected source location and ADR implication but does not include a live repository check or migration plan. <details> <summary>Structured openclaw.judge.v0 payload</summary> ```json <!-- openclaw.judge.v0 --> { "confidence": 4, "effort_hint": "large", "escalation": { "kind": "operator", "reason": "Repo creation and source migration need an explicit ownership/release-boundary decision before implementation." }, "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-22T00:00:00Z", "labels_to_apply": [ "judge/p1", "judge/operator-needed" ], "piotr_fit": "high", "priority": "p1", "rationale_summary": "This is a real release-boundary and CI ownership gap for a buildable NP module, but it crosses repository creation and migration authority.", "reach": 4, "recommended_next_action": "operator_needed", "rerun_reason": "no_prior_judgment", "schema": "openclaw.judge.v0", "target": { "kind": "issue", "number": 815, "repo": "pdurlej/platform" }, "target_snapshot": { "body_hash": "sha256:a8e66d91fc60d54eb4cc18cbb9ebe7cf2f15f2d9525a405b805a9e1120816ffb", "commit_count": null, "evidence_hash": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", "head_sha": null, "labels": [ "agent/ollama", "domain:forgejo", "domain:infra", "flow/intake", "kind/feature", "priority:p1", "source/agent-generated", "tier:2-tools-products-modules" ], "labels_hash": "sha256:c6ec2d3677a669617133274a057cae69a194fa7b116573cb1aab58ea56e18725", "state": "open", "title_hash": "sha256:54bd505228a30343418bf00f77bbf1892bc499febedb074e09fa7fde77d9ded1", "updated_at": "2026-06-19T01:38:43+02:00" }, "top_caveat": "The packet cites the expected source location and ADR implication but does not include a live repository check or migration plan." } <!-- /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#815
No description provided.