vitis service --update-autocategories
    Autocategory handlers are subject to change and may different
    decisions when assigning autocategories to files.
    This command updates all autocategories for all files in Vitis.

vitis service --validate-checksums [--fix]
    Recalculates the checksums of all files and verifies them
    against the stored value in the "vitis.checksum" attribute.
    If the attribute does not exist or is empty, but the file is not empty,
    this attribute is added to the file with the calculated value.
    It the '--fix' flag is specified, the case of a mismatch between
    the calculated and stored checksums, the "vitis.checksum" attribute
    is overwritten with the new value.
