fix(rs2000): prepare W1 resource closeout #422
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!422
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "codex/waves/formal-closeout"
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 — rely on required Forgejo checks before merge
Canary Context Pack
Product story
Operator wants the post-cutoff waves to stop drifting between old F/F2/F3 plans, Claude feedback, and current chat shorthand. W0 should be formally closed, W1 should finish real RS2000 resource hardening, and W2 should be ready to close from LD0/LD1 evidence without pretending legacy deletion is safe.
What changed
state/roadmap/current-platform-roadmap.mdand reconciled Claude feedback.state/cycle/W0-triage-output.md.STATUS_NOW.mdto point future forks at the durable wave map.karakeep-chrome.voice-transcriptioninto canonical compose with the existing tailnet API, volumes, healthcheck, and resource limits.Why it changed
Read-only evidence showed W1 was not actually closable:
karakeep-chromehad no CPU/memory limit and livevoice-transcriptionstill carried legacy/orphan compose metadata. Closing the wave as docs-only would have hidden real drift from future agents.Files touched
compose/apps/compose.yamlcompose/base/compose.yamlmodules/voice-transcription/module.yamlmodules/voice-transcription/runbook.mdmodules/karakeep/runbook.mdtests/test_wave_resource_contract.pytests/test_deploy_control_cutoff_contract.pystate/STATUS_NOW.mdstate/roadmap/current-platform-roadmap.mdstate/cycle/W0-triage-output.mdstate/cycle/W1-resource-hardening-output.mdstate/cycle/W2-legacy-inventory-output.mdRelevant context
state/roadmap/current-platform-roadmap.mdstate/cycle/W0-triage-output.mdstate/cutover/rs2000-live-data-config-migration.mdRuntime evidence
Read-only RS2000 checks before this PR:
/opt/pdurlej-platform/current -> releases/181269f5a4a816aae3be430adcccb49b89d42e1ehome-platform-voice-transcription-1running healthy, no Docker CPU/memory limit, about3.256GiBsample memoryhome-platform-karakeep-chrome-1running, no Docker CPU/memory limit, about90MiBsample memoryKnown constraints
Explicit out-of-scope
/opt/vps-home-platform-infra.Requested decision
Merge after checks. Then run trusted-main deploy/apply and smoke
voice-transcriptionpluskarakeepbefore recording W1 as closed and W2 as formally closed.Merge blockers
voice-transcriptioncompose contract diverges from live runtime.Spec sources read
state/roadmap/current-platform-roadmap.md— active durable roadmap and stale W-map.state/STATUS_NOW.md— operator-facing current state.state/cycle/W0-triage-output.md— formal W0 evidence.state/cutover/rs2000-live-data-config-migration.md— LD0/LD1/W2 evidence.compose/apps/compose.yamlandcompose/base/compose.yaml— W1 resource targets.modules/voice-transcription/module.yamland runbook — W1 target contract.modules/karakeep/runbook.md— Chrome sidecar contract.tests/test_deploy_control_cutoff_contract.py— stale LD1 mount expectation found during test run.Test plan
python3 -m pytest tests/test_wave_resource_contract.py tests/test_l4_verify.py::test_yaml_syntax_valid -q→ 105 passedbash tests/validate-schema.sh voice-transcription && bash tests/validate-schema.sh karakeep→ PASS/PASSpython3 -m pytest tests/test_wave_resource_contract.py tests/test_kan_runtime_contract.py tests/test_deploy_control_cutoff_contract.py control-plane/platformctl/tests/test_forgejo_ci_scripts_contract.py -q→ 44 passedgit diff --check→ cleanbash tests/validate-schema.sh --all→ all module schemas passPost-merge operator action
voice-transcription.tests/smoke.sh voice-transcription.karakeepso thekarakeep-chromesidecar limit is applied.