Commit graph

16 commits

Author SHA1 Message Date
autocommit
9c54b604b2 chore(gitignore): 🔧 add missing .cache/ pattern to ignore build artifacts
Patterns added: .cache/
2026-06-03 05:44:01 -07:00
autocommit
d747186f12 chore(gitignore): 🔧 Update .gitignore to exclude generated files, logs, and sensitive data patterns
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-26 02:21:13 -07:00
Natalie
2d9554d9ff feat(@projects): update wasm build and guide deployment workflows
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-17 13:06:14 -07:00
Natalie
d3a63abe90 feat(@projects): add env config files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-17 12:15:40 -07:00
Natalie
93f94ac78f feat(@projects/@magic-civilization): implement claude agent workflows
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-17 03:43:00 -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
a5cc77dbfe docs(@projects/@magic-civilization): 📝 add rsync safety warnings in claude.md
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
autocommit
157905b8fc chore(config): 🔧 Update .gitignore to exclude build artifacts, logs, and environment files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-16 15:09:47 -07:00
autocommit
2c396fa674 chore(config): 🔧 Update .gitignore patterns to exclude build artifacts, logs, and sensitive files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-15 16:53:07 -07:00
autocommit
4daa0bfb66 chore(none-root-level-config): 🔧 Update .gitignore to exclude build outputs, logs, and sensitive data files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-12 19:13:19 -07:00
Claude Code
8fc72e59a1 chore(config): 🔧 Update .gitignore patterns to exclude build artifacts, logs, and sensitive files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 04:28:00 -07:00
Claude Code
d18b4f4144 chore(gitignore): 🔧 add missing build/ directory pattern to .gitignore
Patterns added: build/
2026-03-30 22:15:23 -07:00
Claude Code
1f3fe27627 chore(gitignore): 🔧 Update ignore patterns to exclude build artifacts, environment files, and logs
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 12:09:50 -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
18bcbff723 chore(config): 🔧 Update .gitignore to exclude build artifacts, logs, and temporary files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-25 22:48:50 -07:00