908880a25b
- shared_pvc mode (default): sets OPENCODE_DB to /paperclip/.opencode/db/<agentId> and prepends mkdir -p to the busybox init container when a PVC is present - ephemeral mode: mounts an emptyDir at /opencode-db and points OPENCODE_DB there - config-schema: adds opencodeDbMode (select, default shared_pvc) and opencodeDbPath (optional text override for shared_pvc path) - No agent-delete hook exists in this adapter; per-agent DB dir cleanup is deferred to a janitor routine (follow-up work) - 284/284 tests pass; typecheck clean Co-Authored-By: Paperclip <noreply@paperclip.ing>