@luquimbo/bi-superpowers 4.1.2 → 4.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/marketplace.json +1 -1
- package/.claude-plugin/plugin.json +1 -1
- package/.claude-plugin/skill-manifest.json +1 -1
- package/.plugin/plugin.json +1 -1
- package/AGENTS.md +9 -7
- package/CHANGELOG.md +40 -0
- package/README.md +637 -96
- package/bin/cli.js +76 -61
- package/bin/commands/build-desktop.js +60 -6
- package/bin/commands/diff.js +86 -1
- package/bin/commands/mcp-setup.js +26 -3
- package/bin/commands/watch.js +50 -5
- package/bin/postinstall.js +1 -1
- package/bin/utils/mcp-detect.js +1 -1
- package/commands/bi-start.md +3 -3
- package/commands/pbi-connect.md +60 -24
- package/commands/report-design.md +1 -1
- package/desktop-extension/server.js +43 -10
- package/package.json +3 -4
- package/skills/bi-start/SKILL.md +4 -4
- package/skills/bi-start/scripts/update-check.js +1 -1
- package/skills/pbi-connect/SKILL.md +61 -25
- package/skills/pbi-connect/scripts/update-check.js +1 -1
- package/skills/project-kickoff/SKILL.md +1 -1
- package/skills/project-kickoff/scripts/update-check.js +1 -1
- package/skills/report-design/SKILL.md +2 -2
- package/skills/report-design/references/layouts/finance.md +2 -2
- package/skills/report-design/references/native-visuals.md +2 -2
- package/skills/report-design/references/slicer.md +1 -1
- package/skills/report-design/references/textbox.md +1 -1
- package/skills/report-design/scripts/create-visual.js +65 -1
- package/skills/report-design/scripts/update-check.js +1 -1
- package/skills/report-design/scripts/validate-pbir.js +29 -0
- package/src/content/base.md +1 -1
- package/src/content/routing.md +1 -1
- package/src/content/skills/bi-start.md +3 -3
- package/src/content/skills/pbi-connect.md +60 -24
- package/src/content/skills/report-design/SKILL.md +1 -1
- package/src/content/skills/report-design/references/layouts/finance.md +2 -2
- package/src/content/skills/report-design/references/native-visuals.md +2 -2
- package/src/content/skills/report-design/references/slicer.md +1 -1
- package/src/content/skills/report-design/references/textbox.md +1 -1
- package/src/content/skills/report-design/scripts/create-visual.js +65 -1
- package/src/content/skills/report-design/scripts/validate-pbir.js +29 -0
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
},
|
|
7
7
|
"metadata": {
|
|
8
8
|
"description": "AI-powered skills for Power BI Desktop development. Works with Claude Code, GitHub Copilot, Codex, Gemini CLI, and Kilo Code.",
|
|
9
|
-
"version": "4.1.
|
|
9
|
+
"version": "4.1.4",
|
|
10
10
|
"repository": "https://github.com/luquimbo/bi-superpowers"
|
|
11
11
|
},
|
|
12
12
|
"plugins": [
|
package/.plugin/plugin.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"spec": "open-plugin-spec@1",
|
|
3
3
|
"name": "bi-superpowers",
|
|
4
|
-
"version": "4.1.
|
|
4
|
+
"version": "4.1.4",
|
|
5
5
|
"description": "Claude Code plugin for Power BI, Microsoft Fabric, and semantic model workflows powered by the official Microsoft MCP servers.",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Lucas Sanchez"
|
package/AGENTS.md
CHANGED
|
@@ -131,11 +131,12 @@ The shared v4.1.x contract is:
|
|
|
131
131
|
- **2 MCP servers** — `powerbi-modeling-mcp`, `microsoft-learn`
|
|
132
132
|
|
|
133
133
|
Agent-specific behavior:
|
|
134
|
-
- **
|
|
135
|
-
- **
|
|
136
|
-
- **
|
|
137
|
-
- **
|
|
138
|
-
- **
|
|
134
|
+
- **All agents** — the primary install is user-level via `super install`, not repo-local.
|
|
135
|
+
- **Claude Code** — `super kickoff` can optionally generate a project-local plugin with slash commands: `/bi-start`, `/project-kickoff`, `/pbi-connect`, `/report-design`.
|
|
136
|
+
- **GitHub Copilot** — uses the installed user-level skills + MCP config via natural-language prompts.
|
|
137
|
+
- **Codex** — uses the installed user-level skills + MCP config via natural-language prompts. Do not run `super kickoff` for Codex setup.
|
|
138
|
+
- **Gemini CLI** — uses the installed user-level skills + MCP config via natural-language prompts.
|
|
139
|
+
- **Kilo Code** — uses the installed user-level skills + MCP config via natural-language prompts.
|
|
139
140
|
|
|
140
141
|
`/report-design` has one extra runtime prerequisite on every agent: **Windows + Power BI Desktop (standalone) + Python 3.10+ + `pipx` + `pbi-cli-tool`**. The bundled Node scripts handle visual/theme authoring, but the current flow still uses `pbi` for connect, page ops, and validate. If that stack is not available yet, start with `bi-start`, `project-kickoff`, or `pbi-connect`.
|
|
141
142
|
|
|
@@ -194,13 +195,14 @@ Los 4 skills quedan disponibles como MCP prompts.
|
|
|
194
195
|
|
|
195
196
|
## Plugin System
|
|
196
197
|
|
|
197
|
-
BI Agent Superpowers
|
|
198
|
+
BI Agent Superpowers installs skills and MCP configuration at the user level for all supported agents. It can also generate a native Claude Code plugin from the same source of truth when a user explicitly wants repo-local Claude Code plugin files.
|
|
198
199
|
|
|
199
200
|
### Output Targets
|
|
200
201
|
|
|
201
202
|
| Target | Format | Output |
|
|
202
203
|
|--------|--------|--------|
|
|
203
|
-
|
|
|
204
|
+
| All agents | User-level skills + MCP config | `~/.agents/skills`, agent-specific MCP config |
|
|
205
|
+
| Claude Code / 1code.dev | Optional local plugin | `.claude-plugin/`, `commands/`, `skills/`, `.mcp.json` |
|
|
204
206
|
| Claude Desktop | MCPB extension | `bi-superpowers.mcpb` (via `super build-desktop`) |
|
|
205
207
|
|
|
206
208
|
### Plugin Structure (generated by kickoff/recharge)
|
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,46 @@ All notable changes to BI Agent Superpowers will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [4.1.4] — 2026-04-24
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- `super mcp-setup` no longer creates repo-local `.mcp.json` files in arbitrary
|
|
13
|
+
projects. It now only runs against an existing local Claude Code plugin unless
|
|
14
|
+
the user explicitly passes a local plugin target.
|
|
15
|
+
- `super recharge` now refuses to generate local Claude Code plugin files in an
|
|
16
|
+
uninitialized repo, pointing users back to the user-level `super install`
|
|
17
|
+
workflow instead.
|
|
18
|
+
- CLI help, install docs, and `pbi-connect`/`bi-start` skill guidance now make
|
|
19
|
+
`super install --all --yes` the primary multi-agent path for Claude Code,
|
|
20
|
+
GitHub Copilot, Codex, Gemini CLI, and Kilo Code. `super kickoff`,
|
|
21
|
+
`super recharge`, and `super mcp-setup` are documented as optional local
|
|
22
|
+
Claude Code plugin commands only.
|
|
23
|
+
|
|
24
|
+
## [4.1.3] — 2026-04-23
|
|
25
|
+
|
|
26
|
+
### Fixed
|
|
27
|
+
|
|
28
|
+
- Claude Desktop `.mcpb` builds now bundle folder-based skills as `skills/<name>/SKILL.md`
|
|
29
|
+
and include `report-design` runtime `references/` plus `scripts/` assets, so installed
|
|
30
|
+
Desktop prompts no longer point at missing files.
|
|
31
|
+
- `super scan` now compares source skills against the actual generated Claude Code command
|
|
32
|
+
output, including frontmatter and update-check preamble, eliminating permanent false drift.
|
|
33
|
+
- `report-design` `create-visual.js` now rejects path traversal in `--name` and non-finite
|
|
34
|
+
numeric placement flags before writing `visual.json`.
|
|
35
|
+
- `report-design` `validate-pbir.js` now flags non-finite `position` values.
|
|
36
|
+
- Claude Desktop setup instructions and postinstall output use the canonical
|
|
37
|
+
`powerbi-modeling-mcp` server key.
|
|
38
|
+
- `super sentinel` now watches folder-based skill trees, including `SKILL.md`, `references/`,
|
|
39
|
+
and runtime scripts, and regenerates through the same versioned generator path as
|
|
40
|
+
`super recharge`.
|
|
41
|
+
- Removed stale conditional-formatting release wording from `report-design` source docs.
|
|
42
|
+
|
|
43
|
+
### Changed
|
|
44
|
+
|
|
45
|
+
- Removed the runtime `update-notifier` dependency and upgraded `chokidar` to v4. Runtime
|
|
46
|
+
and full npm audit checks are clean in this release line.
|
|
47
|
+
|
|
8
48
|
## [4.1.0] — 2026-04-21
|
|
9
49
|
|
|
10
50
|
> **First stable release — the de-facto 1.0 of `@luquimbo/bi-superpowers`.**
|