Skip to content

Integrate live and continuous building of Yennefer via project-genie - #173

Draft
Igor Holt (igor-holt) wants to merge 3 commits into
mainfrom
jules-7326871696508133261-46ffc225
Draft

Integrate live and continuous building of Yennefer via project-genie#173
Igor Holt (igor-holt) wants to merge 3 commits into
mainfrom
jules-7326871696508133261-46ffc225

Conversation

@igor-holt

@igor-holt Igor Holt (igor-holt) commented Aug 14, 2026

Copy link
Copy Markdown
Member

This change implements a conceptual equivalent to Project Genie integration by running the scripts/genesis.cjs code generation process continuously in the background using PM2.

Changes made:

  1. Integrated the project-genie configuration into the apps array in ecosystem.config.cjs, setting up continuous loop variables like GENESIS_LOOP and FORCE_MUTATION.
  2. Modified the log path inside scripts/genesis.cjs from the hard-coded absolute path /home/yenn/.yennefer/genesis_journal.jsonl to use path.join(__dirname, 'genesis_journal.jsonl') preventing path errors during continuous runs.
  3. Updated .gitignore to prevent output artifacts like generated React components (*.jsx), build distribution output (dist/), and the log journals from getting tracked by Git.

PR created automatically by Jules for task 7326871696508133261 started by Igor Holt (@igor-holt)


View with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is enabled.

- Appended project-genie configuration from ecosystem.genie.config.cjs to ecosystem.config.cjs to continuously run scripts/genesis.cjs.
- Updated PATHS.journal in scripts/genesis.cjs to use a relative path instead of a hardcoded absolute path to avoid ENOENT errors.
- Added generated build artifacts and logs to .gitignore to prevent committing them to version control.

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
@google-labs-jules

Copy link
Copy Markdown

👋 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 @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 14, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
yennefer 309f12e Commit Preview URL

Branch Preview URL
Aug 14 2026, 08:38 AM

Igor Holt (igor-holt) and others added 2 commits August 14, 2026 07:55
- Appended project-genie configuration from ecosystem.genie.config.cjs to ecosystem.config.cjs to continuously run scripts/genesis.cjs.
- Updated PATHS.journal in scripts/genesis.cjs to use a relative path instead of a hardcoded absolute path to avoid ENOENT errors.
- Added generated build artifacts and logs to .gitignore to prevent committing them to version control.

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
…tory

- Changed `package.json` `build` script to a dummy echo command as frontend building is handled by Wrangler.
- Updated `wrangler.toml` to rename the entry point to `workers/index.mjs` and updated the `compatibility_date` to `2024-04-01`.
- Configured the Wrangler `[build]` command to correctly `cd yennefer-observatory && npm install --legacy-peer-deps && npm run build`.
- Adjusted Wrangler `[assets]` directory to `yennefer-observatory/dist`.
- Removed the conflicting `[placement]` block from `wrangler.toml` that was breaking Cloudflare builds.

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant