# SourceCodeIntelligence

**Kind:** Interface

**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#L53)

Complete intelligence extracted from source code

## Properties

| Property | Type |
|---|---|
| `routes` | `SourceRoute[]` |
| `menuTree` | `SourceMenuItem[]` |
| `framework` | `string` |
| `routingStrategy` | `'hash' | 'html5'` |
| `commonSelectors` | `Record<string, string>` |
| `auth` | `{
    loginRoute: string;
    usernameSelector?: string;
    passwordSelector?: string;
    submitSelector?: string;
  }` |
