tracker for various hytale-related stuff
Find a file
devilreef 58ef04fa68 fix: atomic state writes with full state persistence
Previously only wrote dirty keys, causing data loss when multiple
modules wrote concurrently. Now writes full state atomically using
temp file + rename pattern.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-16 04:36:55 +06:00
.vscode feat: initial commit 2026-01-08 21:52:19 +06:00
src fix: atomic state writes with full state persistence 2026-01-16 04:36:55 +06:00
tokens refactor: convert to modular system with Hytale update trackers 2026-01-16 01:18:15 +06:00
.env.example feat: initial commit 2026-01-08 21:52:19 +06:00
.gitignore refactor: convert to modular system with Hytale update trackers 2026-01-16 01:18:15 +06:00
CLAUDE.md refactor: convert to modular system with Hytale update trackers 2026-01-16 01:18:15 +06:00
config.json.example refactor: update message forwarding logic to support channel-based matching alongside role-based matching; enhance configuration structure to include channels; update documentation and example config 2026-01-08 22:06:07 +06:00
Dockerfile refactor: update message forwarding logic to support channel-based matching alongside role-based matching; enhance configuration structure to include channels; update documentation and example config 2026-01-08 22:06:07 +06:00
eslint.config.mjs feat: initial commit 2026-01-08 21:52:19 +06:00
package.json chore: update pnpm 2026-01-08 22:44:41 +06:00
pnpm-lock.yaml feat: initial commit 2026-01-08 21:52:19 +06:00
pnpm-workspace.yaml feat: initial commit 2026-01-08 21:52:19 +06:00
tsconfig.json feat: initial commit 2026-01-08 21:52:19 +06:00