Under the hood
A background workflow session record schema now tracks process kind and identity fields.
An internal schema constant previously used for the AWS Bedrock SDK's job-request shape now instead describes background workflow session records, with fields pid, sessionId, cwd, startedAt, version, kind (interactive, bg, daemon, or daemon-worker), entrypoint, and pidDomain. This points to a persisted table tracking Claude Code process instances by kind.