Parent PRD
#34
What to build
Add --agent flag to wildgecu chat and wildgecu code commands. When provided, the daemon creates a session scoped to the named agent's Home, SOUL, model, and memory. Includes memory curation scoped to the agent after session close.
End-to-end: wildgecu chat --agent=researcher connects to the daemon, creates a session using the researcher's SOUL and model, and after the conversation the researcher's MEMORY.md is updated.
Acceptance criteria
Blocked by
User stories addressed
- User story 4 (chat with specific agent)
- User story 5 (code mode with specific agent)
- User story 8 (per-agent memory)
- User story 17 (per-agent memory curation)
Parent PRD
#34
What to build
Add
--agentflag towildgecu chatandwildgecu codecommands. When provided, the daemon creates a session scoped to the named agent's Home, SOUL, model, and memory. Includes memory curation scoped to the agent after session close.End-to-end:
wildgecu chat --agent=researcherconnects to the daemon, creates a session using the researcher's SOUL and model, and after the conversation the researcher's MEMORY.md is updated.Acceptance criteria
--agentflag added tochatandcodecommandsAgentfieldagent.Prepare()/agent.PrepareCode()work with agent-scoped Homeagent.Finalize) writes to the agent's MEMORY.md, not the main agent's--agentis omitted, existing behavior is preserved (backward compatible)Blocked by
User stories addressed