Files
Genarrative/server-rs/crates/api-server/src/modules.rs
T
JenkenB 3931442249 Enforce Genarrative play-type SOP and update docs
Rewrite Genarrative play-type integration guidance across .codex and .hermes to define a platform-level SOP: default to form/image workbench, unify single-image asset slots (CreativeImageInputPanel), standardize series-material sheet->cut->transparent->OSS pipeline, and forbid copying legacy chat/agent workflows as the default. Add decision-log entry freezing the SOP and a pitfalls note warning against direct reuse of old play tools. Update CONTEXT.md and docs/README.md, add a new PRD file, and apply related small server-side changes (module-auth, spacetime-client mappers and runtime) to align back-end code with the new contracts and flows.
2026-05-20 12:12:00 +08:00

17 lines
283 B
Rust

pub mod admin;
pub mod assets;
pub mod auth;
pub mod bark_battle;
pub mod big_fish;
pub mod custom_world;
pub mod edutainment;
pub mod health;
pub mod internal;
pub mod jump_hop;
pub mod match3d;
pub mod platform;
pub mod profile;
pub mod puzzle;
pub mod square_hole;
pub mod story;