Update aethyr_setup to pass config values to world generator #57

Open
opened 2026-03-14 23:57:24 +00:00 by freemo · 0 comments
Owner

Metadata

  • Commit Message: refactor(setup): pass config values to world generator in aethyr_setup
  • Branch: feature/m3-v11-setup-config-pass

Background

bin/aethyr_setup calls generator.build_world with no arguments. It should pass configured lat/lon ranges.

Expected Behavior

aethyr_setup reads world generation parameters from config and passes them to the generator.

Acceptance Criteria

  • aethyr_setup passes configured lat/lon range to build_world
  • Removes the hard-coded commented-out line for restricted generation

Subtasks

  • Update reset_storage in bin/aethyr_setup to use config values
  • Remove the TODO on line 14 about deleting the elements require
  • Tests: Run bundle exec rake unit, fix any errors

Definition of Done

This issue is complete when all subtasks are done, commit created on the specified branch, PR submitted and merged.

## Metadata - **Commit Message**: `refactor(setup): pass config values to world generator in aethyr_setup` - **Branch**: `feature/m3-v11-setup-config-pass` ## Background `bin/aethyr_setup` calls `generator.build_world` with no arguments. It should pass configured lat/lon ranges. ## Expected Behavior `aethyr_setup` reads world generation parameters from config and passes them to the generator. ## Acceptance Criteria - [ ] `aethyr_setup` passes configured lat/lon range to `build_world` - [ ] Removes the hard-coded commented-out line for restricted generation ## Subtasks - [ ] Update `reset_storage` in `bin/aethyr_setup` to use config values - [ ] Remove the TODO on line 14 about deleting the elements require - [ ] Tests: Run `bundle exec rake unit`, fix any errors ## Definition of Done This issue is complete when all subtasks are done, commit created on the specified branch, PR submitted and merged.
freemo added this to the v1.1.0 milestone 2026-03-14 23:57:24 +00:00
freemo self-assigned this 2026-03-15 04:25:22 +00:00
freemo modified the milestone from v1.1.0 to v1.2.0 2026-03-16 00:28:09 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference: aethyr/Aethyr#57
No description provided.