Commit graph

7 commits

Author SHA1 Message Date
fb132aea2a Merge branch 'opencode/happy-rocket'
Brings in scripted flight paths for special stage enemies (GAL-40) on
top of the high-score persistence work (GAL-56) already on main.

Conflict resolution:
- src/game_state.rs, src/systems.rs: kept HEAD's imports — they are a
  superset that includes HighScore/persistence; the incoming branch's
  changes were just import-formatting that HEAD had already adopted.
- src/resources.rs: kept both — HEAD's HighScore resource and the
  incoming flight_patterns test module are independent additions.
2026-05-09 14:07:28 +02:00
4189b8c908 chore(todo): update GAL-56 status to Done, check off all AC 2026-05-09 11:05:28 +02:00
73c76e75be chore(todo): add GAL-56 — Score resource does not reset on game restart 2026-05-09 09:55:05 +02:00
0c23dfde84 chore(todo): update GAL-53 status to Done and mark acceptance criteria complete 2026-05-07 23:33:34 +02:00
adbd04e87e chore(todo): update GAL-40 status to Done 2026-05-07 19:56:40 +02:00
365e3a7cc4 chore(todo): add acceptance criteria and test hints to open issues
Flesh out the 14 still-open issues (GAL-34/35/36/37, 40/41, 43, 46/47/48/49,
52/53/55) with explicit acceptance criteria and concrete integration test
hints that reference existing types and headless tooling, so future work
on these tickets has a clear definition of done.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-07 09:53:09 +02:00
db9f7714b1 chore(todo): split TODO.md into per-issue files under TODO/
Convert the flat TODO.md into a TODO/ folder where each GAL-N issue is
its own Linear-style markdown document with YAML frontmatter (id, title,
status, parent, labels), and add a README index grouped by section.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-07 09:29:17 +02:00