This directory contains the project-specific docs beyond setup.
- SRS.md: what Kairo must do, product scope, privacy, constraints.
- SDD.md: how Kairo is designed, package responsibilities, data flow.
- developer.md: local repository setup and development commands.
- ../AGENTS.md: contributor and agent rules for code placement, tests, and boundaries.
- ../TASKS.md: phased implementation plan and current acceptance criteria.
Read docs/decisions/ when changing architecture or revisiting a settled tradeoff.
- decisions/0001-web-data-source.md: dashboard data source.
- decisions/0002-publish-source-packages.md: npm package publishing shape.
- decisions/agent-runtime-gateways.md: AI gateway strategy.
- sources/adapter-authoring.md: adding memory source adapters.
- intelligence/implementation-patterns.md: memory and intelligence layer patterns.
- checks/memory-ci.md: memory checks for CI and review.
- benchmarks/memory.md: memory retrieval benchmark notes.
- ../apps/cli/README.md: CLI usage.
- ../apps/docs/README.md: Astro Starlight docs site.
- ../apps/mcp/README.md: MCP server usage.
- ../apps/web/README.md: Vite dashboard.
- ../packages/core/README.md: core memory engine.
- ../packages/shared/README.md: shared schemas and types.
- ../packages/utils/README.md: shared pure helpers.
- ../packages/ai/README.md: AI provider configuration.