主页 / reference
reference/
- docCLI ReferenceEvery dscc subcommand and global flag. Source of truth: crates/dscc-cli/src/main.rs.
- docConfig SchemaFull schema for .dscc.json / .dscc/settings.json / .dscc/settings.local.json. Source of truth: crates/runtime/src/config.rs (1294 lines).
- docEnvironment VariablesEvery environment variable DSCC reads. Citations point to the source module that consumes the value.
- docSlash Commands ReferenceAll 31 slash commands. Registry: crates/commands/src/lib.rs:73–300. Parser: SlashCommand::parse() at commands/lib.rs:376–462. "Resume" means safe to run inside a resumed session wi…
- docTools Reference19 built-in tools. Source: crates/tools/src/lib.rs (4645 lines). Dispatcher execute_tool(name, input) at tools.rs:548–573. Registry ToolRegistry at tools.rs:35–49.