Entity: ADR-001

Brief: The ouro/ directory is a clean distributable skeleton and must not contain project-specific documentation.

Context

Ourobor OS is installed into target projects via npx skills add robobooga/ourobor-os. The ouro/ directory is zipped by package.py and shipped directly to users — whatever is in it lands in their project root.

During early development, ouro/wiki/ was the natural location for Ourobor OS's own documentation. The wiki infrastructure is already there, the schema is defined, and using it would demonstrate the system eating its own dog food.

Decision

The ouro/wiki/ subdirectories (entities/, decisions/, patterns/, maps/) must remain empty (.gitkeep only) in the repository. No project-specific documentation is written there.

Alternatives Considered

Trade-offs

Rationale

A clean install experience is non-negotiable for a tool whose first impression is the emptiness of its directories. See ADR-002 for the alternative location chosen for project documentation.