1.1 KiB
1.1 KiB
Created
Created by tickets.sh create.
Plan
Use the worktree + sibling coder/reviewer flow for this ticket.
Intent packet summary:
- Preserve
session.record_event_tracethrough profile resolution and spawned-Pod manifest construction when the parent/profile enables it. - Keep event trace opt-in; do not globally enable it by default.
- Treat
.trace.jsonlas normalized provider stream/lifecycle diagnostics, not byte-for-byte raw SSE.
Implementation direction:
- Trace where
record_event_traceis carried in profile-resolved manifests and whereSpawnPodconstructs hidden child spawn config. - Fix the narrow point where the setting is dropped/defaulted.
- Add focused tests for profile/spawn config preserving
record_event_trace = true. - Add a small documentation/comment clarification for trace sidecar semantics.
Validation target:
- Focused manifest/pod tests covering the changed path.
./tickets.sh doctorandgit diff --check.