-
-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationpriority: mediumtech-debttechnical-debt
Description
Problem
run_autobot.sh does not exist (deprecated per Issue #863, moved to legacy/), but 20+ files still reference it in docs, scripts, and agent configs.
Key locations (non-archive)
docs/system-state.md(line 1514)docs/developer/INFRASTRUCTURE_DEPLOYMENT.mddocs/developer/AGENT_OPTIMIZATION.mddocs/architecture/SSOT_CONFIGURATION_ARCHITECTURE.mdautobot-infrastructure/shared/scripts/README.mdautobot-infrastructure/shared/tests/performance/run_baseline.sh.claude/agents/frontend-engineer-agent.md
Many more in analysis reports and architecture docs.
Suggested Fix
Replace run_autobot.sh references with the correct startup method:
systemctl start autobot-backend(production)scripts/start-services.sh start(CLI wrapper)docker compose up -d(Docker)
Discovered During
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationpriority: mediumtech-debttechnical-debt