refactor(jobengine): delete TaskRunner service

- Remove TaskRunner source, tests, libraries (3 directories)
- Remove from compose, services-matrix, nginx, hosts, smoke tests
- Remove CLI commands, UI references, Authority scopes
- Remove docs, OpenAPI spec, QA state files
- Leave task_runner_id DB columns as nullable legacy
- PacksRegistry preserved (independent service)
- Eliminates 2 containers (taskrunner-web + taskrunner-worker)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
master
2026-04-08 14:11:20 +03:00
parent 80c33d3c59
commit 0e25344bd7
208 changed files with 57 additions and 29942 deletions

View File

@@ -92,7 +92,7 @@
"ReverseProxy","/vexhub","https://vexhub.stella-ops.local",,
"ReverseProxy","/vexlens","http://vexlens.stella-ops.local",,
"ReverseProxy","/orchestrator","http://orchestrator.stella-ops.local",,
"ReverseProxy","/taskrunner","http://taskrunner.stella-ops.local",,
"ReverseProxy","/cartographer","http://cartographer.stella-ops.local",,
"ReverseProxy","/reachgraph","http://reachgraph.stella-ops.local",,
"ReverseProxy","/doctor","http://doctor.stella-ops.local",,
1 RouteType RoutePath RouteTarget SelectedOpenApiPath StatusCode
92 ReverseProxy /vexhub https://vexhub.stella-ops.local
93 ReverseProxy /vexlens http://vexlens.stella-ops.local
94 ReverseProxy /orchestrator http://orchestrator.stella-ops.local
95 ReverseProxy /taskrunner /cartographer http://taskrunner.stella-ops.local http://cartographer.stella-ops.local
96 ReverseProxy /cartographer /reachgraph http://cartographer.stella-ops.local http://reachgraph.stella-ops.local
97 ReverseProxy /reachgraph /doctor http://reachgraph.stella-ops.local http://doctor.stella-ops.local
98 ReverseProxy /doctor /integrations http://doctor.stella-ops.local http://integrations.stella-ops.local