qq_lib.core

Core infrastructure for qq.

This module collects the foundational classes, utilities, and helpers used across the qq codebase. It provides the building blocks for command behavior, job introspection, navigation, configuration, error handling, and structured logging.

 1# Released under MIT License.
 2# Copyright (c) 2025-2026 Ladislav Bartos and Robert Vacha Lab
 3
 4"""
 5Core infrastructure for qq.
 6
 7This module collects the foundational classes, utilities, and helpers used
 8across the qq codebase. It provides the building blocks for command behavior,
 9job introspection, navigation, configuration, error handling, and structured
10logging.
11"""