fix: preserve spawn issue context field

This commit is contained in:
whoisasx 2026-07-01 05:14:10 +05:30
parent 077042ae56
commit b46f12f4d5
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ type SpawnConfig struct {
Harness domain.AgentHarness
Branch string
Prompt string
// IssueContext is optional pre-fetched tracker context for the task prompt.
// Standing rules stay in SystemPrompt; issue facts belong to the user task.
IssueContext string
// DisplayName is the user-facing sidebar label. Empty falls back to the
// session id in the read model (e.g. orchestrator sessions).
DisplayName string