oku 0.1.0

PCB-inspired procedural city generation — a domain-specific facade over ogun
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Agents

AI agent configurations used during Oku development via [Kiro](https://kiro.dev).

## rust-expert

Primary development agent. Rust expert focused on building a clean domain facade over ogun — type system design, serde-driven data pipelines, and translating urban concepts into algorithmic inputs.

Resources: `README.md`, `Cargo.toml`, `docs/OKU_STRUCTURE.md`, skills (`technical-knowledge`, `ogun-context`)

## researcher

Research agent for exploring urban generation patterns, PCB-to-city mappings, erosion models, and procedural content generation techniques. Synthesizes findings into actionable design decisions for the potential function, arrival ordering, and erosion model.

Resources: `README.md`, `docs/**/*.md`, skills (`domain-knowledge`, `ogun-context`)