You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* docs(readme): correct as-built inaccuracies and a stale Fabric reference
- Dagster is the *second* local execution surface, not the third — matches the
"two LocalLite surfaces (CLI + Dagster)" framing used across the site docs.
- Repo map: FabricPlatform is Spark-native and independent (ADR-022), not a
LakehousePlatform subclass (fabric/platform.py is `class FabricPlatform:`);
dropped the internal "Session 5" annotation that leaked into the public README.
- Repo map: workflow list now reflects as-built CI (core-build / core-pr-tests /
docs); the *-deploy workflows are disabled stubs (.disabled).
- ~4.6 GB -> ~4.6 GiB to match the published docs.
- RUNBOOK: replaced the stale "Fabric procedures land ... in Session 5" with a
link to the Fabric Deployment guide (the tier is built and ran green).
mkdocs build --strict green; gen-doc --check gates pass.
* docs(readme): add mermaid architecture diagrams (system context + ADR-022 parity)
GitHub renders mermaid natively, so the README front door now carries the two
highest-signal diagrams from the docs site:
- Hero (replaces the ASCII flow): system context — S3 -> Bronze/Silver/Gold with
engines named -> the versioned contract -> downstream AI consumers (clinical-bert
live; Ollama -> scribe-iq roadmap).
- Architecture section: the ADR-022 dual-engine parity — two independent
engine-native tiers converging on one contract, with the rejected shared-transform
layer (applyInPandas bridge tax) called out.
Diagrams mirror the published site; mermaid kept conservative for GitHub rendering.
0 commit comments