Commit graph

934 commits

Author SHA1 Message Date
Claude Code
99df457f7d chore(age-dwarves): 🔧 Update TypeScript compiler options and dependencies for the guide module to enforce stricter type safety and improve build performance
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-01 04:25:57 -07:00
Claude Code
a1de8fba98 deps-upgrade(guide): ⬆️ Update dependencies in the "age-of-dwarves" guide module to latest versions for bug fixes, features, and performance improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-01 04:25:57 -07:00
Claude Code
e44b1b3ab1 docs(timescale-architecture): 📝 Update Timescale system architecture documentation with new design details and future planning.
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 22:48:48 -07:00
Claude Code
a02b619ce8 test(playwright): Add/update Playwright test screenshots for page verification and debugging
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 22:48:48 -07:00
Claude Code
db7dea5e8a chore(tools): 🔧 Update screenshot.sh script with improved automation options and error handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 22:48:48 -07:00
Claude Code
a1c72d97e7 deps-upgrade(mc-compute): ⬆️ Pin or upgrade mc-compute dependency for performance/stability improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 22:47:33 -07:00
Claude Code
e1a5bc319e test(simulator): Add unit/integration tests for climate simulation logic in mc-climate crate
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 22:47:33 -07:00
Claude Code
1414f1e7f0 feat(climate): Implement new climate simulation algorithms for ecological and physical process modeling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 22:47:33 -07:00
Claude Code
132ee92bcc feat(simulator): Add WASM module import/export and execution control for simulator API
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 22:47:32 -07:00
Claude Code
e938e27079 refactor(simulator-api): ♻️ Improve internal structure and performance of the lib.rs module in the simulator API extension by optimizing core functions like Simulator::run and ApiExtension::handle_request.
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 22:47:32 -07:00
Claude Code
a7424b597a chore(simulator): 🔧 Update linter and formatter configs for Rust in simulator module
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 22:47:32 -07:00
Claude Code
c6534acfcf chore(climate-specific): 🔧 Update climate parameter values in climate_params.json for Earth simulations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 22:47:32 -07:00
Claude Code
2e1a0d9bbc ui(climate-sim): 💄 Improve climate data visualization and scenario tab navigation in ClimateSimDisplay and ScenarioTabs
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 22:47:32 -07:00
Claude Code
6753e8666d chore(engine-ts): 🔧 Update simulation config parameters for time steps, environment settings, and modes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 22:47:32 -07:00
Claude Code
10696440f6 feat(engine-ts): Add event-driven execution system with new Runner class and EventSystem integration to enable task execution and event processing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 22:47:32 -07:00
Claude Code
50ebb0c0a9 chore(dev-script): 🔧 Update dev.sh script for improved local workflows with environment variables, service commands, and dependency management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 22:47:32 -07:00
Claude Code
4421790cd3 deps-upgrade(guide-specific): ⬆️ Update Vite metadata file to reflect dependency/build system changes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 22:47:31 -07:00
Claude Code
10e3b0f9c5 docs(age-dwarves): 📝 Clarify in-game time mechanics, event triggers, and scaling in TIMESCALES.md
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 22:47:31 -07:00
Claude Code
c59a233057 ui(terrain-specific): 💄 Update Age of Dwarves terrain visuals and mechanics with new definitions, textures, and configurations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 22:47:31 -07:00
Claude Code
4d115e001b perf(vite-plugins): Optimize Vite build performance by improving caching in simCachePlugin and worker management in simWorker
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 22:47:31 -07:00
Claude Code
b7db69aa1f test(simulation): Add/fix test assertions for abiotic biome checks, ecology calculations, water cycle validation, and lifecycle milestone triggers
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 22:47:31 -07:00
Claude Code
5e15021933 perf(simulation): Optimize Web Worker simulation logic for reduced computation overhead and improved thread handling in "Age of Dwarves" game
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 22:47:31 -07:00
Claude Code
e3aae475a4 ui(guide): 💄 Enhance PopulationDashboardPage component with improved population metrics visualization and interactivity
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 22:47:31 -07:00
Claude Code
771e84bde1 ui(welcome): 💄 Update welcome modal styling and race icons for improved visual presentation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 22:47:31 -07:00
Claude Code
5ce778a17c style(guide): 🎨 Add ESLint rules for unused variables and type safety enforcement
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 22:47:30 -07:00
Claude Code
927e46b864 docs(agents-specific): 📝 standardize agent-specific documentation and configuration guidelines for combat, Godot AI, and simulator-infra
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 22:47:30 -07:00
Claude Code
540bf84632 docs(climate-specific): 📝 Update climate simulation workflow documentation with run/validation scripts and visual comparison assets
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 22:47:30 -07:00
Claude Code
4c8f3af8f7 deps-upgrade(guide): ⬆️ Update TypeScript and Vitest configs with new compiler/test paths and environment settings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 22:47:30 -07:00
Claude Code
dd9a27155c deps-upgrade(simulator): ⬆️ Update Rust and JavaScript dependencies in Cargo.toml/package.json for simulator and guide modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 22:47:30 -07:00
Claude Code
7d395cdb56 chore(config): 🔧 Update CLAUDE.md documentation and refine agent workspace configuration in .claude/worktrees/agent-a2214343
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 08:04:46 -07:00
Claude Code
c1e75bb984 chore(scripts): 🔧 Update and reorganize automation scripts for CI/CD workflows
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 07:59:21 -07:00
Claude Code
d798b23fea chore(age-dwarves): 🔧 Update world data templates and biome configurations for "Age of Dwarves" game
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 07:59:21 -07:00
Claude Code
18f51a7135 chore(git-workflow): 🔧 Configure worktrees in .claude/worktrees/ for branching/fork parallelism
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 07:59:21 -07:00
Claude Code
a60006170d deps-add(simulator): Add or update Rust/Cargo dependencies for simulator module
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 07:59:21 -07:00
Claude Code
c3936ac2fa feat(api-wasm): Introduce WebAssembly API bindings for simulator execution
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 07:59:20 -07:00
Claude Code
171d69bdb6 feat(api-gdext): Introduce new extension API endpoints for simulator core interactions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 07:59:20 -07:00
Claude Code
324ccf93c9 docs(khazad-prime): 📝 Update Khazad Prime development and gameplay documentation with markdown content in dev-notes.md and gameplay-notes.md
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 07:59:20 -07:00
Claude Code
7b0d2cc88e docs(earth): 📝 Update Earth world developer notes and gameplay guidelines with mechanics, design considerations, and implementation details
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 07:59:20 -07:00
Claude Code
293e7c86ba feat(marine-harvest): Add new marine harvest event logic with special harvest types and improved yield calculations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 07:59:20 -07:00
Claude Code
7fbfc0629a feat(empire): Add throne room profile display for empire insignia and stats
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 07:59:20 -07:00
Claude Code
09649e7339 refactor(ecology): ♻️ Simplify and enhance ecosystem rules by restructuring fauna/flora interactions and introducing seasonal behaviors
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 07:59:20 -07:00
Claude Code
3b9b8f9560 feat(climate): Add sophisticated atmosphere pressure calculations and ecological event simulation utilities
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 07:59:20 -07:00
Claude Code
8614a7c65a refactor(world): ♻️ Improve world generation logic and enhance fauna behavior with new types and unique behaviors
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 07:59:20 -07:00
Claude Code
ae97397a9d perf(map): Optimize neighbor coordinate calculations in hex grid utilities for faster pathfinding and movement
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 07:59:19 -07:00
Claude Code
84ba7e8217 refactor(generation): ♻️ Refactor procedural generation algorithms for hydrology, map placement, and start positions to enhance efficiency and variety
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 07:59:19 -07:00
Claude Code
002c64eb50 refactor(engine): ♻️ Implement modular autoload systems for world data, game state, and sprite manifest management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 07:59:19 -07:00
Claude Code
8f32a385bd refactor(game): ♻️ Optimize game resource loading pipeline with modular caching and asset management improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 07:59:19 -07:00
Claude Code
55c3d05088 build(physics-rs): 📦️ Recompile WASM target with updated dependencies for physics-rs
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 07:59:19 -07:00
Claude Code
04cb240909 chore(physics-rs): 🔧 Update WASM build artifacts and cache files for zmij dependency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 07:59:18 -07:00
Claude Code
9be2281ee4 deps-upgrade(physics-rs): ⬆️ Update build artifacts and cache files for physics-rs dependency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 07:59:18 -07:00