feat(engine-babylonjs): add Babylon.js engine module#64
feat(engine-babylonjs): add Babylon.js engine module#64johnatas-henrique wants to merge 106 commits into
Conversation
Bumps [actions/stale](https://github.com/actions/stale) from 9 to 10. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v9...v10) --- updated-dependencies: - dependency-name: actions/stale dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/setup-node/releases">actions/setup-node's releases</a>.</em></p> <blockquote> <h2>v6.0.0</h2> <h2>What's Changed</h2> <p><strong>Breaking Changes</strong></p> <ul> <li>Limit automatic caching to npm, update workflows and documentation by <a href="https://github.com/priyagupta108"><code>@priyagupta108</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/1374">actions/setup-node#1374</a></li> </ul> <p><strong>Dependency Upgrades</strong></p> <ul> <li>Upgrade ts-jest from 29.1.2 to 29.4.1 and document breaking changes in v5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/actions/setup-node/pull/1336">#1336</a></li> <li>Upgrade prettier from 2.8.8 to 3.6.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/actions/setup-node/pull/1334">#1334</a></li> <li>Upgrade actions/publish-action from 0.3.0 to 0.4.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/actions/setup-node/pull/1362">#1362</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-node/compare/v5...v6.0.0">https://github.com/actions/setup-node/compare/v5...v6.0.0</a></p> <h2>v5.0.0</h2> <h2>What's Changed</h2> <h3>Breaking Changes</h3> <ul> <li>Enhance caching in setup-node with automatic package manager detection by <a href="https://github.com/priya-kinthali"><code>@priya-kinthali</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/1348">actions/setup-node#1348</a></li> </ul> <p>This update, introduces automatic caching when a valid <code>packageManager</code> field is present in your <code>package.json</code>. This aims to improve workflow performance and make dependency management more seamless. To disable this automatic caching, set <code>package-manager-cache: false</code></p> <pre lang="yaml"><code>steps: - uses: actions/checkout@v5 - uses: actions/setup-node@v5 with: package-manager-cache: false </code></pre> <ul> <li>Upgrade action to use node24 by <a href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/1325">actions/setup-node#1325</a></li> </ul> <p>Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. <a href="https://github.com/actions/runner/releases/tag/v2.327.1">See Release Notes</a></p> <h3>Dependency Upgrades</h3> <ul> <li>Upgrade <code>@octokit/request-error</code> and <code>@actions/github</code> by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/actions/setup-node/pull/1227">actions/setup-node#1227</a></li> <li>Upgrade uuid from 9.0.1 to 11.1.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/actions/setup-node/pull/1273">actions/setup-node#1273</a></li> <li>Upgrade undici from 5.28.5 to 5.29.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/actions/setup-node/pull/1295">actions/setup-node#1295</a></li> <li>Upgrade form-data to bring in fix for critical vulnerability by <a href="https://github.com/gowridurgad"><code>@gowridurgad</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/1332">actions/setup-node#1332</a></li> <li>Upgrade actions/checkout from 4 to 5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/actions/setup-node/pull/1345">actions/setup-node#1345</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/priya-kinthali"><code>@priya-kinthali</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-node/pull/1348">actions/setup-node#1348</a></li> <li><a href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-node/pull/1325">actions/setup-node#1325</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-node/compare/v4...v5.0.0">https://github.com/actions/setup-node/compare/v4...v5.0.0</a></p> <h2>v4.4.0</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/setup-node/commit/48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e"><code>48b55a0</code></a> Update Node.js versions in versions.yml and bump package to v6.4.0 (<a href="https://redirect.github.com/actions/setup-node/issues/1533">#1533</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/ab72c7e7eba0eaa11f8cab0f5679243900c2cac9"><code>ab72c7e</code></a> Upgrade <a href="https://github.com/actions"><code>@actions</code></a> dependencies (<a href="https://redirect.github.com/actions/setup-node/issues/1525">#1525</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/53b83947a5a98c8d113130e565377fae1a50d02f"><code>53b8394</code></a> Bump minimatch from 3.1.2 to 3.1.5 (<a href="https://redirect.github.com/actions/setup-node/issues/1498">#1498</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/54045abd5dcd3b0fee9ca02fa24c57545834c9cc"><code>54045ab</code></a> Scope test lockfiles by package manager and update cache tests (<a href="https://redirect.github.com/actions/setup-node/issues/1495">#1495</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/c882bffdbd4df51ace6b940023952e8669c9932a"><code>c882bff</code></a> Replace uuid with crypto.randomUUID() (<a href="https://redirect.github.com/actions/setup-node/issues/1378">#1378</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/774c1d62961e73038a114d59c8847023c003194d"><code>774c1d6</code></a> feat(node-version-file): support parsing <code>devEngines</code> field (<a href="https://redirect.github.com/actions/setup-node/issues/1283">#1283</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/efcb663fc60e97218a2b2d6d827f7830f164739e"><code>efcb663</code></a> fix: remove hardcoded bearer (<a href="https://redirect.github.com/actions/setup-node/issues/1467">#1467</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/d02c89dce7e1ba9ef629ce0680989b3a1cc72edb"><code>d02c89d</code></a> Fix npm audit issues (<a href="https://redirect.github.com/actions/setup-node/issues/1491">#1491</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/6044e13b5dc448c55e2357c09f80417699197238"><code>6044e13</code></a> Docs: bump actions/checkout from v5 to v6 (<a href="https://redirect.github.com/actions/setup-node/issues/1468">#1468</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/8e494633d082d609d1e9ff931be32f8a44f1f657"><code>8e49463</code></a> Fix README typo (<a href="https://redirect.github.com/actions/setup-node/issues/1226">#1226</a>)</li> <li>Additional commits viewable in <a href="https://github.com/actions/setup-node/compare/v4...v6">compare view</a></li> </ul> </details> <br />
Bumps [actions/stale](https://github.com/actions/stale) from 9 to 10. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/stale/releases">actions/stale's releases</a>.</em></p> <blockquote> <h2>v10.0.0</h2> <h2>What's Changed</h2> <h3>Breaking Changes</h3> <ul> <li>Upgrade to node 24 by <a href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1279">actions/stale#1279</a> Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. <a href="https://github.com/actions/runner/releases/tag/v2.327.1">Release Notes</a></li> </ul> <h3>Enhancement</h3> <ul> <li>Introducing sort-by option by <a href="https://github.com/suyashgaonkar"><code>@suyashgaonkar</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1254">actions/stale#1254</a></li> </ul> <h3>Dependency Upgrades</h3> <ul> <li>Upgrade actions/publish-immutable-action from 0.0.3 to 0.0.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/actions/stale/pull/1186">actions/stale#1186</a></li> <li>Upgrade undici from 5.28.4 to 5.28.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/actions/stale/pull/1201">actions/stale#1201</a></li> <li>Upgrade <code>@action/cache</code> from 4.0.0 to 4.0.2 by <a href="https://github.com/aparnajyothi-y"><code>@aparnajyothi-y</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1226">actions/stale#1226</a></li> <li>Upgrade <code>@action/cache</code> from 4.0.2 to 4.0.3 by <a href="https://github.com/suyashgaonkar"><code>@suyashgaonkar</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1233">actions/stale#1233</a></li> <li>Upgrade undici from 5.28.5 to 5.29.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/actions/stale/pull/1251">actions/stale#1251</a></li> <li>Upgrade form-data to bring in fix for critical vulnerability by <a href="https://github.com/gowridurgad"><code>@gowridurgad</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1277">actions/stale#1277</a></li> </ul> <h3>Documentation changes</h3> <ul> <li>Changelog update for recent releases by <a href="https://github.com/suyashgaonkar"><code>@suyashgaonkar</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1224">actions/stale#1224</a></li> <li>Permissions update in Readme by <a href="https://github.com/ghadimir"><code>@ghadimir</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1248">actions/stale#1248</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/suyashgaonkar"><code>@suyashgaonkar</code></a> made their first contribution in <a href="https://redirect.github.com/actions/stale/pull/1224">actions/stale#1224</a></li> <li><a href="https://github.com/GhadimiR"><code>@GhadimiR</code></a> made their first contribution in <a href="https://redirect.github.com/actions/stale/pull/1248">actions/stale#1248</a></li> <li><a href="https://github.com/gowridurgad"><code>@gowridurgad</code></a> made their first contribution in <a href="https://redirect.github.com/actions/stale/pull/1277">actions/stale#1277</a></li> <li><a href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> made their first contribution in <a href="https://redirect.github.com/actions/stale/pull/1279">actions/stale#1279</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/stale/compare/v9...v10.0.0">https://github.com/actions/stale/compare/v9...v10.0.0</a></p> <h2>v9.1.0</h2> <h2>What's Changed</h2> <ul> <li>Documentation update by <a href="https://github.com/Marukome0743"><code>@Marukome0743</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1116">actions/stale#1116</a></li> <li>Add workflow file for publishing releases to immutable action package by <a href="https://github.com/Jcambass"><code>@Jcambass</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1179">actions/stale#1179</a></li> <li>Update undici from 5.28.2 to 5.28.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1150">actions/stale#1150</a></li> <li>Update actions/checkout from 3 to 4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1091">actions/stale#1091</a></li> <li>Update actions/publish-action from 0.2.2 to 0.3.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1147">actions/stale#1147</a></li> <li>Update ts-jest from 29.1.1 to 29.2.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1175">actions/stale#1175</a></li> <li>Update <code>@actions/core</code> from 1.10.1 to 1.11.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1191">actions/stale#1191</a></li> <li>Update <code>@types/jest</code> from 29.5.11 to 29.5.14 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1193">actions/stale#1193</a></li> <li>Update <code>@actions/cache</code> from 3.2.2 to 4.0.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1194">actions/stale#1194</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Marukome0743"><code>@Marukome0743</code></a> made their first contribution in <a href="https://redirect.github.com/actions/stale/pull/1116">actions/stale#1116</a></li> <li><a href="https://github.com/Jcambass"><code>@Jcambass</code></a> made their first contribution in <a href="https://redirect.github.com/actions/stale/pull/1179">actions/stale#1179</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/stale/compare/v9...v9.1.0">https://github.com/actions/stale/compare/v9...v9.1.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/actions/stale/blob/main/CHANGELOG.md">actions/stale's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h1>[10.1.0]</h1> <h2>What's Changed</h2> <ul> <li>Add only-issue-types option to filter issues by type by <a href="https://github.com/Bibo-Joshi"><code>@Bibo-Joshi</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1255">actions/stale#1255</a></li> </ul> <h1>[10.0.0]</h1> <h2>What's Changed</h2> <h2>Breaking Changes</h2> <ul> <li>Upgrade to node 24 by <a href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1279">actions/stale#1279</a> Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. <a href="https://github.com/actions/runner/releases/tag/v2.327.1">Release Notes</a></li> </ul> <h2>Enhancement</h2> <ul> <li>Introducing sort-by option by <a href="https://github.com/suyashgaonkar"><code>@suyashgaonkar</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1254">actions/stale#1254</a></li> </ul> <h2>Dependency Upgrades</h2> <ul> <li>Upgrade actions/publish-immutable-action from 0.0.3 to 0.0.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/actions/stale/pull/1186">actions/stale#1186</a></li> <li>Upgrade undici from 5.28.4 to 5.28.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/actions/stale/pull/1201">actions/stale#1201</a></li> <li>Upgrade <code>@action/cache</code> from 4.0.0 to 4.0.2 by <a href="https://github.com/aparnajyothi-y"><code>@aparnajyothi-y</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1226">actions/stale#1226</a></li> <li>Upgrade <code>@action/cache</code> from 4.0.2 to 4.0.3 by <a href="https://github.com/suyashgaonkar"><code>@suyashgaonkar</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1233">actions/stale#1233</a></li> <li>Upgrade undici from 5.28.5 to 5.29.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/actions/stale/pull/1251">actions/stale#1251</a></li> <li>Upgrade form-data to bring in fix for critical vulnerability by <a href="https://github.com/gowridurgad"><code>@gowridurgad</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1277">actions/stale#1277</a></li> </ul> <h2>Documentation changes</h2> <ul> <li>Changelog update for recent releases by <a href="https://github.com/suyashgaonkar"><code>@suyashgaonkar</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1224">actions/stale#1224</a></li> <li>Permissions update in Readme by <a href="https://github.com/ghadimir"><code>@ghadimir</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1248">actions/stale#1248</a></li> </ul> <h1>[9.1.0]</h1> <h2>What's Changed</h2> <ul> <li>Documentation update by <a href="https://github.com/Marukome0743"><code>@Marukome0743</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1116">actions/stale#1116</a></li> <li>Add workflow file for publishing releases to immutable action package by <a href="https://github.com/Jcambass"><code>@Jcambass</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1179">actions/stale#1179</a></li> <li>Update undici from 5.28.2 to 5.28.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1150">actions/stale#1150</a></li> <li>Update actions/checkout from 3 to 4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1091">actions/stale#1091</a></li> <li>Update actions/publish-action from 0.2.2 to 0.3.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1147">actions/stale#1147</a></li> <li>Update ts-jest from 29.1.1 to 29.2.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1175">actions/stale#1175</a></li> <li>Update <code>@actions/core</code> from 1.10.1 to 1.11.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1191">actions/stale#1191</a></li> <li>Update <code>@types/jest</code> from 29.5.11 to 29.5.14 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1193">actions/stale#1193</a></li> <li>Update <code>@actions/cache</code> from 3.2.2 to 4.0.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/stale/pull/1194">actions/stale#1194</a></li> </ul> <h1>[9.0.0]</h1> <h2>Breaking Changes</h2> <ol> <li>Action is now stateful: If the action ends because of <a href="https://github.com/actions/stale#operations-per-run">operations-per-run</a> then the next run will start from the first unprocessed issue skipping the issues processed during the previous run(s). The state is reset when all the issues are processed. This should be considered for scheduling workflow runs.</li> <li>Version 9 of this action updated the runtime to Node.js 20. All scripts are now run with Node.js 20 instead of Node.js 16 and are affected by any breaking changes between Node.js 16 and 20.</li> </ol> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/stale/commit/b5d41d4e1d5dceea10e7104786b73624c18a190f"><code>b5d41d4</code></a> build(deps-dev): bump lodash from 4.17.21 to 4.17.23 (<a href="https://redirect.github.com/actions/stale/issues/1313">#1313</a>)</li> <li><a href="https://github.com/actions/stale/commit/dcd2b9469d2220b7e8d08aedc00c105d277fd46b"><code>dcd2b94</code></a> Fix punycode and url.parse Deprecation Warnings (<a href="https://redirect.github.com/actions/stale/issues/1312">#1312</a>)</li> <li><a href="https://github.com/actions/stale/commit/d6f8a33132340b15a7006f552936e4b9b39c00ec"><code>d6f8a33</code></a> build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 (<a href="https://redirect.github.com/actions/stale/issues/1304">#1304</a>)</li> <li><a href="https://github.com/actions/stale/commit/a21a0816299b11691f9592ef0d63d08e02f06d9d"><code>a21a081</code></a> Fix checking state cache (fix <a href="https://redirect.github.com/actions/stale/issues/1136">#1136</a>), also switch to octokit methods (<a href="https://redirect.github.com/actions/stale/issues/1152">#1152</a>)</li> <li><a href="https://github.com/actions/stale/commit/997185467fa4f803885201cee163a9f38240193d"><code>9971854</code></a> build(deps): bump actions/checkout from 4 to 6 (<a href="https://redirect.github.com/actions/stale/issues/1306">#1306</a>)</li> <li><a href="https://github.com/actions/stale/commit/5611b9defa6b7799a950489b00163db69f7a3ece"><code>5611b9d</code></a> build(deps): bump actions/publish-action from 0.3.0 to 0.4.0 (<a href="https://redirect.github.com/actions/stale/issues/1291">#1291</a>)</li> <li><a href="https://github.com/actions/stale/commit/fad0de84e50d1aba7b0236cdaf0ea98a43286849"><code>fad0de8</code></a> Improves error handling when rate limiting is disabled on GHES. (<a href="https://redirect.github.com/actions/stale/issues/1300">#1300</a>)</li> <li><a href="https://github.com/actions/stale/commit/39bea7de61dd70ce4705a976f904f33d5e1e0f49"><code>39bea7d</code></a> Add Missing Input Reading for <code>only-issue-types</code> (<a href="https://redirect.github.com/actions/stale/issues/1298">#1298</a>)</li> <li><a href="https://github.com/actions/stale/commit/e46bbabb3ede15841d25946157759558dd16306e"><code>e46bbab</code></a> build(deps-dev): bump <code>@types/node</code> from 20.10.3 to 24.2.0 and document breakin...</li> <li><a href="https://github.com/actions/stale/commit/65d1d4804d3060875fff9f9fa8a49e27f71ce7f0"><code>65d1d48</code></a> build(deps-dev): bump eslint-config-prettier from 8.10.0 to 10.1.8 (<a href="https://redirect.github.com/actions/stale/issues/1276">#1276</a>)</li> <li>Additional commits viewable in <a href="https://github.com/actions/stale/compare/v9...v10">compare view</a></li> </ul> </details> <br />
Changed permissions for contents from read to write and updated checkout action to persist credentials.
Changed persist-credentials to true and added GITHUB_TOKEN.
Closes striderZA#7 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: striderZA <striderZA@users.noreply.github.com>
…ending normalization
## Summary Fixes 5 porting issues from the CCGS→OpenCode migration: ### Changes - **striderZA#4**: Replace AskUserQuestion with question tool (39 skill files) - **striderZA#5**: Replace .claude/ path references with .opencode/ (53 files) - **striderZA#6**: Replace Claude model names with OpenCode model IDs (11 skill files) - **striderZA#7**: Replace WebSearch with webfetch (1 brainstorm skill) - **striderZA#8**: Polish agent tool name references (49 agent files) - **CI**: Fix GITHUB_TOKEN credential persistence in workflow runners ### Verification - [ ] CI checks pass - [ ] Review changes per commit - [ ] No breaking changes to skill execution --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: striderZA <striderZA@users.noreply.github.com>
## Summary Godot MCP integration — provides a runtime feedback loop for automated testing and debugging. ### Changes - **New `automated-smoke-test` skill**: 7-phase workflow — verify MCP → launch project → capture debug → analyze errors → report pass/fail → cleanup - **`setup-engine`**: Added godot-mcp installation/configuration section - **5 agents** updated with MCP capability references: gameplay-programmer, godot-gdscript-specialist, godot-specialist, ui-programmer, qa-tester - **`.gitattributes`**: LF line ending normalization - **Docs**: README (73 skills), UPGRADING.md (v0.3.0 section), setup-requirements, quick-start, skills-reference updated - **Review fixes**: process cleanup, timeout/polling, heading levels, version pin, section numbering, DEBUG docs ### Verification - [ ] CI checks pass - [ ] Review changes per commit --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: striderZA <striderZA@users.noreply.github.com>
## Summary Two features: `/init-template` first-time setup skill + docs cleanup. ### Changes - **New `/init-template` skill**: 7-phase interactive workflow for transforming the cloned template into a clean game project - **Docs cleanup**: Removed CLAUDE-local-template.md, settings-local-template.md (Claude Code specific). Rewrote setup-requirements.md, hooks-reference.md, context-management.md for OpenCode. Fixed deprecated AskUserQuestion, Write/Edit, .claude/ references across all docs. ### Verification - [ ] CI checks pass - [ ] Review changes per commit --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: striderZA <striderZA@users.noreply.github.com>
Milestone v0.3.2
Complete framework hardening milestone: agents, skills, commands, testing, plugins, rules, and documentation. Godot-first, multi-engine ready. - Agents: 4 rewrites, 4 patches, 3 structural fixes (83.7% compliance) - Skills: balance-check and asset-audit hardened with agent routing - Commands: 50 slash commands across 9 categories - Agent Testing: validation harness + CI workflow + GDScript linter - Plugin Expansion: drift-detector, changelog-generator, architecture docs - Rules: all 11 files with examples, anti-patterns, cross-references - Documentation: CONTRIBUTING.md, authoring guides, updated AGENTS.md, README.md Closes striderZA#34, striderZA#35, striderZA#36, striderZA#37, striderZA#38, striderZA#39, striderZA#40
…riderZA#42) Adds /explore skill for rapid prototyping of 2-4 game ideas before committing to Hybrid or Full OCGS workflow. Lightweight reports, no workflow artifacts, timeboxed to 1-2 days per idea. - New .opencode/skills/explore/SKILL.md - New .opencode/commands/explore.md - docs/hybrid-workflow.md: pre-workflow exploration section + comparison table - docs/WORKFLOW-GUIDE.md: Path E, directory structure, command ref, workflow 2
Adds Path E (multiple ideas) to the /start onboarding flow, routing users to /explore with no workflow commitment. Also updates /help to recognize the exploration stage with phase-specific guidance. - .opencode/skills/start/SKILL.md: Path E, skip review mode, edge cases - .opencode/skills/help/SKILL.md: exploration stage mapping + early return
…triderZA#62) ## Summary - Two new engine modules: `engine-sfml3` and `engine-raylib`, each installable via `node .opencode/modules/install.mjs add <name>` - Each ships a single specialist agent (`sfml-specialist`, `raylib-specialist`) covering C++ best practices, build system, and library-specific patterns - `/setup-engine` now supports SFML 3 and Raylib: engine selection, tradeoff guidance, CLAUDE.md templates, naming conventions, specialist routing, and CMake build scaffolding (Section 4.5) - `engine-code.md` updated with C++ hot-path examples alongside existing GDScript ones - AGENTS.md updated to reflect the new engines, agent/skill counts, and available modules - All 182 framework validations pass ## Files changed - 6 new files (2 module definitions, 2 agent files, 2 module YAML configs) - 4 modified files (installed.json, engine-code.md, setup-engine/SKILL.md, AGENTS.md) - 1145 insertions, 25 deletions across 10 files
Adds the unity MCP block to opencode.json pointing at http://localhost:8080/mcp, the default endpoint of the CoplayDev unity-mcp package running inside Unity Editor. Mirrors the godot MCP pattern: disabled by default because the server requires Unity Editor to be running. Users opt in via the setup-engine skill §7.4 (added in the next task).
Documents the prerequisites (Unity 2021.3+, Python 3.10+, uv), install steps (git URL via Package Manager), the Editor-running constraint, manual opencode.json config fallback (the wizard may not auto-configure OpenCode), and troubleshooting.
Adds the unity-mcp §7.4 to the core module copy of setup-engine. The core copy is the slim baseline (no SFML3/Raylib content), so no renumbering is needed — the SFML3/Raylib §7.4 from the root monolith does not exist in core (those are optional modules).
Version bump reflects the new MCP capability added in 0.7.0.
Adds discoverability for the unity-mcp server in the parent specialist. Mirrors the godot-specialist pattern.
Documents the new MCP capability for users upgrading. Version bump v0.3.0 -> v0.4.0 reflects the additive unity-mcp feature.
## Summary Adds the [CoplayDev unity-mcp](https://github.com/CoplayDev/unity-mcp) server as a third MCP integration in OCGS, alongside the existing `aseprite` and `godot` MCPs. Mirrors the established patterns throughout. - **MCP config**: New `mcp.unity` block in `opencode.json` (HTTP, `localhost:8080`, disabled by default) — same opt-in shape as `mcp.godot` - **Skill docs**: New §7.4 in `setup-engine/SKILL.md` (root + core module copies, byte-identical) covering prerequisites, install, Editor-running constraint, manual config fallback, and troubleshooting - **Agent references**: All 5 unity specialists (`unity-specialist` + 4 sub-specialists) gain a `## MCP Integration` section with domain-specific tool hints - **Module version**: `engine-unity` bumped 0.6.0 → 0.7.0 - **Changelog**: New `v0.4.0 — Unity MCP Integration` section in `UPGRADING.md` ## Transport choice HTTP (`http://localhost:8080/mcp`), the upstream default. Unity MCP runs as a package inside Unity Editor, not as a standalone CLI, so it differs from the godot/aseprite `command: [...]` shape — this is a deliberate, documented divergence. ## Test Plan - [x] `node tests/agents/validate.mjs` → 182/182 PASS (51 agents, 77 skills, 53 commands, 1 cross-reference) - [x] `node .opencode/plugins/tests/test-*.mjs` → 11/11 files, 129/129 scenarios PASS - [x] `opencode.json` valid JSON - [x] §7.4 unity-mcp content byte-identical between `.opencode/skills/setup-engine/SKILL.md` and `.opencode/modules/core/skills/setup-engine/SKILL.md` (modular framework invariant preserved) - [x] All 5 unity specialists have `## MCP Integration` section with identical closing clause - [x] Pre-existing §7.4 (Build & Run Setup for SFML3/Raylib) renumbered to §7.5 in root monolith; no renumbering needed in core copy (SFML3/Raylib are optional modules absent from core) ## Non-blocking follow-ups Two spec-inherited tool-name nits surfaced during final review — fixable in a follow-up spec amendment, do not block merge: - `manage_package` (singular) → `manage_packages` (plural) in `unity-addressables-specialist.md` and `setup-engine/SKILL.md` §7.4 references - `list_scenes` in §7.4 "Verify" example isn't a documented tool; closest is `manage_scene(action="get_active")` ## Notes - Spec and plan files in `framework/docs/superpowers/` were created locally and intentionally NOT committed to this branch (treated as local-only working artifacts) - Per the implementation plan, an automated smoke-test skill for Unity is out of scope (Unity in batchmode is finicky); integration is interactive-dev only
Follow-up to PR striderZA#63. The README's Modular Framework table listed the engine-unity module without its unity-mcp integration; this adds a brief mention to match the existing aseprite MCP mention in the art module row.
Follow-up to PR striderZA#63. setup-requirements.md gains a parallel Unity-MCP section matching the existing Godot-MCP structure (prerequisites, install steps, configuration, tool list). quick-start.md gains a step 4b for Unity users parallel to the existing godot-mcp step. skills-reference.md's /automated-smoke-test description is accurate as a Godot- specific skill (no Unity parallel exists).
Adds the generalist babylonjs-specialist and four domain specialists: physics (Havok), network (Colyseus), GUI, and performance. Each agent includes collaboration protocol, core responsibilities, engine-specific best practices, delegation map, and version-awareness sections.
Includes VERSION.md, breaking-changes.md, deprecated-apis.md, current-best-practices.md, scaffolding.md, and 8 module docs (rendering, physics, audio, input, ui, animation, performance, networking). All docs pinned to Babylon.js 9.12.0.
Updates all engine-routing skills (dev-story, init-template, setup-engine, smoke-check, soak-test, test-helpers, test-setup) to recognize Babylon.js as a supported engine. Also replaces CLAUDE.md references with AGENTS.md across active skill files.
…mplates Updates all module-level skill copies (brainstorm, init-template, setup-engine, dev-story, smoke-check, soak-test, test-helpers, test-setup, rules) with Babylon.js engine support. Updates framework docs (roster, coordination map, coding standards, quick-start, directory structure) and doc templates (ADR, TDD, interaction pattern, pitch, architecture-traceability). Includes CLAUDE.md to AGENTS.md migration across all module files.
Updates AGENTS.md, README.md, and WORKFLOW-GUIDE.md with Babylon.js as a supported engine. Updates module creation/migration tools. Adds Babylon.js agent test specs to the skill-testing-framework (5 specialists) and updates catalog, quality-rubric, and templates. Also adds missing Raylib and SFML specialist test specs.
Adds babylonjs-nme (Node Material Editor) and babylonjs-gui (GUI Editor) MCP servers to opencode.json — disabled by default, following the same pattern as godot-mcp and unity-mcp. Bumps module to v0.7.0. Updates UPGRADING.md with v0.7.0 changelog entry.
Review: feat(engine-babylonjs)I reviewed the full diff (7,753 lines across 102 files). Summary: the PR is well-structured overall, but there are a few issues worth fixing before merge. [MEDIUM] Version mismatch: agents say 9.10.1, VERSION.md says 9.12.0
The agents were written targeting 9.10.1, but VERSION.md and the scaffolding both target 9.12.0. In Babylon.js's weekly release cadence that is ~2-3 weeks of diffs, so there may be APIs in the agents' training that don't match 9.12.0 behavior. Either bump the agents to 9.12.0 or pin VERSION.md to 9.10.1 — they should match. [LOW] Frontmatter inconsistent with existing 51 agentsAll existing agents (Godot, Unity, Unreal, Raylib, SFML, director/lead/specialist) use minimal frontmatter: The 5 new Babylon.js agents add two extra fields: OpenCode supports these so it will work, but it breaks the convention every other agent follows. Worth deciding: adopt mode/model across all agents going forward, or drop them from the new ones to match existing convention. [LOW] installed.json MCP list mismatches opencode.jsoninstalled.json lists 3 MCP servers for the module: But opencode.json only configures 2 (babylonjs-nme + babylonjs-gui). The Flow Graph Editor (dispatcher: flow-graph) is documented in scaffolding.md as one of 7 available servers and registered in installed.json, but has no corresponding config entry. Either add it to opencode.json or remove it from installed.json. Everything else looks good
|
|
What do you find bro? I'm using now and it appears to be working well under the port you have done, and BTW thanks for the porting to OC |
Summary
Adds a complete Babylon.js engine module to OCGS, enabling AI-assisted game development with Babylon.js 9.12.0.
What's included
5 Specialist Agents
13 Reference Docs
Foundation (VERSION.md, breaking-changes, deprecated-apis, best-practices) + 8 module docs (rendering, physics, audio, input, UI, animation, performance, networking) + scaffolding.md.
Framework Integration
MCP Server Configuration
Commits
Closes #(add issue if exists)