feat(phase02): karakeep family — wave 2 audit + sidecar consolidation #34
No reviewers
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!34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "claude/orders/phase-02-karakeep-family"
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?
Summary
Phase 02 wave 2 manifests for karakeep family. Operator decision (2026-05-03, audit findings option c): main + meilisearch as separate modules (both stateful), chrome inline (stateless, no separate module). No literówka in karakeep-meilisearch — Meilisearch is the correct French startup product name (operator self-corrected after karakeep issue #543).
Closes wave 2: PR #32 (uptime-kuma) + #33 (umami) merged earlier; this completes the wave.
Changes
modules/karakeep/module.yaml(main)Schema v2 fields:
image_observed: ghcr.io/karakeep-app/karakeep:0.30.0@sha256:862c3f63…,image_digest_pinned_in_compose: false,image_audit_ts: 2026-05-03T07:30:00Z,image_build: registry,statefulness: sidecar-bound(own/data+ meilisearch sidecar index)Drift fixes:
dependencies.upstream: [traefik, postgres, karakeep-meilisearch]→[traefik, karakeep-meilisearch, karakeep-chrome]— karakeep does NOT use postgres (uses local SQLite at/data); chrome added as inline-sidecar dependencydependencies.data_stores: home-platform_karakeep_data(critical)intentexpanded withuser_facing_outcome(covers karakeep + 2 sidecars in one narrative) +acceptance_criteria(includes both sidecar healthchecks).acknowledged_risks× 2:container-runs-as-root— mitigated by signups disabled (DISABLE_SIGNUPS=true+NEXT_PUBLIC_DISABLE_SIGNUPS=true), so no untrusted user inputchrome-sidecar-no-sandbox— alpine-chrome runs with--no-sandboxflag; mitigated because chrome only loads operator-saved URLs (input set is operator-trusted)modules/karakeep-meilisearch/module.yamlSchema v2 fields:
image_observed: getmeili/meilisearch:v1.13.3@sha256:35435ac7…,image_digest_pinned_in_compose: false,image_audit_ts: 2026-05-03T07:30:00Z,image_build: registry,statefulness: statefulDrift fix:
data_stores.volume: home-platform-karakeep-meilisearch-data(dashes — wrong) →home-platform_karakeep_meilisearch_data(underscores — actual docker volume name,project_volnamepattern)acknowledged_risks× 2:container-runs-as-root— mitigated by internal-only exposure + master-key gating + rebuildable indexmaster-key-in-plaintext-stack-env— mitigated by internal-only exposure + RS2000stack.envroot-only readable; karakeep listed inINFISICAL_EXPORT_PATHSfor migrationmodules/karakeep-chrome/— REMOVEDPer option (c): chrome inline because stateless. Removed
module.yaml+runbook.md. Chrome documented in karakeep main runbook under "Inline sidecars" section (image, user, networks, command flags, acknowledged_risk reference, recovery procedure).modules/INDEX.yamlRemoved
karakeep-chromeentry.karakeep+karakeep-meilisearchremain.Runbooks (both)
Follow n8n-worker canary-validated pattern (yq-from-manifest digest,
compose/apps/cwd,platformctl apply <plan_file> --approved <sha>CLI). karakeep adds "Inline sidecars" section. karakeep-meilisearch documents index-rebuild fast-path (drop volume, let karakeep main re-index from/data).Verification
jsonschema.validatepasses for bothmodule.yamlfilesimage_observeddigests matchdocker inspectfor both containers (2026-05-03)INDEX.yamlparses YAML cleanly, 80 modules listed (was 81),karakeep-chromeentry absent,karakeep+karakeep-meilisearchpresentmodules/karakeep-chrome/dir on diskTest plan
karakeep-chromemodule elsewhere in repo)karakeep-chromeremoval is cleanpdurlej/platformapdurlej/iskra-openclaw— co gdzie mieszka #74