feat(data-analytics-demo): T-13 docs + T-14 changelog/handoff (Stage 4 close-out)#92
Merged
Merged
Conversation
Final phase of the data-analytics-demo bolt-on. Closes Stage 4 of the Spec-Driven workflow (T-01〜T-14 — 14 / 14 tasks done across 8 PRs). T-13 — Documentation: - packages/data-analytics-demo/README.md: full rewrite. Quickstart in ≤ 5 commands (AC-ε.1), per-layer one-line architecture summary, layout table, constraints (load-bearing), engineered ML signals explanation. - packages/data-analytics-demo/docs/architecture.md: mermaid pipeline diagram covering all 6 layers plus per-layer detail tables and the list of files produced by a full `make demo` run. T-14 — Changelog + handoff: - CHANGELOG.md (root): adds an Unreleased entry recording the data-analytics-demo 0.1.0 ship — six layers, CI infrastructure, security mitigations, test surface, all 8 PRs referenced. The package becomes the seventh `packages/*` entry and the monorepo's first Python sub-tree. - HANDOFF.md (root): "Current" block flipped from "planning phase" to "shipped"; the verified-prior-art table superseded by the ADR-0070 reference (it now lives in the design ADR, not in the ephemeral handoff). Local verify: - ruff OK / mypy OK (21 source files) / pytest 36 PASS / coverage 87.20% - check-doc-drift 0 fail / check-adr-claims 77/77 PASS Stage 4 done. The package can be developed and demoed end-to-end with a single `make demo` invocation; recruiters can clone the repo and read all three deliverables (SQL marts, ML + SHAP, dashboard + narrative) in under five minutes.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
leagames0221-sys
added a commit
that referenced
this pull request
May 21, 2026
…4 close-out) (#92) Final phase of the data-analytics-demo bolt-on. Closes Stage 4 of the Spec-Driven workflow (T-01〜T-14 — 14 / 14 tasks done across 8 PRs). T-13 — Documentation: - packages/data-analytics-demo/README.md: full rewrite. Quickstart in ≤ 5 commands (AC-ε.1), per-layer one-line architecture summary, layout table, constraints (load-bearing), engineered ML signals explanation. - packages/data-analytics-demo/docs/architecture.md: mermaid pipeline diagram covering all 6 layers plus per-layer detail tables and the list of files produced by a full `make demo` run. T-14 — Changelog + handoff: - CHANGELOG.md (root): adds an Unreleased entry recording the data-analytics-demo 0.1.0 ship — six layers, CI infrastructure, security mitigations, test surface, all 8 PRs referenced. The package becomes the seventh `packages/*` entry and the monorepo's first Python sub-tree. - HANDOFF.md (root): "Current" block flipped from "planning phase" to "shipped"; the verified-prior-art table superseded by the ADR-0070 reference (it now lives in the design ADR, not in the ephemeral handoff). Local verify: - ruff OK / mypy OK (21 source files) / pytest 36 PASS / coverage 87.20% - check-doc-drift 0 fail / check-adr-claims 77/77 PASS Stage 4 done. The package can be developed and demoed end-to-end with a single `make demo` invocation; recruiters can clone the repo and read all three deliverables (SQL marts, ML + SHAP, dashboard + narrative) in under five minutes. Co-authored-by: leagames0221-sys <leagames0221@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Final phase of the data-analytics-demo bolt-on. Closes Spec-Driven Stage 4 (T-01〜T-14 — 14 / 14 tasks done across 8 PRs: #82, #83, #86, #87, #88, #89, #90, #91, #92).
What lands (T-13 + T-14)
packages/data-analytics-demo/README.md— full rewrite. ≤ 5-command quickstart (AC-ε.1), per-layer one-line architecture summary, layout table, load-bearing constraints (zero credit card, local LLM, consumer laptop, synthetic data), engineered-signal explanation.packages/data-analytics-demo/docs/architecture.md— mermaid pipeline diagram covering all six layers + per-layer detail tables + the full list of files amake demorun produces.CHANGELOG.md(root) —Unreleasedentry recording the data-analytics-demo 0.1.0 ship: six layers, CI infrastructure, security mitigations, test surface, PR list. The package becomes the seventhpackages/*entry and the monorepo's first Python sub-tree.HANDOFF.md(root) —Currentblock flipped from "planning phase" to "shipped"; the verified-prior-art table is now in ADR-0070 instead of the ephemeral handoff.Stage 4 task summary
Local verify
ruff+mypy --strictclean (21 source files)pytest36 passed; coverage 87.20 %check-doc-drift.mjs0 fail /check-adr-claims.mjs77 / 77 PASSTest plan