[general]
name=QGIS Deliverable Inspector
qgisMinimumVersion=3.28
qgisMaximumVersion=4.99
description=Inspect QGIS projects for delivery risks and write read-only Markdown and JSON reports.
version=0.1.0
author=WoodCedar
email=opining_ansbach@aleeas.com

about=QGIS Deliverable Inspector checks QGIS project context for common delivery risks, including missing paths, invalid layers, empty layers, mixed CRS, temporary layers, missing styles, and unsupported data sources. It reports risks only and never modifies the project or source data.

tracker=https://github.com/WoodCedar/geoai/issues
repository=https://github.com/WoodCedar/geoai
hasProcessingProvider=no
tags=delivery, inspection, quality, risk, report
homepage=https://github.com/WoodCedar/geoai
experimental=True
deprecated=False

changelog=
    0.1.0
        - Initial release.
        - Inspect current QGIS projects or Agent Notes manifests.
        - Report missing paths, invalid layers, empty layers, mixed CRS, temporary layers, missing styles, and unsupported sources.
        - Write deliverable_report.md and deliverable_report.json.
        - Keep inspection read-only with no automatic fixes.
