Commit graph

281 commits

Author SHA1 Message Date
Natalie
74e1db8602 feat(@projects/@magic-civilization): finalize economy integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-17 02:16:11 -07:00
Natalie
0dc66eb0d4 feat(@projects/@magic-civilization): complete mcts and wonder tracking milestones
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-17 01:50:29 -07:00
Natalie
131594d334 feat(@projects/@magic-civilization): implement wonder-tracking ai evaluation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-17 01:45:23 -07:00
Natalie
7868c5135f feat(@projects/@magic-civilization): add team-lead ownership handoff and specialist delegation system
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-17 01:30:11 -07:00
Natalie
2c8120a79a feat(@projects): clarify team-lead ownership delegation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-17 01:25:07 -07:00
Natalie
1753a39cd1 feat(@projects): add remote execution and screenshot support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-17 01:15:00 -07:00
Natalie
38c5305787 feat(@projects/@magic-civilization): update objective completion statuses
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-17 01:04:52 -07:00
Natalie
e6a2a067aa feat(@projects/@magic-civilization): add objectives dashboard tracking
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-17 00:19:20 -07:00
Natalie
aaa359e2c5 feat(@projects): add project objectives roadmap
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-17 00:14:17 -07:00
Natalie
5700ae6a30 feat(@projects/@magic-civilization): add player clan tracking for auto-play stats
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-17 00:09:13 -07:00
Natalie
048be72090 fix(@projects/@magic-civilization): 🐛 update deposit resource values
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-16 23:49:02 -07:00
Natalie
345e056c56 feat(@projects/@magic-civilization): update biome and deposit resources
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-16 23:47:58 -07:00
Natalie
64cefb9d49 chore(repo): 🔥 un-track 65k build artifacts (~25GB) and extend gitignore
Build artifacts got committed before gitignore rules existed.
Removes from git index (working-tree files unchanged):
  - src/simulator/target/            (65,283 files, ~25GB)
  - magic_civ_physics/*.{so,dylib}   (wrong-arch confusion risk)
  - tools/sprite-generation/*.db*    (host-local SQLite)
  - .playwright-mcp/                 (per-session test snapshots)
  - *.pyc files                      (Python bytecode)

Adds gitignore rules for .playwright-mcp/, *.pyc, and sprite-gen *.db*
so re-adds don't happen.

Each host builds its own target/ and .so/.dylib going forward.
2026-04-16 18:04:09 -07:00
Natalie
9bf2e4d1b1 feat(@projects/@magic-civilization): implement turn-based simulation engine
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-16 17:51:27 -07:00
Natalie
9ed330a1ce feat(@projects/@magic-civilization): add gpu phase b1 and test coverage gates
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-16 17:51:27 -07:00
Natalie
1a31596a94 feat(@projects): add parallel execution support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-16 17:51:27 -07:00
Natalie
626b20b673 feat(@projects): add release checklist documentation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-16 17:51:27 -07:00
Natalie
5510e0272a feat(@projects/@magic-civilization): add aggro override detection radius logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-16 17:51:27 -07:00
Natalie
293108f16c feat(@projects/@magic-civilization): add resource gate rejection event
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-16 17:51:25 -07:00
Natalie
c5af6dbc71 feat(@projects/@magic-civilization): add tier_1 wild unit data and ai wiring
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-16 17:51:24 -07:00
Natalie
10a910cce6 feat(@projects/@magic-civilization): add wild creature loot tables
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-16 17:51:24 -07:00
Natalie
8ed21325c7 feat(autoplay): add weston rendering support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-16 17:51:24 -07:00
Natalie
df3064a6c9 feat(@projects/@magic-civilization): add automated play scripts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-16 17:51:23 -07:00
Natalie
2fef99c124 feat(engine): add turn limit support in auto-play
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-16 17:51:23 -07:00
Natalie
f1f3716c1f fix(@projects/@magic-civilization): 🐛 update autoplay schema to array for layers
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-16 17:51:23 -07:00
Natalie
d72b837eeb feat(@projects/@magic-civilization): add seeded auto-play test directory structure
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-16 17:51:23 -07:00
Natalie
9f2f8f2eae feat(@projects/@magic-civilization): add autoplay validation and reporting tools
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-16 17:51:23 -07:00
Natalie
ef9818dace feat(@projects/@magic-civilization): update player_stats output in auto-play tests
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-16 17:51:23 -07:00
Natalie
979cd0ca26 feat(@projects/@magic-civilization): add combat and city tracking stats
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-16 17:51:23 -07:00
Natalie
f3f9ad8236 feat(@projects/@magic-civilization): add auto-play test runner
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-16 17:51:23 -07:00
autocommit
f3e6ac1b2d db(sprite-generation): 🗃️ Update SQLite database files to include new sprite generation units/assets
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-16 15:40:11 -07:00
autocommit
5ec58a00ee arch(game-engine): 🏗️ Implement GPU-accelerated climate simulation and redesign the personality axis UI with new balance tools
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-16 15:10:06 -07:00
autocommit
5fc254b793 feat(checklist): Add rejection event logging to checklist reports for observability
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-16 11:35:50 -07:00
autocommit
1a5aa38103 chore(autoplay): 🔧 Update output path logic to use .local/ instead of /tmp in autoplay-batch.sh
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-15 16:53:08 -07:00
autocommit
2e4ff5e96f feat(autoplay): Add batch autoplay processing, report generator, result schema, and validator
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-15 07:37:01 -07:00
autocommit
b41bf7432b chore(schemas): 🔧 Implement refined schema types and add new validation fields
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-14 18:12:43 -07:00
autocommit
126ba6381e feat(autoplay-report): Add timestamp tracking for granular auto-play report generation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-14 17:22:17 -07:00
autocommit
e90789d41b chore(tools): 🔧 Update autoplay-batch.sh for enhanced task automation with improved command sequencing and error handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-14 17:22:17 -07:00
autocommit
234823b55f chore(autoplay): 🔧 Update reporting script to enhance AutoPlay result processing with new report formats and improved logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-14 16:59:59 -07:00
autocommit
9602dacf5f chore(tools): 🔧 Update AutoPlay batch script logic for improved execution and compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-14 16:59:59 -07:00
autocommit
d87998f93f wip: travel backup — arena fixes, happiness system, items, spells 2026-04-12 11:24:17 -07:00
Claude Code
035a07b069 feat(ai-arena): Add victory/draw result serialization and victory condition support for AI match tooling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-11 06:09:24 -07:00
Claude Code
d2545e2694 feat(tools): Enhance screenshot compositing logic for AI matches with improved processing and performance optimizations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 21:41:00 -07:00
Claude Code
802d11c34d feat(tools): Update ai-arena.sh to support new screenshot capture/processing requirements with CLI flags or environment variables for resolution, format, and metadata compliance
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 21:40:59 -07:00
Claude Code
52afaca4ec feat(grab-screen): Update capture logic to support X11 rendering mode in AI arena
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 21:35:18 -07:00
Claude Code
7db5447968 feat(ai-arena): Add X11 rendering flag for screen capture compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 21:35:17 -07:00
Claude Code
dca1a32a6f feat(tools): Add support for a new game mode in AI arena tooling for flexible AI competitions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 21:11:49 -07:00
Claude Code
eaa8b98773 fix(ai-arena): 🐛 Implement persistent output caching for AI arena results by redirecting to a user cache directory to prevent data loss in sandboxed environments
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 20:14:38 -07:00
Claude Code
6693035924 feat(ai-arena): Implement competitive AI model testing features in the arena script
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 19:32:53 -07:00
Claude Code
6caea8d3ac feat(game-data): Implement comprehensive ecological simulation with biome systems, terrain definitions, and flora/fauna models
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 17:52:04 -07:00