Documentation
¶
Overview ¶
Package routing decides whether a task controller should process a given CreateCommand based on the command's target vault and the controller's configured VAULT_NAME.
Index ¶
Constants ¶
View Source
const LegacyDefaultVault = "openclaw"
LegacyDefaultVault is the vault a controller acts on when a command leaves its TargetVault empty. Hard-coded per spec 044; do not make configurable.
Variables ¶
This section is empty.
Functions ¶
func ShouldProcess ¶
func ShouldProcess(cmd task.CreateCommand, vaultName string) bool
ShouldProcess returns true iff the controller's vaultName owns this command. An empty cmd.TargetVault falls back to LegacyDefaultVault (spec 044 AC 12). A non-empty cmd.TargetVault is compared verbatim (no case-folding).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.