feat: integrate project genie continuous building into PM2 ecosystem - #151
feat: integrate project genie continuous building into PM2 ecosystem#151Igor Holt (igor-holt) wants to merge 3 commits into
Conversation
Integrate the project-genie service from the ecosystem.genie.config.cjs template into the main ecosystem.config.cjs PM2 configuration file to enable live and continuous building of Yennefer. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@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. |
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
yennefer | 070a262 | Commit Preview URL Branch Preview URL |
Aug 02 2026, 07:46 AM |
There was a problem hiding this comment.
Code review is billed via overage credits. To resume reviews, an organization admin can raise the monthly limit at claude.ai/admin-settings/claude-code.
Once credits are available, push a new commit or reopen this pull request to trigger a review.
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
Integrate the project-genie service from the ecosystem.genie.config.cjs template into the main ecosystem.config.cjs PM2 configuration file to enable live and continuous building of Yennefer. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Fixes the Cloudflare Worker configuration in `wrangler.toml` by pointing to `yennefer-observatory/dist` for build outputs and correctly setting the `index.mjs` path. Also removes `[placement]` to prevent CI failures. Ensures that the `package.json` build step satisfies CI without crashing. Maintains the previous continuous-building PM2 configuration. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
|


Added the project-genie continuous building service block to
ecosystem.config.cjsusing the provided template configuration, enabling the simulation of live building processes. All existing absolute paths were preserved and the new script path uses the relative./scripts/genesis.cjspath as specified.PR created automatically by Jules for task 2930868015652987019 started by Igor Holt (@igor-holt)