Skip to content

Architecture

This section documents the current codira architecture and the accepted migration boundary introduced by ADR-004.

The current implementation remains:

  • registry-driven
  • backed by one active storage backend, defaulting to SQLite
  • mixed-language across Python, JSON, C, C++, and Bash analyzers
  • CLI-driven through a single repository-local index

These documents describe the current architecture produced by the accepted ADR-004 migration work and later backend/analyzer extensions.