Sealion docs

Directory structure

The repo separates framework source, public headers, tests, examples, infrastructure, automation, and published documentation from the start.

Layout

.
|-- .github/workflows/
|-- bin/sealion
|-- docs/engineering/
|-- docs/site/
|-- examples/hello/
|-- include/sealion/
|-- include/sealion/ui/
|-- infra/compose/
|-- infra/schemas/
|-- scripts/
|-- src/
|-- src/ui/
|-- templates/default/
|   |-- src/main.c
|   `-- view/
|-- tests/fixtures/
|-- tests/integration/
|-- tests/regression/
|-- tests/unit/
`-- install.sh

Ownership

Rule

Empty directories are placeholders until a real file belongs there. When a directory gains behavior, its first file should make that behavior testable.