fix(f3): prepare light and sidecar smoke batch #309
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!309
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "codex/f3/light-sidecar-batch-prep"
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?
Canary status: missing — Forgejo PR checks will run on open; operator merge after green/accepted evidence.
Canary Context Pack
Product story
Continue RS2000 migration with the next low-risk batch while preserving F3 backup discipline for sidecar-bound modules.
What changed
honcho-apihealth now probes through Tailnet (tailnet-https://honcho.pdurlej.com/health) because public edge correctly returns 403.karakeepstrict-v2 text is shortened and health now uses its real endpoint (https://archive.pdurlej.com/api/health).platformctlmanual F3 override now acceptssidecar-boundmodules whenbackup_refis present, matching Karakeep's state model.Why it changed
The requested batch includes stateless modules plus
karakeepas sidecar-bound. Current policy allowed onlystateful, which blocked a backup-backed Karakeep no-op smoke even though the operator explicitly selected it.Files touched
.forgejo/workflows/platformctl-auto-apply.ymlcontrol-plane/platformctl/ci/auto_apply_scope.pycontrol-plane/platformctl/tests/test_forgejo_ci_scripts_contract.pymodules/honcho-api/module.yamlmodules/karakeep/module.yamlRuntime evidence
/opt/pdurlej-platform/current -> releases/5a8d77a4132e68228d531d688e317d146e83348aforgejo-deploy-runner.service=activeforgejo-deploy-runner-watchdog.timer=activecurl --resolve honcho.pdurlej.com:443:100.110.188.20 https://honcho.pdurlej.com/health->200curl https://archive.pdurlej.com/api/health->200home-platform-honcho-api-1=running/healthyhome-platform-karakeep-1=running/healthyKnown constraints
minio-initis not included in this smoke batch. It is currently strict-v2 incomplete and live containerhome-platform-minio-init-1isexited=1; its Docker command is effectivelysh -c mc, so it printsmchelp and exits. That requires a separate real-change/init fix, not a no-op F3 smoke.karakeepstill requiresbackup-before-applybefore dispatch because it issidecar-bound.Explicit out-of-scope
Requested decision
Merge this prep PR, then run the batch sequentially:
coredns,honcho-api,honcho-deriver, andkarakeepafter backup.Merge blockers
coredns,honcho-api,honcho-deriver, orkarakeeptest_health_phase3.pySpec sources read
modules/coredns/module.yaml— requested batch manifestmodules/honcho-api/module.yaml— requested batch manifest + probe fixmodules/honcho-deriver/module.yaml— requested batch manifestmodules/karakeep/module.yaml— requested batch manifest + probe/strict-v2 fixmodules/minio-init/module.yaml— requested batch manifest; excluded as blockercompose/core/compose.yaml—coredns/minio-initservice realitycompose/apps/compose.yaml—honcho-*/karakeepservice realitycontrol-plane/platformctl/ci/auto_apply_scope.py— F3 scope guardcontrol-plane/platformctl/tests/test_forgejo_ci_scripts_contract.py— scope contract teststests/smoke.sh— HTTP probe behaviorVerification
PYTHONPATH=control-plane control-plane/.venv/bin/python -m platformctl.cli validate --strict-v2 modules/coredns/module.yaml-> OKPYTHONPATH=control-plane control-plane/.venv/bin/python -m platformctl.cli validate --strict-v2 modules/honcho-api/module.yaml-> OKPYTHONPATH=control-plane control-plane/.venv/bin/python -m platformctl.cli validate --strict-v2 modules/honcho-deriver/module.yaml-> OKPYTHONPATH=control-plane control-plane/.venv/bin/python -m platformctl.cli validate --strict-v2 modules/karakeep/module.yaml-> OKPYTHONPATH=control-plane control-plane/.venv/bin/python -m pytest control-plane/platformctl/tests/test_forgejo_ci_scripts_contract.py control-plane/platformctl/tests/test_health_phase3.py-> 51 passedauto_apply_scope.py --module karakeep --allow-stateful --backup-ref /opt/pdurlej-platform/backups/karakeep-20260517T000000Z.tar.gz --fail-on-blocked-> eligibleCloses: none