Skip to content

codira

codira is a repository-local indexing and context retrieval tool for agent-assisted development.

It builds a SQLite index inside the target repository and currently provides:

  • exact symbol lookup
  • docstring auditing
  • deterministic local semantic embeddings
  • deterministic context generation for natural-language queries

Documentation scope

The repository documentation now covers:

  • how to install and use the current tool locally
  • how contributors should validate changes
  • the small set of repository-owned helper scripts
  • the branch and ADR workflow used for repository governance
  • a baseline architecture description for the accepted ADR-004 migration
  • the active ADR trail

Current architecture status

The current implementation is SQLite-backed and registry-driven.

It now supports:

  • one active backend per repository index
  • multiple analyzers in one indexing run
  • deterministic indexing for tracked *.py, *.c, and *.h files

The accepted future architectural direction is documented in ADR-004.

The current architecture and migration state are documented under Architecture.