Jeroen Schweitzer jpmschweitzer
  • Joined on 2025-11-14
jpmschweitzer merged pull request jpmschweitzer/settled-reach#51 2026-02-20 19:31:28 +01:00
feat(copy): Sprint 14 — monologue architecture, line pools, voice guide, schema, overheard dialogue
jpmschweitzer pushed to copy at jpmschweitzer/settled-reach 2026-02-20 19:31:25 +01:00
386d80df26 fix: resolve merge conflicts with main (Situation + Mood variants)
f1dcdc2ee9 Merge pull request 'feat(simulation): Sprint 14 — NPC mood, trust, routines, conversations, invariants' (#50) from server into main
c10b896562 Merge pull request 'feat(client): #122 monologue display — multi-line, priority queue, 34 tests' (#49) from client into main
b2559d5467 Merge pull request 'docs(visual): Sprint 14 visual spec suite — 6 design documents' (#48) from visual into main
f0e0673c99 fix(simulation): address PR #50 review — determinism, overflow, invariants
Compare 22 commits »
jpmschweitzer pushed to main at jpmschweitzer/settled-reach 2026-02-20 19:28:54 +01:00
f1dcdc2ee9 Merge pull request 'feat(simulation): Sprint 14 — NPC mood, trust, routines, conversations, invariants' (#50) from server into main
f0e0673c99 fix(simulation): address PR #50 review — determinism, overflow, invariants
019a7b2221 test(simulation): additional conversation system QA coverage (Hoshe, S14)
8bd65a5662 feat(simulation): NPC-NPC relationship dynamics with passive decay (#103, D-024)
bd60b356f8 feat(simulation): routine execution system with ActivityState (#101, D-031)
Compare 9 commits »
jpmschweitzer merged pull request jpmschweitzer/settled-reach#50 2026-02-20 19:28:54 +01:00
feat(simulation): Sprint 14 — NPC mood, trust, routines, conversations, invariants
jpmschweitzer pushed to main at jpmschweitzer/settled-reach 2026-02-20 19:28:51 +01:00
c10b896562 Merge pull request 'feat(client): #122 monologue display — multi-line, priority queue, 34 tests' (#49) from client into main
677ca9b59d fix(ui): address PR #49 review — 6 warnings + 2 suggestions (#122)
c71ba8ebb3 test(ui): GameState integration + D-049 compliance tests for monologue display (#122)
b49d78ef6a fix(ui): guard empty text in show_monologue — no ghost slots or queue entries (#122)
1765e2922f refactor(ui): monologue display — multi-line architecture per Tyre review (#122)
Compare 6 commits »
jpmschweitzer merged pull request jpmschweitzer/settled-reach#49 2026-02-20 19:28:49 +01:00
feat(client): #122 monologue display — multi-line, priority queue, 34 tests
jpmschweitzer pushed to main at jpmschweitzer/settled-reach 2026-02-20 19:28:40 +01:00
b2559d5467 Merge pull request 'docs(visual): Sprint 14 visual spec suite — 6 design documents' (#48) from visual into main
3c4304f745 fix(visual): address PR #48 review comments
0b5952a107 docs(visual): Sprint 14 visual spec suite — 6 design documents
14cd16f33a chore: resolve CHANGELOG.md merge conflict from main
1fa04c3e89 chore(meta): update changelog
Compare 6 commits »
jpmschweitzer merged pull request jpmschweitzer/settled-reach#48 2026-02-20 19:28:39 +01:00
docs(visual): Sprint 14 visual spec suite — 6 design documents
jpmschweitzer pushed to server at jpmschweitzer/settled-reach 2026-02-20 19:18:43 +01:00
f0e0673c99 fix(simulation): address PR #50 review — determinism, overflow, invariants
jpmschweitzer commented on pull request jpmschweitzer/settled-reach#50 2026-02-20 19:11:51 +01:00
feat(simulation): Sprint 14 — NPC mood, trust, routines, conversations, invariants

PR Review: server -> main (type: code)

Hoshe (Code Quality): REQUEST_CHANGES

The Sprint 14 NPC systems are well-structured, clearly documented, and heavily tested. The state machine…

jpmschweitzer commented on pull request jpmschweitzer/settled-reach#50 2026-02-20 19:09:33 +01:00
feat(simulation): Sprint 14 — NPC mood, trust, routines, conversations, invariants

PR Review: server -> main (type: code)

Hoshe (Code Quality): REQUEST_CHANGES

The Sprint 14 NPC systems are well-structured, clearly documented, and heavily tested. The state machine…

jpmschweitzer pushed to client at jpmschweitzer/settled-reach 2026-02-20 19:08:53 +01:00
677ca9b59d fix(ui): address PR #49 review — 6 warnings + 2 suggestions (#122)
jpmschweitzer pushed to visual at jpmschweitzer/settled-reach 2026-02-20 19:04:06 +01:00
3c4304f745 fix(visual): address PR #48 review comments
jpmschweitzer commented on pull request jpmschweitzer/settled-reach#48 2026-02-20 19:01:13 +01:00
docs(visual): Sprint 14 visual spec suite — 6 design documents

PR Review: visual -> main (type: visual)

Hoshe (QA): REQUEST_CHANGES

Well-structured documents with consistent formatting. Several reference accuracy issues.

jpmschweitzer commented on pull request jpmschweitzer/settled-reach#49 2026-02-20 19:01:12 +01:00
feat(client): #122 monologue display — multi-line, priority queue, 34 tests

PR Review: client -> main (type: code)

Hoshe (Code Quality): REQUEST_CHANGES

Well-structured queue/priority/stagger architecture with solid test coverage. Several issues found.

jpmschweitzer created pull request jpmschweitzer/settled-reach#51 2026-02-20 19:01:00 +01:00
feat(copy): Sprint 14 — monologue architecture, line pools, voice guide, schema, overheard dialogue
jpmschweitzer pushed to copy at jpmschweitzer/settled-reach 2026-02-20 19:00:31 +01:00
036e9dc5c6 fix(tests): update NPC profile count assertions (20→23) for Sprint 14 content
91eb11da16 refactor(content): rename mood vocabulary to match voice guide (D-035 Sprint 14 amendment)
df4d7b4666 docs(design): add Gestalt KG validation to #253 prerequisite map and #121 mood guide
8c362c8535 feat(schema): implement D-035 converged tag taxonomy as canonical JSON Schema (#168)
4e53a2e979 chore(meta): release v0.1.13
Compare 39 commits »
jpmschweitzer created pull request jpmschweitzer/settled-reach#50 2026-02-20 19:00:18 +01:00
feat(simulation): Sprint 14 — NPC mood, trust, routines, conversations, invariants
jpmschweitzer pushed to server at jpmschweitzer/settled-reach 2026-02-20 18:54:03 +01:00
019a7b2221 test(simulation): additional conversation system QA coverage (Hoshe, S14)
8bd65a5662 feat(simulation): NPC-NPC relationship dynamics with passive decay (#103, D-024)
bd60b356f8 feat(simulation): routine execution system with ActivityState (#101, D-031)
dcd15a330f feat(simulation): interaction tracking + trust progression (#325, #324)
a14c980aad test(simulation): map-agnostic invariant tests, 36 invariants (#508)
Compare 21 commits »
jpmschweitzer created pull request jpmschweitzer/settled-reach#49 2026-02-20 18:53:05 +01:00
feat(client): #122 monologue display — multi-line, priority queue, 34 tests