# buildSourceAnalysisPrompt

**Kind:** Function

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/stages/stage-12-screenshots/agent-screenshot-mapper.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/stages/stage-12-screenshots/agent-screenshot-mapper.ts#L124)

Prompt for the main agent to analyze the source code and build the
SourceCodeIntelligence artifact. This runs ONCE per project.

## Signature

```ts
function buildSourceAnalysisPrompt(sourceCodePath: string, framework: string): string
```

## Parameters

| Name | Type |
|---|---|
| `sourceCodePath` | `string` |
| `framework` | `string` |

**Returns:** `string`
