[general]
name=QGIS Agent Notes
qgisMinimumVersion=3.28
qgisMaximumVersion=4.99
description=Export lightweight QGIS project context as Markdown and an AI-readable manifest.
version=0.4.0
author=WoodCedar
email=opining_ansbach@aleeas.com

about=QGIS Agent Notes exports the current QGIS project into a lightweight context folder for people and AI agents. It creates Markdown project notes, layer cards, reports, prompt files, a map snapshot, and agent_manifest.json. It does not copy, repair, package, or convert source data.

tracker=https://github.com/WoodCedar/geoai/issues
repository=https://github.com/WoodCedar/geoai
hasProcessingProvider=no
tags=agent, markdown, documentation, project notes
homepage=https://github.com/WoodCedar/geoai
experimental=True
deprecated=False

changelog=
    0.4.0
        - Add agent_manifest.json for AI-readable project context.
        - Move reports into reports/ and prompt files into prompts/.
        - Add review_prompt.md, handoff_prompt.md, and qa_prompt.md.
        - Keep Agent Notes focused on context export only, with no data copying or repair.
        - Track lightweight issues for invalid, missing-source, temporary, empty, and mixed-CRS layers.
    0.3.0
        - Add summary, data inventory, map view, quality report, change report, history, and agent prompt Markdown files.
        - Add Markdown escaping for tables and links, stale layer-card cleanup, and clearer source-path handling.
        - Add export scope options for all layers, visible layers, or selected layers.
        - Add Chinese and English Markdown output options.
    0.1.0
        - Initial release.
        - Export QGIS project summaries, layer cards, an agent context file, and a map snapshot as Markdown.
