imbajin opened a new pull request, #746: URL: https://github.com/apache/hugegraph-toolchain/pull/746
## Summary Add a repository-managed Codex environment for local Hubble development. | Before | After | | --- | --- | | Developers manually coordinate Hubble processes and local HStore setup across worktrees. | Codex actions provide deterministic frontend ports, shared backend ownership, optional HStore profiles, and fast/full verification. | | Hubble local-development documentation has no Codex entry point. | The Hubble README links to the optional Codex worktree workflow. | ## Scope - Adds only repository-scoped environment scripts and Compose overlays. - Keeps runtime ownership files under `~/.codex/run/`; no secrets or runtime artifacts are tracked. - Low-memory HStore starts with local `latest` images and does not pull automatically. ## Verification - `bash .codex/tests/environment_test.sh` - `docker compose ... config --quiet` for low-memory and balanced profiles - `git diff --check` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
