Claude Code
|
4e1dad2807
|
feat(sprite-generation): ✨ Add new sprite generation algorithms and dynamic prompt templates, refactor registry for better extensibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-26 01:06:57 -07:00 |
|
Claude Code
|
a2e6d594d1
|
db(sprite-generation): 🗃️ Add new sprite generation tables/columns to sprites.db and update CLI/server logic to support schema changes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-26 01:06:56 -07:00 |
|
Claude Code
|
f93be88d35
|
feat(tools-specific): ✨ Implement population simulation utility for testing and data modeling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-26 01:06:56 -07:00 |
|
Claude Code
|
06641ebd32
|
feat(transpile-engine): ✨ Add ecology and map generation assembly transformation logic for transpile engine
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-26 00:29:35 -07:00 |
|
Claude Code
|
c0d4848f37
|
feat(transpile-engine): ✨ Update map assembly logic and transpile pipeline to enable new generation strategies
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-26 00:21:29 -07:00 |
|
Claude Code
|
33d55f187c
|
db(sprite-generation): 🗃️ Update sprite asset database with SQLite files (main, shared memory, WAL) for new generation or cache rebuild
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-26 00:21:29 -07:00 |
|
Claude Code
|
805363ec69
|
perf(transpile-engine): ⚡ Optimize core transpilation logic and AST processing for faster performance
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-26 00:14:20 -07:00 |
|
Claude Code
|
647f1d3939
|
refactor(sprite-generation): ♻️ Clean up raw asset organization in sprite generation pipeline for better maintainability
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-26 00:14:20 -07:00 |
|
Claude Code
|
421170e221
|
ui(sprite-generation): 💄 Add 24 new variant sprites for game assets like buildings, improvements, resources, spells, terrain, and units
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-26 00:14:20 -07:00 |
|
Claude Code
|
41ae9540c2
|
db(sprite-generation): 🗃️ Update schema and data to support new sprite generation features and ensure consistency post-regeneration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-26 00:14:20 -07:00 |
|
Claude Code
|
cc737f903d
|
perf(transpile): ⚡ Optimize transpilation pipeline and map generation assembly for better performance
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-26 00:06:47 -07:00 |
|
Claude Code
|
92de6afe3a
|
chore(sprite-generation): 🔧 Update spell examples in demo.json for enhanced sprite generation demo coverage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-26 00:06:47 -07:00 |
|
Claude Code
|
d91cb9b1db
|
chore(sprite-generation): 🔧 Update demo sprite data in resources.json with new asset paths and dimensions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-26 00:06:47 -07:00 |
|
Claude Code
|
f0eb2b17a6
|
db(sprite-generation): 🗃️ Update sprite metadata and optimize generation pipeline
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-26 00:06:47 -07:00 |
|
Claude Code
|
8d6bbdce5f
|
perf(transpile-engine): ⚡ Optimize module/dependency assembly for faster transpilation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-25 23:53:24 -07:00 |
|
Claude Code
|
366a2e7059
|
chore(sprite-generation): 🔧 Update sprite variant generation rules for improved efficiency and new variant support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-25 23:53:24 -07:00 |
|
Claude Code
|
071a63e178
|
feat(sprite-generation): ✨ Add SpriteStream component and API for streaming sprite data processing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-25 23:53:23 -07:00 |
|
Claude Code
|
9a5b81a648
|
perf(sprite-generation): ⚡ Optimize GUI build output for sprite generation tool by updating compiled assets for faster rendering/performance
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-25 23:53:23 -07:00 |
|
Claude Code
|
005c856053
|
feat(sprite-generation): ✨ Add AI-powered sprite generation with new prompt strategies and registry integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-25 23:53:23 -07:00 |
|
Claude Code
|
c08ad31b8a
|
wip(sprite-generation): 🚧 Add sprite generation server and database with WIP marker
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-25 23:53:23 -07:00 |
|
Claude Code
|
771f0c06a7
|
chore(sprite-generation): 🔧 Update Vite config for sprite generation tool plugins and build settings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-25 23:53:20 -07:00 |
|
Claude Code
|
e465f1e9c3
|
chore(gitignore): 🔧 add missing log and build artifact patterns to .gitignore
Patterns added: *.log, __pycache__/, dist/
|
2026-03-25 23:25:25 -07:00 |
|
Claude Code
|
1b12cc3825
|
chore(tools): 🔧 Update build/test scripts in tools/ directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-25 22:48:52 -07:00 |
|