aqc-file-engine-core 0.3.0

Shared framework types and FileEngine trait for aqc-{domain}-engine crates.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# aqc-file-engine-core

Shared file-engine contracts for Agent Quality Controls.

This crate provides:

- `FileEngine` and `EngineRequirement` contracts.
- structured findings and engine output types.
- shared merge helpers for item, list, scalar, and forbidden-glob requirements.
- TOML helper functions used by AQC TOML engines.

The crate performs no filesystem I/O. Concrete engines own file parsing,
validation, and reconciliation.