(cwd, memorySection string)
| 771 | } |
| 772 | workflow, err := BuildWorkflowSection() |
| 773 | if err != nil { |
| 774 | return nil, err |
| 775 | } |
| 776 | sections := []PromptSection{ |
| 777 | BuildSubagentIdentitySection(agentName, description), |
| 778 | priority, |
| 779 | trust, |
| 780 | workflow, |
| 781 | BuildEnvSection(cwd), |
| 782 | } |
| 783 | if strings.TrimSpace(gitContext) != "" { |