ticket: simplify ticket identity fields

This commit is contained in:
2026-06-09 11:57:15 +09:00
parent 48efcc7dfb
commit 191a875f5a
747 changed files with 1311 additions and 2600 deletions
@@ -0,0 +1,14 @@
Completed as part of the coordinated runtime workspace / Pod identity bundle.
Summary:
- Removed Profile slug/source/registry-derived Pod identity fallback.
- Kept Profile selection as reusable recipe selection only.
- Updated startup/spawn paths so runtime Pod identity is supplied explicitly via `--pod` and is not inferred from Profile metadata.
- Removed the hidden session-specific identity split that preserved old Profile startup behavior.
Merged branch:
- `runtime-workspace-context` via merge commit `b7a533f`.
Validation and cleanup:
- Post-merge focused tests, `cargo check -q`, `cargo fmt --check`, `git diff --check`, ticket doctor, and `nix build .#yoi` passed.
- Runtime-workspace coder/reviewer Pods, worktree, and branch were cleaned up.