Commit Graph
25 Commits
Author SHA1 Message Date
npc0-hue ab1cd01351 feat: simplify SCUM activity management 2026-09-20 21:22:15 +08:00
npc0-hue 1488d5a43e fix: redesign SCUM gift item lists 2026-09-20 18:33:31 +08:00
npc0-hue 300390dc4d Fill the SCUM user and vehicle tables from the plugin-declared database read path
The SCUM 用户管理 list stayed empty because the typed scum_user and
scum_vehicle tables had no producer: the run ingest endpoint is signed-run
only, and the previously registered plugin templates asked for a Run
database capability the endpoint never advertises.

The plugin now declares bounded, read-only SQLite projections for players
and vehicles (sql/scum-db-v57/*.sql with query schemas), and the platform
dispatches those templates as durable remote.run.db.sqlite.query jobs on
run heartbeat and page open, then projects the returned rows into the typed
SCUM tables through the same shared ingest path used by signed run facts.
2026-09-16 18:01:33 +08:00
npc0-hue ecdca8e28b Remove SCUM sqlite user projections 2026-09-14 13:41:44 +08:00
npc0-hue 84380105fc Keep SCUM data parsing plugin-owned 2026-09-09 10:13:47 +08:00
npc0-hue a82f1ff01a Remove SCUM server-management client path 2026-09-02 17:56:49 +08:00
npc0-hue a027ca70eb Align runtime profiles with plugin-owned records 2026-09-02 10:22:14 +08:00
npc0-hue 6018d8f0fc Restore durable log ingest and typed plugin projections 2026-09-02 10:20:30 +08:00
npc0-hue aafbec4c96 Move SCUM trajectories to plugin SQL storage 2026-08-28 17:50:45 +08:00
npc0-hue d4e3f68032 Ship SCUM user SQL management page 2026-08-24 16:43:00 +08:00
npc0-hue a7e2e4c6c0 Remove pre-1.0 audit and protected request scaffolding 2026-08-20 23:42:02 +08:00
npc0-hue 98bf944f4c Rebuild SCUM plugin-owned data flow 2026-08-18 07:01:17 +08:00
npc0-hue 65353cf269 feat(scum): rebuild plugin-owned management data 2026-08-15 12:43:09 +08:00
npc0-hue a6c4cdac5d Rebuild SCUM plugin data ownership 2026-08-14 10:03:58 +08:00
npc0-hue 8b236d7c15 Implement SCUM direct data plane 2026-08-13 16:33:11 +08:00
npc0-hue b07a792784 Revert SCUM real data management change 2026-08-13 15:33:34 +08:00
npc0-hue d77068ce78 refactor(scum): remove unverified manifest templates 2026-08-11 15:34:45 +08:00
npc0-hue a770bc6250 Integrate SCUM real ops workflows 2026-08-10 21:12:53 +08:00
npc0-hue 99be8f0f3a refactor(scum): declare protected run requests 2026-07-29 22:37:16 +08:00
npc0-hue d7465bfd32 refactor(scum): use runtime capability probes 2026-07-29 18:34:16 +08:00
npc0-hue daa0f330a4 feat(scum): add bounded vehicle spawn adapter 2026-07-29 16:04:26 +08:00
npc0-hue 271e1e684f feat(plugin): add SCUM ownership migration foundation 2026-07-28 18:11:00 +08:00
npc0-hue e2d0bc0595 feat(scum): add versioned gift grants 2026-07-28 16:40:35 +08:00
npc0-hue f496fb12ec feat: add controlled scum player state patches 2026-07-28 16:10:06 +08:00
npc0-hue a0e69417db 功能修改 2026-07-20 16:42:33 +08:00