# core/ids/rule.ids.ts

> 4 lines of code and 4 definitions.

Tree: Site tree
Language: typescript
Layer: infrastructure
Canonical: https://banes-lab.com/anatomy/tree#file-core-ids-rule-ids-ts
Source text: https://banes-lab.com/assets/sources/source.0104008f77445827bba4a1addbbc95fa6778a65d6c4f9a75aa31c7bce0db257c.generated.txt

## Definitions

- `MECHANISM_SECTION_ID` (lexical_declaration, line 1, exported)
- `RULE_SECTION_ID` (lexical_declaration, line 2, exported)
- `CONTRACT_SECTION_ID` (lexical_declaration, line 3, exported)
- `POLICY_SECTION_ID` (lexical_declaration, line 4, exported)

## Source

```typescript
export const MECHANISM_SECTION_ID = "from-chat-to-tree";
export const RULE_SECTION_ID = "rules-with-names";
export const CONTRACT_SECTION_ID = "a-seat-is-a-contract";
export const POLICY_SECTION_ID = "the-behaviour-document";
```
