darkwatch/server
Aaron Wood a280cef875 feat: include conditions in character responses; add is_dead + conditions to Character type
Enriches enrichCharacters() and the PATCH handler to fetch and return character_conditions rows,
ensuring character:updated socket broadcasts carry up-to-date dying/condition state.
Adds is_dead and conditions fields to the client Character interface.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-12 01:19:45 -04:00
..
dist Initial commit: Shadowdark character sheet manager with item/talent databases, view/edit modes, real-time sync 2026-04-09 01:03:40 -04:00
migrations feat: add is_dead column to characters (death timer migration 004) 2026-04-12 01:17:10 -04:00
src feat: include conditions in character responses; add is_dead + conditions to Character type 2026-04-12 01:19:45 -04:00
package-lock.json feat: add JWT cookie auth to Socket.io connections and enforce DM-only atmosphere 2026-04-11 00:33:35 -04:00
package.json feat: add JWT cookie auth to Socket.io connections and enforce DM-only atmosphere 2026-04-11 00:33:35 -04:00
tsconfig.json Initial commit: Shadowdark character sheet manager with item/talent databases, view/edit modes, real-time sync 2026-04-09 01:03:40 -04:00