# core/ids/coordination.ids.ts

> 7 lines of code and 7 definitions.

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

## Definitions

- `HUMAN_SECTION_ID` (lexical_declaration, line 1, exported)
- `AGENT_SECTION_ID` (lexical_declaration, line 2, exported)
- `COORDINATION_SECTION_ID` (lexical_declaration, line 3, exported)
- `SURFACE_SECTION_ID` (lexical_declaration, line 4, exported)
- `WAIT_SECTION_ID` (lexical_declaration, line 5, exported)
- `TURN_SECTION_ID` (lexical_declaration, line 6, exported)
- `INVARIANT_SECTION_ID` (lexical_declaration, line 7, exported)

## Source

```typescript
export const HUMAN_SECTION_ID = "the-human-and-the-ai";
export const AGENT_SECTION_ID = "agents-as-executed-contracts";
export const COORDINATION_SECTION_ID = "coordination-is-software";
export const SURFACE_SECTION_ID = "the-board-and-the-venue";
export const WAIT_SECTION_ID = "posting-and-waiting-are-one-operation";
export const TURN_SECTION_ID = "a-turn-never-ends-to-wait";
export const INVARIANT_SECTION_ID = "stating-an-invariant";
```
