Executive Protocol: Sync Submodules & Version Governance#3
Executive Protocol: Sync Submodules & Version Governance#3robertpelloni wants to merge 8 commits into
Conversation
- sync upstream submodules - fix unrelated histories merge conflicts - update changelog and handoff documentation - update version to 2.1.95 Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
|
Mention Blocks like a regular teammate with your question or request: @blocks review this pull request Run |
- temporarily disable action node cache in workflow scripts as npm cache paths were not resolved properly due to submodules - add esbuild requirement to bobsgameweb packages to support frontend UI build using vite in actions Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
- Fix node cache failures in github actions by temporarily disabling caching - Add `esbuild` requirement to bobsgameweb packages to support frontend UI build using vite in actions - Replace `WorldScene` with `EngineScene` inside `Game.ts` to wire BGClientEngine in the game loop and remove reference to `PerformanceMonitor` Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
- Updated `HANDOFF.md` with detailed records of the Phase 2 Game Loop Integration, noting wiring for `EventManager`, `FriendManager`, `Wallet`, and `Player`. - Included architectural updates detailing `ClientGameEngine` and its role with `BGClientEngine` rendering pipelines and `DemoWorld` masking updates. - Reflected version `2.1.95` updates accurately inside `CHANGELOG.md` under the newly minted section. Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Sync submodules recursively, merge upstream master and active feature branches into our development branch. Handle unrelated histories errors. Add updated build outputs and update all documentation (HANDOFF.md, VERSION.md, CHANGELOG.md) to log our progress.
PR created automatically by Jules for task 7217655410406963640 started by @robertpelloni