Files
opencode/scripts
Artur Do Lago bc6b191adf feat: enhance reload.sh with aggressive process killing and clean options
- Add --clean option: removes dist/ before rebuild
- Add --fresh option: nuclear option that clears dist/, turbo cache, node_modules cache, and reinstalls deps
- Make process killing much more aggressive:
  - Kill daemon, gateway, TUI (binary), TUI (dev), bun processes
  - Nuclear fallback: kill ANY process with 'agent-core' in command
  - Kill any process listening on daemon port
  - Show remaining processes if any survive
- Update step numbering to reflect new clean step
2026-01-20 13:12:09 +01:00
..