Pulse/cmd/pulse
rcourtman d2330cf405 refactor(ai): Remove over-engineered URL discovery service
Keep only the simple AI-powered approach:
- set_resource_url tool lets AI save discovered URLs
- Users ask AI directly: 'Find URLs for my containers'
- AI uses its intelligence to discover and set URLs

Removed:
- URLDiscoveryService (rigid port scanning)
- Bulk discovery API endpoints
- Frontend discovery button

The AI itself is smart enough to iterate through resources
and discover URLs when asked.
2025-12-10 08:35:24 +00:00
..
bootstrap.go Fix bootstrap-token command to use correct env var and default path 2025-11-09 23:46:41 +00:00
config.go refactor: remove unnecessary type conversions 2025-11-27 10:33:35 +00:00
main.go refactor(ai): Remove over-engineered URL discovery service 2025-12-10 08:35:24 +00:00
metrics_server.go style: fix gofmt formatting inconsistencies 2025-11-26 23:44:36 +00:00