chore: restore official BMad skill rendering runtime - #127
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Warning Review limit reachedNext included review available in 55 minutes. View limit detailsLimit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (6)
Warning Your free Security trial is over. An organization admin can upgrade to Advanced for continuous pull request security review or dismiss this notice. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Restore the rendering runtime required by the repository's already-installed BMad skills, independently of #126 (browser/release contract tests).
_bmad/scripts/render_skill.py,_bmad/scripts/config_utils.py, and the MIT license byte-for-byte from official bmad-code-org/BMAD-METHOD@beb368e5fc9b95bcec5e1de5bc7870dc15bece72 (skills/bmad/scripts/, license from repository root)._bmad/render/snapshots and document the local renderer invocation in TESTING.md.This restores only these runtime files, not a complete BMad installation. No private configuration, generated snapshots, application runtime changes, or #126 release-contract changes are included. The two PRs modify distinct TESTING.md locations.
Verification
The renderer succeeded using absolute paths in an isolated checkout based on upstream
69c0ad1bca8ca4bfeb10ddd4541a17f831b38729; repository-relative equivalent:uv run --no-cache _bmad/scripts/render_skill.py --project-root . --skill .agents/skills/bmad-buildSHA-256 provenance:
8496d0d8b449d64c21b42a9aab3b13fc8a813a430c0695ffd84ad75bb1da794263e07c87f9290e1f3d73a97d88e5cf9be64152c80eb0dbb003ebe0be0864aed90aa79baf6328b4a1e694ce10a12ffc36d7666554da128dff0e8fcda0fc536a66This verifies skill rendering, not Docker image builds, container deployment, or release/tag publication.