lightweight tag 503a5721ad696142c1d856b4b884238afdb4bd35 0.0.7
Author:	Clawe of the Wild <ClaweOfTheWild@outlook.com>
Date:	Sat Apr 11 23:38:05 2026 +0200

commit 503a5721ad696142c1d856b4b884238afdb4bd35
Author: Clawe of the Wild <ClaweOfTheWild@outlook.com>
Date:   Sat Apr 11 23:38:05 2026 +0200

    Refactor intent handling to support per-group item and gold management
    
    - Migrate `goldTarget` and `keep` from intent root into respective groups.
    - Introduce new group types: item groups and gold groups, with appropriate validation.
    - Update intent validation to require at least one gold or item group for "hold" actions.
    - Modify summary generation to reflect per-group counts and descriptions.
    - Enhance the UI to allow adding and managing item and gold groups separately.
    - Adjust item destruction and selling logic to handle individual group quotas.
    - Clean up condition handling to ensure only relevant groups are processed.

