feat: integrate Project Genie local simulation into PM2 ecosystem#70
feat: integrate Project Genie local simulation into PM2 ecosystem#70Igor Holt (igor-holt) wants to merge 1 commit into
Conversation
- Add `project-genie` block to `ecosystem.config.cjs` using `scripts/genesis.cjs`. - Convert absolute paths in `ecosystem.config.cjs` to relative paths for portability. - Update comments in `scripts/genesis.cjs` to clarify its role as a mock integration due to the lack of a public API for Project Genie. 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. |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
yennefer | 554b002 | Commit Preview URL Branch Preview URL |
Apr 08 2026, 07:19 AM |
There was a problem hiding this comment.
Code Review
This pull request updates ecosystem.config.cjs to use relative paths for service scripts and introduces a new service, project-genie, configured with specific environment variables for local simulation. Additionally, a descriptive comment was added to scripts/genesis.cjs to clarify its role. I have no feedback to provide.
Integrates a local simulation of Project Genie into the PM2 ecosystem to support live and continuous building. This updates the
ecosystem.config.cjsfile to include theproject-genieapplication block (usingscripts/genesis.cjswithGENESIS_LOOPandFORCE_MUTATIONenabled) and converts existing hardcoded absolute paths to relative paths for better portability. Also adds explanatory comments toscripts/genesis.cjsto clarify its purpose as a mock integration since Project Genie does not currently have a public API.PR created automatically by Jules for task 9539106321344182509 started by Igor Holt (@igor-holt)