• fix: include category-less tools in pos tab completion
    gates / consistency-and-conventions (push) Successful in 23s

    gitea-actions released this 2026-09-12 13:29:30 +02:00

    _pos_complete_categories offered only hyphenated categories plus a
    hardcoded 'config', so 'pos ' never showed bank/tree. Category-less
    tools are now discovered from the executable scan, and the words==3
    dispatch routes no-hyphen tools to _pos_complete_tool so 'pos bank '
    offers list/add/show/run/edit/remove.

    Downloads