Task · TSO-0017

Fix documentation social metadata ownership and asset checks

Description

docs.toml and docs/.meta.yml both declare site metadata and both reference a missing assets/social-card.png. Confirm what the documentation hub consumes, remove the ambiguity, and make missing declared assets fail deterministically.

Acceptance Criteria

Definition of Done

Implementation Plan

Resolve docs metadata ownership and add deterministic missing-asset validation in the existing docs build checker; return the root-owned description block.

Implementation Notes

Documentation metadata ownership and deterministic asset validation are committed in bundled pause snapshot 2cf46446d5c6a7a30ea6f7d0c54d61ec9889d522; checker tests include missing, ignored, and commented declarations. Resume with exact-head CI.

Final evidence: documentation asset checker and its negative cases passed; integrated GATE and exact-head CI run 33047209645 succeeded.

Final Summary

Metadata ownership and social-asset validation are committed in 2cf46446d5c6a7a30ea6f7d0c54d61ec9889d522; parked pending exact-head CI.

Completion: verified by negative tests, full gate, and exact-head CI.

References

View the source file on GitHub