feat(modules): catalog honcho-redis v2 #140
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!140
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "codex/issues/100-honcho-redis-v2"
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 — modules PR; fire canary 3+3 before merge
Canary Context Pack
Product story
Honcho Redis is part of the memory/runtime substrate for Iskra and Honcho. The platform catalog should describe its real runtime state after the RS 2000 redeploy: authenticated Redis, persistent AOF/RDB enabled, and no raw Redis password value in
Config.Cmd.What changed
modules/honcho-redis/module.yamlwith Phase 02 v2 intent and runtime audit fields.spec.runtime.statefulness: statefulbased on--appendonly yesand--save 60 1.redis:7.4.7-alpine@sha256:02f2cc4882f8bf87c79a220ac958f58c700bdec0dfb9b9ea61b62fb0e8f1bfcf.REDIS_PASSWORDsecret ref.Why it changed
Issue #100 was previously deferred because honcho-redis exposed the raw Redis password in container argv. The operator manually redeployed the RS 2000 compose hotfix at 00:24 CEST; Packet O can now proceed with the updated statefulness decision.
Files touched
modules/honcho-redis/module.yamlRelevant context
prompts/codex-cleanup-122-124-2026-05-09.mdstateful; config-file secret delivery deferred beyond tonightmodules/honcho-postgres/module.yamlread as local acknowledged-risk patternRuntime evidence
Sanitized RS 2000 checks after redeploy:
cmd_contains_redis_password_var=truecmd_contains_secret_env_value=falserequirepass_arg_is_var_ref=trueredis-server --appendonly yes --save 60 1 --requirepass <requirepass-arg-redacted>secret_env_keys=REDIS_PASSWORDunauth_ping=NOAUTHauth_ping=PONGappendonly=yessave_config=60 1dbsize=0redis@sha256:02f2cc4882f8bf87c79a220ac958f58c700bdec0dfb9b9ea61b62fb0e8f1bfcfKnown constraints
The Redis password is now delivered through an environment variable, not a raw argv value. That is an accepted interim state, not the final hardening design. A mounted config-file approach is deferred and intentionally out of scope for this PR.
Explicit out-of-scope
/opt/vps-home-platform-infraworktreeRequested decision
Approve this as the #100 cataloging PR if the manifest accurately reflects runtime and the interim secret delivery risk is visible enough.
Merge blockers
Config.Cmdcontains the raw Redis password value, not just$REDIS_PASSWORD.stateful.Verification
PYTHONPATH=control-plane python3 -m platformctl.tools.validate_module modules/honcho-redis/module.yaml-> YAML parsed, schema v2 validPYTHONPATH=control-plane python3 -m pytest tests/test_l4_verify.py -q --tb=short -k 'honcho-redis or yaml_syntax_valid'->92 passed, 235 deselected in 2.25stests/smoke.sh honcho-redis->4 PASS, 0 FAIL, 3 SKIPtests/run-verify.sh->312 passed, 15 skipped in 129.21s (0:02:09)git diff --check-> passedSpec sources read
docs/forgejo-agent-operations.md- mandatory Forgejo/identity contractprompts/codex-cleanup-122-124-2026-05-09.mdPacket O - retry instructions and stop conditionsprompts/codex-wave-2-v2-cataloging-2026-05-09.mdPacket H - original #100 packetmodules/honcho-redis/module.yaml- edited manifestmodules/honcho-redis/runbook.md- runtime/container context only; not editedschema/module.schema.v2.jsonandschema/module.schema.json- field constraintsAGENTS.md- Phase 02 v2 field requirementsmodules/honcho-postgres/module.yaml- additional file read to mirror acknowledged-risk pattern per operator instructionmodules/honcho-api/module.yamlandmodules/honcho-deriver/module.yaml- adjacent Honcho dependency contextCloses #100