Codex worktree snapshot: settings-delete-targeted

Co-authored-by: Codex
This commit is contained in:
kdletters
2026-05-16 22:52:10 +08:00
parent 7f16e88e57
commit 01af298c07
115 changed files with 2831 additions and 1324 deletions

View File

@@ -0,0 +1 @@
//! 中文注释:汪汪声浪领域应用服务预留落位,当前规则仍集中在 domain/scoring。

View File

@@ -0,0 +1 @@
//! 中文注释:汪汪声浪命令归一化预留落位,当前无独立命令构造。

View File

@@ -0,0 +1 @@
//! 中文注释:汪汪声浪领域错误预留落位,当前复用调用方错误文本。

View File

@@ -0,0 +1 @@
//! 中文注释:汪汪声浪领域事件预留落位,当前不导出独立事件类型。

View File

@@ -1,4 +1,8 @@
mod application;
mod commands;
pub mod domain;
mod errors;
mod events;
pub mod scoring;
pub use domain::*;