Configuration
File Location
Section titled “File Location”%APPDATA%/entrance/entrance.tomlExample
Section titled “Example”[core]theme = "dark"log_level = "info"
[plugins.launcher]enabled = truehotkey = "Alt+Space"
[plugins.forge]enabled = truemax_concurrent_agents = 3
[plugins.vault]enabled = true
[mcp]stdio_enabled = truehttp_enabled = falsehttp_port = 9720Principles
Section titled “Principles”- TOML only — no JSON, no YAML
- Single file — one source of truth
- Plugin-scoped —
[plugins.name]sections - Sane defaults — configure only what you change