mirror of
https://github.com/prosolis/gogobee.git
synced 2026-07-16 08:52:42 +00:00
H3: retire manual harvest commands
Removes !forage / !mine / !scavenge / !fish / !essence / !commune from
the command surface. Typing one now returns a one-line deprecation DM
pointing at the auto-harvest flow ("Harvest is automatic now — just
walk."). The internal handleHarvestCmd / handleStandaloneHarvest paths
are left in place; operator deletes after soak per plan §H3.
Help text and the supplies-low autopilot pause line no longer mention
the manual verbs.
This commit is contained in:
@@ -163,7 +163,7 @@ func TestIsLegacyActivityInput(t *testing.T) {
|
||||
// and the harvest entry-points so the user has somewhere to go.
|
||||
func TestRenderLegacyActivityDeprecation(t *testing.T) {
|
||||
out := renderLegacyActivityDeprecation(nil)
|
||||
for _, want := range []string{"expedition", "!forage", "!mine", "retired"} {
|
||||
for _, want := range []string{"expedition", "Harvest is automatic", "retired"} {
|
||||
if !strings.Contains(out, want) {
|
||||
t.Errorf("deprecation DM missing %q; got:\n%s", want, out)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user