Coverage for src / core / __init__.py: 100%

0 statements  

« prev     ^ index     » next       coverage.py v7.13.0, created at 2026-01-04 04:43 +0000

1"""Core domain types and protocols for mala. 

2 

3This package contains the foundational building blocks: 

4- models: Domain-agnostic dataclasses (ResolutionOutcome, IssueResolution, etc.) 

5- protocols: Protocol definitions for pipeline stage abstractions 

6- log_events: JSONL log event types for Claude Agent SDK schema 

7"""