Commit Graph

4 Commits

Author SHA1 Message Date
Julian Tabel
5bc9c5fed4 Add --max-soldiers to fill garrison and heal wounded
Sets civic.garrison.workers to max capacity and clears wounded count.
Available as CLI flag and in the interactive menu.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 16:04:32 +01:00
Julian Tabel
3a84335cda Add interactive mode with menu-driven resource editing
Running with no flags launches an interactive menu powered by @inquirer/prompts.
Supports chaining multiple actions (max resources, set crafted, geology, time)
before saving once to clipboard.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 16:58:25 +01:00
Julian Tabel
1d0404cd36 Add --list command and --only filter for targeting specific resources
--list shows all resources grouped by type (capped, crafted, special, locked).
--only=a,b,c filters --max-resources and --set-crafted to named resources.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 16:46:16 +01:00
Julian Tabel
bee1d4b46e Add README with usage instructions and workflow
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 12:02:31 +01:00