Jeroen Schweitzer jpmschweitzer
  • Joined on 2025-11-14
jpmschweitzer pushed to main at jpmschweitzer/settled-reach 2026-02-27 22:31:35 +01:00
a69e69e663 feat(perception): ground vision cone in human sensory physiology
jpmschweitzer pushed to main at jpmschweitzer/settled-reach 2026-02-27 21:52:17 +01:00
dd0de2ff04 Merge remote-tracking branch 'origin/visual'
e28be513cd fix(assets): review fixes — fog noise speed and kernel UV clamping
93c9d2dcb4 fix(client): bump protocol version to 17 after server merge
df1d9c8990 fix(assets): add Gaussian blur to fog visibility for soft cone edge
8934a8201d fix(assets): tune fog shader alpha and clean cone edge per D-059
Compare 7 commits »
jpmschweitzer closed pull request jpmschweitzer/settled-reach#76 2026-02-27 21:52:16 +01:00
fix(visual): tune fog shader alpha and soft cone edge per D-059
jpmschweitzer commented on pull request jpmschweitzer/settled-reach#76 2026-02-27 21:49:31 +01:00
fix(visual): tune fog shader alpha and soft cone edge per D-059

Re-review round 2: APPROVED. Noise speed now 0.06/0.045 (~16.7s, within D-059 spec). Kernel taps clamped at UV boundaries. Both fixes verified. Clean to merge.

jpmschweitzer pushed to visual at jpmschweitzer/settled-reach 2026-02-27 21:48:44 +01:00
e28be513cd fix(assets): review fixes — fog noise speed and kernel UV clamping
jpmschweitzer commented on pull request jpmschweitzer/settled-reach#76 2026-02-27 21:46:46 +01:00
fix(visual): tune fog shader alpha and soft cone edge per D-059

Hoshe (QA): REQUEST_CHANGES — (1) deep fog noise speed exceeds D-059 15-20s spec (~22-33s actual, use time*0.06/0.045), (2) sample_visibility kernel taps not clamped at map boundary (causes…

jpmschweitzer commented on pull request jpmschweitzer/settled-reach#76 2026-02-27 21:46:41 +01:00
fix(visual): tune fog shader alpha and soft cone edge per D-059

Review: CHANGES REQUESTED. See details below.

jpmschweitzer created pull request jpmschweitzer/settled-reach#76 2026-02-27 21:37:41 +01:00
fix(visual): tune fog shader alpha and soft cone edge per D-059
jpmschweitzer pushed to visual at jpmschweitzer/settled-reach 2026-02-27 21:36:12 +01:00
df1d9c8990 fix(assets): add Gaussian blur to fog visibility for soft cone edge
jpmschweitzer pushed to visual at jpmschweitzer/settled-reach 2026-02-27 19:34:01 +01:00
8934a8201d fix(assets): tune fog shader alpha and clean cone edge per D-059
bb91b0acf0 Merge remote-tracking branch 'origin/main' into visual
d170362d1f Merge remote-tracking branch 'origin/server'
dd00a9cd9e fix(simulation): address PR #75 review — vision components, triangle validation, FNV-1a, KG gating
b47d53f6e5 Merge remote-tracking branch 'origin/ci'
Compare 126 commits »
jpmschweitzer pushed to main at jpmschweitzer/settled-reach 2026-02-27 19:24:49 +01:00
d170362d1f Merge remote-tracking branch 'origin/server'
dd00a9cd9e fix(simulation): address PR #75 review — vision components, triangle validation, FNV-1a, KG gating
88fc6c30dc feat(simulation): template instantiation engine — load, spawn, lifecycle (#161)
b6340f9663 fix(simulation): clean up warnings in spawn and template modules (#166)
ace5cb811f wip(simulation): template-to-instance mapping — spawn_template_npcs (#166)
Compare 10 commits »
jpmschweitzer closed pull request jpmschweitzer/settled-reach#75 2026-02-27 19:24:49 +01:00
feat(simulation): Sprint 21 — template instantiation, error handling, interactions
jpmschweitzer commented on pull request jpmschweitzer/settled-reach#75 2026-02-27 19:24:39 +01:00
feat(simulation): Sprint 21 — template instantiation, error handling, interactions

Re-review: server -> main (PR #75, round 2)

Hoshe (Code Quality): APPROVE

All 5 fixes verified correct. FNV-1a constants independently verified against golden test (14452262397297540338).…

jpmschweitzer commented on pull request jpmschweitzer/settled-reach#75 2026-02-27 19:16:46 +01:00
feat(simulation): Sprint 21 — template instantiation, error handling, interactions

Review Response — All Issues Addressed

Pushed dd00a9c with fixes for all 5 review items:

jpmschweitzer pushed to server at jpmschweitzer/settled-reach 2026-02-27 19:02:48 +01:00
dd00a9cd9e fix(simulation): address PR #75 review — vision components, triangle validation, FNV-1a, KG gating
jpmschweitzer closed pull request jpmschweitzer/settled-reach#74 2026-02-27 18:57:12 +01:00
chore(ci): move db/connectors/ to tooling/db/ (#274)
jpmschweitzer pushed to main at jpmschweitzer/settled-reach 2026-02-27 18:57:12 +01:00
b47d53f6e5 Merge remote-tracking branch 'origin/ci'
394742ee98 fix(ci): add missing db/connectors/audio-batch permission
ccff595101 fix(ci): address PR #74 review comments
0ab81961dc chore(meta): sync Cargo.lock version after main merge
2893366a6f chore(meta): update changelog
Compare 6 commits »
jpmschweitzer commented on pull request jpmschweitzer/settled-reach#74 2026-02-27 18:56:19 +01:00
chore(ci): move db/connectors/ to tooling/db/ (#274)

Re-review: ci -> main (PR #74, round 3)

Hoshe: APPROVE

audio-batch * added to legacy permission block (394742e). Both tooling/db/ and db/connectors/ blocks are now fully symmetric.

#…

jpmschweitzer commented on pull request jpmschweitzer/settled-reach#74 2026-02-27 18:54:28 +01:00
chore(ci): move db/connectors/ to tooling/db/ (#274)

Round 2 fix in 394742e: added missing Bash(db/connectors/audio-batch *) to legacy permission block. All parity gaps now closed.

jpmschweitzer pushed to ci at jpmschweitzer/settled-reach 2026-02-27 18:54:25 +01:00
394742ee98 fix(ci): add missing db/connectors/audio-batch permission