save checkpoint

This commit is contained in:
master
2026-02-11 01:32:14 +02:00
parent 5593212b41
commit cf5b72974f
2316 changed files with 68799 additions and 3808 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

View File

@@ -0,0 +1,22 @@
{
"feature": "agent-fleet-dashboard-ui",
"filesChecked": [
"src/Web/StellaOps.Web/src/app/features/agents/agents.routes.ts",
"src/Web/StellaOps.Web/src/app/features/agents/agent-fleet-dashboard.component.ts",
"src/Web/StellaOps.Web/src/app/features/agents/agent-onboard-wizard.component.ts",
"src/Web/StellaOps.Web/src/app/features/agents/services/agent.store.ts",
"src/Web/StellaOps.Web/src/tests/agent_fleet/agent-fleet-dashboard.component.spec.ts"
],
"found": [
"src/Web/StellaOps.Web/src/app/features/agents/agents.routes.ts",
"src/Web/StellaOps.Web/src/app/features/agents/agent-fleet-dashboard.component.ts",
"src/Web/StellaOps.Web/src/app/features/agents/agent-onboard-wizard.component.ts",
"src/Web/StellaOps.Web/src/app/features/agents/services/agent.store.ts",
"src/Web/StellaOps.Web/src/tests/agent_fleet/agent-fleet-dashboard.component.spec.ts"
],
"missing": [
],
"verdict": "pass",
"checkedAtUtc": "2026-02-10T21:33:20Z"
}

View File

@@ -0,0 +1,24 @@
{
"project": "src/Web/StellaOps.Web",
"buildCommand": "npm run build",
"buildResult": "pass",
"testCommand": [
"npx ng test --watch=false --include src/tests/agent_fleet/agent-fleet-dashboard.component.spec.ts"
],
"testResult": "pass",
"testsPassed": "4/4",
"testFilesPassed": "1/1",
"warnings": [
"NG8113: RouterLinkActive is not used within AppSidebarComponent template.",
"NG8113: RouterLink/RouterLinkActive is not used within SidebarNavGroupComponent template.",
"NG8113: RouterLink is not used within AppTopbarComponent template.",
"Bundle/style budget warnings remain from existing baseline."
],
"codeReview": [
"AgentFleetDashboardComponent initializes fleet polling/realtime hooks and renders KPI, filters, and lane views.",
"AgentStore implements deterministic filter/selectors plus API-backed fleet and summary retrieval.",
"Route wiring exposes dashboard and onboarding surfaces under /ops/agents and /ops/agents/onboard."
],
"checkedAtUtc": "2026-02-10T21:33:20Z"
}

View File

@@ -0,0 +1,30 @@
{
"type": "ui",
"baseUrl": "https://127.0.0.1:4400",
"route": "/ops/agents",
"screenshots": [
"screenshots/step-1-agent-fleet-dashboard.png",
"screenshots/step-2-agent-onboard-route.png"
],
"steps": [
{
"description": "Navigate to /ops/agents and verify fleet dashboard heading and KPI/filter surfaces render.",
"result": "pass",
"evidence": "h1=\"Agent Fleet\"; deterministic /api/agents and /api/agents/summary stubs",
"screenshot": "screenshots/step-1-agent-fleet-dashboard.png"
},
{
"description": "Trigger onboarding navigation through the Add Agent action and verify route transition.",
"result": "pass",
"evidence": "Final URL /ops/agents/onboard and h1=\"Add New Agent\"",
"screenshot": "screenshots/step-2-agent-onboard-route.png"
},
{
"description": "Verify runtime stability for agent dashboard route with deterministic auth/config stubs.",
"result": "pass",
"evidence": "No console errors in Playwright runtime output"
}
],
"verdict": "pass",
"checkedAtUtc": "2026-02-10T21:33:20Z"
}