docs/entity_profiles/
Content here gets ingested as doc_kind: entity_profile (or family) by the vault webhook.
Add new docs as separate .md files with proper frontmatter. See parent docs/README.md for conventions.
(empty at bootstrap 2026-05-15 — content lands during Phase 2+)
Taproot push sync (Wave 4 — ACTIVE)
Files added or changed under this directory on main are automatically
fanned out to every registered tenant intranet repo’s _taproot_mirror/
by .github/workflows/taproot-publish.yml
via repository_dispatch (event type taproot_sync). Each tenant repo
runs its own taproot-receive.yml, which writes the file to
_taproot_mirror/docs/entity_profiles/<same-path> and commits.
End-to-end latency from merge here to tenant events row: < 5 min.
Activation prerequisites and the receive workflow design are documented
in the tenant intranet’s _taproot_mirror/README.md. The default tenant
fan-out is fin-platform/nathel-intranet; override via the
FIN_TAPROOT_TENANT_REPOS repo variable on this repo.
To force a full resync (e.g. after activation, or when a tenant rejoins
after an outage), run the publish workflow with
workflow_dispatch -f force_all=true on this repo; this enumerates
every *.md under docs/entity_profiles/ and dispatches them.
Tracker: P0-W5-05 in
docs/programs/PROJECTION_REMEDIATION_TRACKER_2026-05-17.md of the
fin-agentic repo. Design: section 3.2 + section 4.5 of
docs/architecture/FIN_CENTRAL_TENANT_DEMARCATION_PLAN_2026-05-15.md.