documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF

This commit is contained in:
master
2026-02-25 01:24:07 +02:00
parent b07d27772e
commit 4db038123b
9090 changed files with 4836 additions and 2909 deletions

View File

@@ -0,0 +1,21 @@
{
"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-10T22:35:36Z"
}

View File

@@ -0,0 +1,23 @@
{
"project": "src/Web/StellaOps.Web",
"buildCommand": "npm run build",
"buildResult": "pass",
"testCommand": [
"npx ng test --watch=false --include \u003c47 checked-web spec files\u003e"
],
"testResult": "pass",
"testsPassed": "145/145",
"testFilesPassed": "47/47",
"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": [
"Checked feature components/services remain implemented with non-stub logic in src/Web/StellaOps.Web/src/app and src/Web/StellaOps.Web/src/tests.",
"Consolidated checked-web spec replay (47 files) passed and exercised all checked web feature harnesses, including shell/sidebar/context-chip regression coverage."
],
"checkedAtUtc": "2026-02-10T22:35:36Z"
}

View File

@@ -0,0 +1,28 @@
{
"type": "ui",
"baseUrl": "https://127.0.0.1:4400",
"route": "/ops/agents",
"screenshots": [
"screenshots/step-1-ops-agents.png"
],
"steps": [
{
"description": "Navigate to /ops/agents and verify primary heading renders",
"result": "pass",
"evidence": "h1=\"Agent Fleet\"",
"screenshot": "screenshots/step-1-ops-agents.png"
},
{
"description": "Verify authenticated shell chrome is active on route",
"result": "pass",
"evidence": "sidebarCount=1; chipsCount=1"
},
{
"description": "Verify route-level interactive affordances remain mounted",
"result": "pass",
"evidence": "globalSearchInputs=2; tableRows=0; url=https://127.0.0.1:4400/ops/agents"
}
],
"verdict": "pass",
"checkedAtUtc": "2026-02-10T22:35:36Z"
}