docs(assets): refresh README visuals — accurate counts + six-backend diagram - #32
Merged
Conversation
…diagram The banner/architecture images had drifted from reality and undercut the repo's credibility on first glance: - banner: "3 Backends" -> "6 Backends", "10 AI Skills" -> "12 AI Skills", "500+ Tests" -> "1,200+ Tests". - before/after: fix the deploy example (`--connection fabric-prod` is not a real flag) -> `pbi deploy push --workspace Production`. - architecture: full redesign from the stale "THREE-BACKEND" 3-box diagram to a six-backend 3x2 grid (desktop · xmla · file · rest · fabric · mock) with per-card "Any OS"/"Windows" badges and a footer that tells the cross-platform story — 4 of 6 backends run on Linux/macOS with no Windows and no .NET. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
- terminal-demo.svg: an animated SVG terminal that loops a real, correct pbi session (connect → govern check → fix → dax test → live fabric measure add), placed near the top of the README — the most engaging thing a CLI repo can show. Animated SVG (not a binary GIF): scalable, diff-able, animates on GitHub via <img>. - workflow.svg: a five-stage lifecycle strip (model → DAX → govern → test → deploy) with the command for each step and a "scriptable · CI-gateable · MCP-driveable" footer, in a new "The end-to-end workflow" README section. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.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
The README's hero images had drifted from reality and were the first thing a visitor saw — undercutting the "professional" first impression:
3 Backends,10 AI Skills,500+ Tests→ now 6 Backends, 12 AI Skills, 1,200+ Testspbi deploy push --connection fabric-prod(not a real flag) → nowpbi deploy push --workspace ProductionArchitecture diagram redesign
From a stale 3-box image to a six-backend 3×2 grid (
desktop · xmla · file · rest · fabric · mock), each card showing what it does, what it needs, and its--backendflag, with "Any OS" / "Windows" badges so the cross-platform story reads at a glance. Footer drives the point home: 4 of 6 backends run on Linux/macOS — no Windows, no .NET.All three SVGs validated as well-formed XML; matches the corrected README text (six backends, 12 skills).
🤖 Generated with Claude Code