# core/ids/architecture.ids.ts

> 34 lines of code and 34 definitions.

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

## Definitions

- `MODEL_TAB` (lexical_declaration, line 1, exported)
- `PRINCIPLES_TAB` (lexical_declaration, line 2, exported)
- `DECAY_TAB` (lexical_declaration, line 3, exported)
- `COVERAGE_TAB` (lexical_declaration, line 4, exported)
- `SCALE_TAB` (lexical_declaration, line 5, exported)
- `GLOSSARY_TAB` (lexical_declaration, line 6, exported)
- `GRAPH_SECTION_ID` (lexical_declaration, line 8, exported)
- `DEFINITION_SECTION_ID` (lexical_declaration, line 9, exported)
- `SPINE_SECTION_ID` (lexical_declaration, line 10, exported)
- `DIRECTION_SECTION_ID` (lexical_declaration, line 11, exported)
- `CANON_SECTION_ID` (lexical_declaration, line 12, exported)
- `RECORD_KIND_SECTION_ID` (lexical_declaration, line 13, exported)
- `GROUPING_SECTION_ID` (lexical_declaration, line 14, exported)
- `CORE_SECTION_ID` (lexical_declaration, line 15, exported)
- `EXECUTION_SECTION_ID` (lexical_declaration, line 16, exported)
- `STRUCTURAL_SECTION_ID` (lexical_declaration, line 17, exported)
- `TENSION_SECTION_ID` (lexical_declaration, line 18, exported)
- `MECHANISM_SECTION_ID` (lexical_declaration, line 19, exported)
- `DECAY_SECTION_ID` (lexical_declaration, line 20, exported)
- `CONTROL_SECTION_ID` (lexical_declaration, line 21, exported)
- `PAIR_SECTION_ID` (lexical_declaration, line 22, exported)
- `CONSEQUENCE_SECTION_ID` (lexical_declaration, line 23, exported)
- `PREDICATE_SECTION_ID` (lexical_declaration, line 24, exported)
- `GRID_SECTION_ID` (lexical_declaration, line 25, exported)
- `CELL_SECTION_ID` (lexical_declaration, line 26, exported)
- `GAP_SECTION_ID` (lexical_declaration, line 27, exported)
- `FORCING_SECTION_ID` (lexical_declaration, line 28, exported)
- `CEILING_SECTION_ID` (lexical_declaration, line 29, exported)
- `REDUCTION_SECTION_ID` (lexical_declaration, line 30, exported)
- `AUTHOR_SECTION_ID` (lexical_declaration, line 31, exported)
- `DETERMINISM_SECTION_ID` (lexical_declaration, line 32, exported)
- `MODEL_SYSTEM_SECTION_ID` (lexical_declaration, line 33, exported)
- `MAP_SECTION_ID` (lexical_declaration, line 34, exported)
- `GLOSSARY_SECTION_ID` (lexical_declaration, line 35, exported)

## Source

```typescript
export const MODEL_TAB = "model";
export const PRINCIPLES_TAB = "principles";
export const DECAY_TAB = "decay";
export const COVERAGE_TAB = "coverage";
export const SCALE_TAB = "scale";
export const GLOSSARY_TAB = "glossary";

export const GRAPH_SECTION_ID = "a-system-is-a-graph";
export const DEFINITION_SECTION_ID = "definitions-own-what";
export const SPINE_SECTION_ID = "the-layer-spine";
export const DIRECTION_SECTION_ID = "the-direction-axis";
export const CANON_SECTION_ID = "principles-are-typed";
export const RECORD_KIND_SECTION_ID = "every-record-has-a-kind";
export const GROUPING_SECTION_ID = "the-canon-is-grouped-twice";
export const CORE_SECTION_ID = "computation-and-resource";
export const EXECUTION_SECTION_ID = "execution-joins-the-halves";
export const STRUCTURAL_SECTION_ID = "the-structural-domain";
export const TENSION_SECTION_ID = "a-tension-has-a-mechanism";
export const MECHANISM_SECTION_ID = "separate-trade-or-mitigate";
export const DECAY_SECTION_ID = "an-anti-pattern-is-a-decay-path";
export const CONTROL_SECTION_ID = "seven-controls-seven-classes";
export const PAIR_SECTION_ID = "never-and-always";
export const CONSEQUENCE_SECTION_ID = "debt-and-leverage";
export const PREDICATE_SECTION_ID = "an-architecture-is-its-predicate-set";
export const GRID_SECTION_ID = "what-can-drift-seen-through-how-it-drifts";
export const CELL_SECTION_ID = "a-cell-that-resists-an-invariant";
export const GAP_SECTION_ID = "the-honest-gaps";
export const FORCING_SECTION_ID = "a-concern-is-a-component";
export const CEILING_SECTION_ID = "the-ceiling-moves-by-cost";
export const REDUCTION_SECTION_ID = "above-one-tier-reduction";
export const AUTHOR_SECTION_ID = "the-author-is-probabilistic";
export const DETERMINISM_SECTION_ID = "scale-follows-determinism";
export const MODEL_SYSTEM_SECTION_ID = "systems-built-around-a-model";
export const MAP_SECTION_ID = "the-principle-architecture";
export const GLOSSARY_SECTION_ID = "architectural-principles";
```
