Jeroen Schweitzer jpmschweitzer
  • Joined on 2025-11-14
jpmschweitzer pushed to main at jpmschweitzer/settled-reach 2026-03-07 08:48:25 +01:00
4b57006a5c chore(simulation): remove duplicate TODO and dead binding in generator spike
jpmschweitzer closed pull request jpmschweitzer/settled-reach#87 2026-03-07 08:47:43 +01:00
feat(simulation): Sprint 25 generator spike — NpcBlueprint + template assembly
jpmschweitzer pushed to main at jpmschweitzer/settled-reach 2026-03-07 08:47:40 +01:00
a54b9d24e0 fix(simulation): address PR #87 review — name collision, validation, and polish
0f83c64e8f feat(simulation): generator spike binary — template assembly Phase 1 (#612)
fb3ebf4313 feat(simulation): NpcBlueprint struct design, RON schema, and validator CLI (#611)
Compare 3 commits »
jpmschweitzer pushed to server at jpmschweitzer/settled-reach 2026-03-06 21:50:38 +01:00
a54b9d24e0 fix(simulation): address PR #87 review — name collision, validation, and polish
jpmschweitzer commented on pull request jpmschweitzer/settled-reach#87 2026-03-06 21:44:13 +01:00
feat(simulation): Sprint 25 generator spike — NpcBlueprint + template assembly

Review: server → main (PR #87, type: code)

Hoshe (Code Quality): REQUEST_CHANGES

Good structure overall, but two correctness bugs that will show in the proof output.

jpmschweitzer created pull request jpmschweitzer/settled-reach#87 2026-03-06 21:40:11 +01:00
feat(simulation): Sprint 25 generator spike — NpcBlueprint + template assembly
jpmschweitzer pushed to server at jpmschweitzer/settled-reach 2026-03-06 21:39:48 +01:00
0f83c64e8f feat(simulation): generator spike binary — template assembly Phase 1 (#612)
fb3ebf4313 feat(simulation): NpcBlueprint struct design, RON schema, and validator CLI (#611)
4cbaf0cb57 chore(meta): switch Sprint 25 content format from YAML to RON
5f6a42000b chore(meta): release v0.1.24
726c0fecbd chore(skills): update workshop-start skill
Compare 28 commits »
jpmschweitzer pushed to main at jpmschweitzer/settled-reach 2026-03-06 21:18:17 +01:00
4cbaf0cb57 chore(meta): switch Sprint 25 content format from YAML to RON
jpmschweitzer pushed to copy at jpmschweitzer/settled-reach 2026-03-06 21:01:35 +01:00
5f6a42000b chore(meta): release v0.1.24
726c0fecbd chore(skills): update workshop-start skill
eea3f3cf25 docs(decisions): record 24 workshop decisions and updated questions
80ddc35412 docs(workshops): add Where's the Fun workshop outputs
58d2e3b695 chore(meta): add feasibility warnings to Sprint 25 briefings
Compare 27 commits »
jpmschweitzer pushed tag v0.1.24 to jpmschweitzer/settled-reach 2026-03-06 21:00:28 +01:00
jpmschweitzer pushed to main at jpmschweitzer/settled-reach 2026-03-06 21:00:25 +01:00
5f6a42000b chore(meta): release v0.1.24
jpmschweitzer pushed to main at jpmschweitzer/settled-reach 2026-03-06 20:57:04 +01:00
726c0fecbd chore(skills): update workshop-start skill
eea3f3cf25 docs(decisions): record 24 workshop decisions and updated questions
80ddc35412 docs(workshops): add Where's the Fun workshop outputs
Compare 3 commits »
jpmschweitzer pushed to main at jpmschweitzer/settled-reach 2026-03-06 20:54:54 +01:00
58d2e3b695 chore(meta): add feasibility warnings to Sprint 25 briefings
jpmschweitzer pushed to main at jpmschweitzer/settled-reach 2026-03-06 20:44:05 +01:00
0f1eda8d12 chore(meta): restructure Sprint 25 per feasibility study
jpmschweitzer pushed to main at jpmschweitzer/settled-reach 2026-03-06 19:59:35 +01:00
7d7aec9cec chore(meta): plan Sprint 25: Emerge
jpmschweitzer closed pull request jpmschweitzer/settled-reach#86 2026-03-05 16:44:43 +01:00
feat(client): Sprint 24 Signal — character select, triangle activation, news ticker
jpmschweitzer pushed to main at jpmschweitzer/settled-reach 2026-03-05 16:44:40 +01:00
ea21884f3d Merge remote-tracking branch 'origin/client'
e0eb3cd35e fix(client): address PR #86 review — archetype validation, teleport clear, ticker layout
349f02fbcb chore(meta): update changelog
7dbd3247d4 test(client): Sprint 24 signal tests
61d454228d feat(client): character select, triangle activation consumer, news ticker
Compare 8 commits »
jpmschweitzer commented on pull request jpmschweitzer/settled-reach#86 2026-03-05 16:43:51 +01:00
feat(client): Sprint 24 Signal — character select, triangle activation, news ticker

Re-review: clientmain (PR #86, round 2)

Hoshe (Code Quality): APPROVE

All 5 round-1 items verified resolved:

  1. _known_triangle_ids.clear() in _teleport_transition()
jpmschweitzer pushed to client at jpmschweitzer/settled-reach 2026-03-05 16:28:17 +01:00
e0eb3cd35e fix(client): address PR #86 review — archetype validation, teleport clear, ticker layout
jpmschweitzer commented on pull request jpmschweitzer/settled-reach#86 2026-03-05 16:24:45 +01:00
feat(client): Sprint 24 Signal — character select, triangle activation, news ticker

Review: clientmain (PR #86, type: code)

Hoshe (Code Quality): REQUEST_CHANGES

Three features well-structured with solid test coverage. Two correctness bugs need fixing.