In BagIt v16 spec it says on completeness of a bag:
- Every file listed in every tag manifest MUST be present.
Likewise in earlier specs (v14) it says:
- Every file in every tag manifest MUST be present. Tag files not listed in a tag manifest MAY be present.
However, the BagVerifier only verifies the completeness in terms of the payload manifests, not in terms of the tag manifests. Shouldn't that be added also? Or is that done somewhere else?
In BagIt v16 spec it says on completeness of a bag:
Likewise in earlier specs (v14) it says:
However, the
BagVerifieronly verifies the completeness in terms of the payload manifests, not in terms of the tag manifests. Shouldn't that be added also? Or is that done somewhere else?