Add path and rock landscape primitives#80
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
There was a problem hiding this comment.
Code Review
This pull request introduces two new component types, PathRun and RockCluster, to the ComponentPlan specification and core package. PathRun allows defining deterministic local paths (such as stepping stones or gravel paths) using waypoints, while RockCluster enables the generation of deterministic groups of rough boulders. The changes include updating the Zod schemas, validation logic, expansion algorithms, and block estimation, alongside adding comprehensive documentation, tests, and a new example garden composition. There are no review comments to address, and the implementation looks solid.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Summary
Closes #73
Tests