Enterprise metadata governance and traceability service for CC-Studio (Creative Communities). Part of the Hyperpolymath estate.
The Metadatastician provides a practical metadata operations layer for creative and technical teams that need:
-
consistent metadata policy
-
auditable provenance trails
-
grounded documentation claims
-
release-time evidence checks
This repository is aligned to current estate anchors:
-
cc-studio.devis defined in../cloudflare-dns-terraform/domains.csv. -
metadatastician.artandmetadatastician.netare defined in../cloudflare-dns-terraform/domains.csv. -
documentation claim-grounding is performed with the shared
../invariant-pathtoolchain.
-
Metadata policy definitions and review workflows
-
Provenance and evidence mapping for release artifacts
-
Documentation integrity checks (claim-path + doc-claims)
-
Lightweight governance model suitable for enterprise collaboration
the-metadatastician/
├── README.adoc
├── CHANGELOG.md
├── GOVERNANCE.adoc
├── MAINTAINERS.md
├── SECURITY.md
├── CONTRIBUTING.md
├── CODE_OF_CONDUCT.md
├── LICENSE
├── justfile
├── scripts/
│ ├── validate-docs.sh
│ └── invariant-path.sh
└── .github/workflows/
└── ci.yml# Validate repo docs and policy baseline
./scripts/validate-docs.shEstate-local invariant checks:
# Scan this README for invariant annotations
./scripts/invariant-path.sh scan --file ./README.adoc --artifact-uri repo://README.adoc --json
# Ground factual doc claims across this repo
./scripts/invariant-path.sh doc-claims --root /var/mnt/eclipse/repos/the-metadatastician --jsonSPDX-License-Identifier: CC-BY-SA-4.0
See LICENSE.