Overview of the spec-kitty kernel
mainThe kernel package is a zero-dependency, minimal Python utility library that serves as the foundation for the spec-kitty ecosystem. It provides low-level, shared utilities used by specify_cli, charter, and doctrine.
It is designed as a 'dependency floor' to prevent cyclic imports. The core architecture follows a strict hierarchy where kernel is a leaf node and never imports from any other spec-kitty package.