Merge remote-tracking branch 'origin/polecat/Scabrous'
# Conflicts: # docs/architecture.md # docs/harness.md # internal/beads/builtin_molecules.go # internal/cmd/mail.go # internal/cmd/molecule.go # internal/cmd/mq.go # internal/git/git.go # internal/mail/router.go
This commit is contained in:
@@ -23,10 +23,10 @@ type BeadsMessage struct {
|
||||
Status string `json:"status"`
|
||||
}
|
||||
|
||||
// ProcessLifecycleRequests checks for and processes lifecycle requests from the daemon inbox.
|
||||
// ProcessLifecycleRequests checks for and processes lifecycle requests from the deacon inbox.
|
||||
func (d *Daemon) ProcessLifecycleRequests() {
|
||||
// Get mail for daemon identity
|
||||
cmd := exec.Command("bd", "mail", "inbox", "--identity", "daemon/", "--json")
|
||||
// Get mail for deacon identity
|
||||
cmd := exec.Command("bd", "mail", "inbox", "--identity", "deacon/", "--json")
|
||||
cmd.Dir = d.config.TownRoot
|
||||
|
||||
output, err := cmd.Output()
|
||||
|
||||
Reference in New Issue
Block a user