# MEGA_FILE_DEFAULT_PHASES

**Kind:** Constant

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/types/mega-file.types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/types/mega-file.types.ts#L49)

Default mega-file extraction strategy

For a 12,560 line Angular component:
Phase 1: Extract class signature and all method names (overview)
Phase 2: Extract all state-related code (stage/status handling)
Phase 3: Extract all validation code
Phase 4: Extract all user-action handlers
Phase 5: Extract DevExtreme configurations from template

## Definition

```ts
MegaFilePhase[]
```
