0024. Introducing the Adult Studio as a New Component in the Adult System¶
- Status: accepted
- Date: 2026-06-05
- Deciders: lusoris
- Related: PR #1265
Context¶
PR #1265 added an operator-facing Streamlit editor for personas, characters, lorebooks, and scenarios. Its writes targeted the adult schema through pg-media-adult, while model-assisted expansion used magnum-chat.
Decision¶
Deploy adult-studio as an Argo CD-managed application with a ClusterIP service, storing authored records through pg-media-adult and requesting local-model expansions from magnum-chat. Keep it internal on port 8501 rather than adding an external route in this change.
Alternatives considered¶
None recorded at decision time; documented retroactively.
Consequences¶
PR #1265 created the adult-studio Deployment, Service, chart, and Argo CD Application, enabling CRUD/upsert flows for the four content types and V2 character-card downloads. Those resources are no longer present in the current tree.
References¶
- PR #1265 — feat(adult): companion deeper-system Phase D — LLM-collab studio