From 495f31e8a03409335ffd9a7dcc2baa55ae9acbee Mon Sep 17 00:00:00 2001 From: Steve Yegge Date: Fri, 26 Dec 2025 16:25:40 -0800 Subject: [PATCH] molecule_status.go: Remove SlungWork field and output (gt-rgd9x.1) --- internal/cmd/molecule_status.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/cmd/molecule_status.go b/internal/cmd/molecule_status.go index d2a3f579..be00f2d3 100644 --- a/internal/cmd/molecule_status.go +++ b/internal/cmd/molecule_status.go @@ -27,7 +27,7 @@ type MoleculeProgressInfo struct { Complete bool `json:"complete"` } -// MoleculeStatusInfo contains status information for an agent's hook. +// MoleculeStatusInfo contains status information for an agent's work. type MoleculeStatusInfo struct { Target string `json:"target"` Role string `json:"role"`