# configuration/constants/source.constants.ts

> 7 lines of code and 7 definitions.

Tree: Build tree
Language: typescript
Layer: infrastructure
Canonical: https://banes-lab.com/anatomy/build#file-build-configuration-constants-source-constants-ts
Source text: https://banes-lab.com/assets/sources/source.daadd1a735f19e93641c02d40c993ea6bcdf14b493f635b574fd9e1ade036bd8.generated.txt

## Definitions

- `SURFACE_POLICY` (lexical_declaration, line 1, exported)
- `AVOIDANCE_REFERENCE` (lexical_declaration, line 3, exported)
- `OPERATOR_PROFILE` (lexical_declaration, line 5, exported)
- `MODEL_TEMPLATE` (lexical_declaration, line 7, exported)
- `MODELS_FOLDER` (lexical_declaration, line 9, exported)
- `SURFACE_RULES_FOLDER` (lexical_declaration, line 11, exported)
- `UTF8` (lexical_declaration, line 13, exported)

## Source

```typescript
export const SURFACE_POLICY = "CLAUDE.md";

export const AVOIDANCE_REFERENCE = "development-rules.claude.reference.md";

export const OPERATOR_PROFILE = "operator-profile.project.reference.md";

export const MODEL_TEMPLATE = "templates/model.template.md";

export const MODELS_FOLDER = "models";

export const SURFACE_RULES_FOLDER = "tools/rules";

export const UTF8 = "utf8";
```
