Kozou CLI: scaffolding, schema introspection, and MCP server entry points. See Kozou v0.1 design spec §9.
Kozou reference Admin UI. SvelteKit + Svelte 5 admin UI that consumes SchemaContext via @kozou/core and talks to a backend via the DataAdapter interface. See Kozou v0.1 design spec §8.
Kozou MCP server for AI agents (stdio + HTTP)
PostgreSQL DDL / COMMENT / VIEW introspection (Kozou v0.1 spec §5).
Kozou core: Schema Context, type definitions, UI Hints zod schema, DataAdapter interface.
Kozou TypeScript codegen: emit row / entity types from a SchemaContext (Kozou v0.2 spec §5.2, experimental).
Kozou's own REST layer: serves table CRUD / VIEW reads / OpenAPI from a SchemaContext (Kozou v0.2 spec, experimental).