| 144 | FallbackPath string |
| 145 | } |
| 146 | |
| 147 | type InitialContext struct { |
| 148 | CWD string |
| 149 | Sections []PromptSection |
| 150 | ProjectDocs ProjectDocDiscoveryResult |
| 151 | MemorySection string |
| 152 | SystemPromptPath string |
| 153 | } |
| 154 | |
| 155 | func (ctx InitialContext) Render() string { |
nothing calls this directly
no outgoing calls
no test coverage detected