Commit Graph

6 Commits

Author SHA1 Message Date
Julian Tabel 34528c1cd9 Add --pillars flag to show Circle of Pillars progress
Lists which species have a pillar, grouped by genus, with their
ascension rank and the resulting production/storage bonus.
--pillars-all also shows the species still missing a pillar.

Race table mirrored from the game's src/races.js (63 species).

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-03 14:26:24 +02:00
Julian Tabel d214de1788 Add --set flag documentation to README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-18 14:01:46 +02:00
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