molecule_status.go: Remove SlungWork field and output (gt-rgd9x.1)

This commit is contained in:
Steve Yegge
2025-12-26 16:25:40 -08:00
parent a76b9af1a6
commit 495f31e8a0

View File

@@ -27,7 +27,7 @@ type MoleculeProgressInfo struct {
Complete bool `json:"complete"` 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 { type MoleculeStatusInfo struct {
Target string `json:"target"` Target string `json:"target"`
Role string `json:"role"` Role string `json:"role"`