BMAD-METHOD/docs
Brian 02739932bc
feat(installer): check for uv and standardize messaging on uv run (#2495)
Replace the standalone python3 environment check with a uv check, since
uv is becoming the de facto standard for running BMad's Python scripts
(`uv run <script>`) and uv provisions the interpreter itself.

Installer:
- Remove tools/installer/core/python-check.js and its wiring in ui.js
- Add tools/installer/core/uv-check.js: warn-don't-block, no ack prompt
  (the migration is in progress, so a missing uv never blocks install).
  Missing uv warns and points the user at setup, preferring "ask your
  agent to set up uv"
- Add a uv heads-up to the install intro (install-messages.yaml) and a
  uv tip line to the final "BMAD is ready" summary box
- Swap test Suite 46 from python-check to uv-check coverage

Docs and script comments (no functional skill invocations changed):
- resolve_config.py / resolve_customization.py docstrings: drop the
  "No uv ... plain python3 is sufficient" claims; frame uv run as the
  standard, python3 as the transition fallback; examples use uv run
- customize-bmad.md (en/fr/vi-vn): same reframing; example commands use
  uv run
- Update uv run hints in brain.py / list_customizable test comments
2026-06-22 00:03:03 -05:00
..
cs feat(docs): Add sidebar order validator for doc frontmatter (#2409) 2026-05-25 10:15:37 -05:00
explanation feat(core): add bmad-forge-idea skill + docs (#2492) 2026-06-21 21:55:58 -05:00
fr feat(installer): check for uv and standardize messaging on uv run (#2495) 2026-06-22 00:03:03 -05:00
how-to feat(installer): check for uv and standardize messaging on uv run (#2495) 2026-06-22 00:03:03 -05:00
reference feat(core): add bmad-forge-idea skill + docs (#2492) 2026-06-21 21:55:58 -05:00
tutorials feat(core): add bmad-forge-idea skill + docs (#2492) 2026-06-21 21:55:58 -05:00
vi-vn feat(installer): check for uv and standardize messaging on uv run (#2495) 2026-06-22 00:03:03 -05:00
zh-cn feat(docs): Add sidebar order validator for doc frontmatter (#2409) 2026-05-25 10:15:37 -05:00
404.md fix(docs): comprehensive documentation site review fixes (#1578) 2026-02-08 11:58:22 -06:00
_STYLE_GUIDE.md chore: remove SM agent (Bob) and migrate to Developer agent (#2186) 2026-04-02 12:25:24 -07:00
index.md feat(skills): TOML-based agent and workflow customization (#2284) 2026-04-19 19:30:29 -05:00
roadmap.mdx feat(docs): add public roadmap and improve site navigation 2026-02-22 19:41:57 -06:00