Metadata-Version: 2.4
Name: flowharness-inspection
Version: 0.1.1
Summary: Inspection context — Architectural Drift Index and risk scan (FLOWHARNESS_SPEC.md §6.12)
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: flowharness-core==0.1.1
Requires-Dist: pyyaml>=6.0
Requires-Python: >=3.12
Project-URL: Homepage, https://github.com/flowharness-ai
Description-Content-Type: text/markdown

# flowharness-inspection

Inspection context — the static, local, deterministic agent-rules surface scanner. Provides the domain layer for classifying agent-rules surfaces (CLAUDE.md, .cursorrules, AGENTS.md, agent-harness bundles, etc.), reading and parsing them, running architectural drift/contradiction/divergence/risk checks, and scoring findings into a quarantine verdict and drift index.

This is an **internal library package** of the FlowHarness toolchain, published to PyPI as a transitive dependency of [`flowharness`](https://github.com/flowharness-ai) (the scan CLI) and [`flowharness-ci-runner`](https://github.com/flowharness-ai). Install those packages instead of depending on `flowharness-inspection` directly.

> **Note:** this package currently installs a top-level module named `inspection`. Prefer `uvx` (isolated environments) over `pip install` into a shared venv until the 0.2 module-namespace rename lands.

**License:** Apache-2.0  
**Homepage:** https://github.com/flowharness-ai
