# Events Log

> Events represent things that happened or need to happen. They are processed FIFO (oldest first).

---

## Event Format

```
EVT-XXXX | <TYPE> | <Description> | <Source> | <Timestamp>
```

- **EVT-XXXX** -- Auto-incremented event ID
- **TYPE** -- Event type matching a skill trigger (e.g., IDEA_CAPTURED)
- **Description** -- Brief summary of what happened or what needs to happen
- **Source** -- Who created the event (user, agent, system)
- **Timestamp** -- When the event was created

---

## Unprocessed Events

*(none)*

---

## Processed Events

*(none)*
