Jeroen Schweitzer jpmschweitzer
  • Joined on 2025-11-14
jpmschweitzer pushed to main at jpmschweitzer/settled-reach 2026-04-10 23:01:27 +02:00
d434235985 chore(meta): add pair session work mode, prune scrapped NPC systems
9edbe40de9 fix(simulation): resolve Bevy schedule cycle — economy system ordering
e91bd1c7e4 fix(client): post-sprint polish — protocol v21, schedule workaround, UI fixes
Compare 3 commits »
jpmschweitzer pushed to main at jpmschweitzer/settled-reach 2026-04-10 22:22:15 +02:00
2319c6f6ca chore(meta): release v0.1.34
jpmschweitzer pushed tag v0.1.34 to jpmschweitzer/settled-reach 2026-04-10 22:22:15 +02:00
jpmschweitzer closed pull request jpmschweitzer/settled-reach#126 2026-04-10 22:10:54 +02:00
planning(economics): brand layer design and Phase 3 Atlas breakdown
jpmschweitzer pushed to main at jpmschweitzer/settled-reach 2026-04-10 22:10:51 +02:00
e0d2ea32a5 fix(decisions): address PR #126 review — cross-refs, index, arithmetic
b69645d35c docs(decisions): D-189 brand layer architecture, D-190 volume calibration, D-191 Atlas Phase 3 scope
Compare 2 commits »
jpmschweitzer commented on pull request jpmschweitzer/settled-reach#126 2026-04-10 22:10:37 +02:00
planning(economics): brand layer design and Phase 3 Atlas breakdown

Review: sprint-34/planning -> main — Round 2

Hoshe (QA): APPROVE

All 7 fixes verified. Corp table 26 vs ~27 within tilde tolerance.

Tyre (Architecture): APPROVE

Cross-references…

jpmschweitzer pushed to sprint-34/planning at jpmschweitzer/settled-reach 2026-04-10 22:06:32 +02:00
e0d2ea32a5 fix(decisions): address PR #126 review — cross-refs, index, arithmetic
jpmschweitzer commented on pull request jpmschweitzer/settled-reach#126 2026-04-10 21:17:56 +02:00
planning(economics): brand layer design and Phase 3 Atlas breakdown

Review: sprint-34/planning -> main (type: planning)

PR #126docs(decisions): D-189, D-190, D-191


Hoshe (QA): REQUEST_CHANGES

jpmschweitzer created pull request jpmschweitzer/settled-reach#126 2026-04-10 21:07:11 +02:00
planning(economics): brand layer design and Phase 3 Atlas breakdown
jpmschweitzer pushed to sprint-34/planning at jpmschweitzer/settled-reach 2026-04-10 21:06:50 +02:00
b69645d35c docs(decisions): D-189 brand layer architecture, D-190 volume calibration, D-191 Atlas Phase 3 scope
jpmschweitzer created branch sprint-34/planning in jpmschweitzer/settled-reach 2026-04-10 21:06:50 +02:00
jpmschweitzer closed pull request jpmschweitzer/settled-reach#124 2026-04-10 15:20:06 +02:00
feat(ui): economics insert panel and debug console econ commands
jpmschweitzer pushed to main at jpmschweitzer/settled-reach 2026-04-10 15:20:03 +02:00
a9bd3ca408 Merge remote-tracking branch 'origin/sprint-34/client'
4d4dc2014d fix(ui): rebind economics panel toggle from E to N (#124 review R2)
28d95c23a8 fix(ui): address PR #124 review — navigation, error handling, cleanup
532fcd64a5 chore(meta): update changelog
f17a6c638c feat(ui): economics debug console commands — inject, param, inspect (#825)
Compare 7 commits »
jpmschweitzer commented on pull request jpmschweitzer/settled-reach#124 2026-04-10 15:18:12 +02:00
feat(ui): economics insert panel and debug console econ commands

Review: sprint-34/client -> main — Round 3

Hoshe (Code Quality): APPROVE

N key fix verified. KEY_N not in InputMap. Footer matches. All round 1+2 fixes in place. No regressions.

Tyre…

jpmschweitzer pushed to sprint-34/client at jpmschweitzer/settled-reach 2026-04-10 14:25:17 +02:00
4d4dc2014d fix(ui): rebind economics panel toggle from E to N (#124 review R2)
jpmschweitzer closed pull request jpmschweitzer/settled-reach#123 2026-04-10 14:19:27 +02:00
content(copy): overheard conversations — full zone type coverage (#695)
jpmschweitzer closed pull request jpmschweitzer/settled-reach#125 2026-04-10 14:19:27 +02:00
feat(simulation): economics integration — D-180 event port, D-181 signals, IPC bridge, debug commands (#810 #821 #822 #823)
jpmschweitzer pushed to main at jpmschweitzer/settled-reach 2026-04-10 14:19:24 +02:00
08297a9cae Merge remote-tracking branch 'origin/sprint-34/copy'
ac6c9dd2cd style(simulation): cargo fmt economy.rs
1498115aba fix(simulation): address PR #125 review — tick truncation, ordering, perf, protocol test
f41ab6c8e8 fix(content): address PR #123 round 2 — Founder terminology, names
f301fdecc7 fix(content): address PR #123 review — registers, names, patterns
Compare 9 commits »
jpmschweitzer commented on pull request jpmschweitzer/settled-reach#125 2026-04-10 14:17:38 +02:00
feat(simulation): economics integration — D-180 event port, D-181 signals, IPC bridge, debug commands (#810 #821 #822 #823)

Review: sprint-34/server -> main — Round 2

Hoshe (Code Quality): APPROVE

All 8 fixes verified correct. u64 widening consistent, VecDeque correct, is_empty() guards properly placed,…

jpmschweitzer commented on pull request jpmschweitzer/settled-reach#124 2026-04-10 14:17:37 +02:00
feat(ui): economics insert panel and debug console econ commands

Review: sprint-34/client -> main — Round 2

Hoshe (Code Quality): REQUEST_CHANGES

5/6 fixes verified correct. One new issue found.