# CodeEntity

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/parser-core/src/interfaces/workflow-signals.interface.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/interfaces/workflow-signals.interface.ts#L4)

Simplified entity representation for AI analysis

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `type` | `string` |
| `name` | `string` |
| `filePath` | `string` |
| `startLine` | `number` |
| `endLine` | `number` |
| `metadata` | `Record<string, any>` |
