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

View File

@@ -0,0 +1,26 @@
{
"feature": "audit-bundle-create-modal",
"filesChecked": [
"src/Web/StellaOps.Web/src/app/features/triage/triage-audit-bundle-new.component.ts",
"src/Web/StellaOps.Web/src/app/features/triage/triage-audit-bundle-new.component.html",
"src/Web/StellaOps.Web/src/app/features/triage/triage-audit-bundle-new.component.scss",
"src/Web/StellaOps.Web/src/app/features/evidence/modals/audit-bundle-create-modal.component.ts",
"src/Web/StellaOps.Web/src/app/core/api/audit-bundles.client.ts",
"src/Web/StellaOps.Web/src/app/core/api/audit-bundles.models.ts",
"src/Web/StellaOps.Web/src/tests/audit_bundle/triage-audit-bundle-new.component.spec.ts"
],
"found": [
"src/Web/StellaOps.Web/src/app/features/triage/triage-audit-bundle-new.component.ts",
"src/Web/StellaOps.Web/src/app/features/triage/triage-audit-bundle-new.component.html",
"src/Web/StellaOps.Web/src/app/features/triage/triage-audit-bundle-new.component.scss",
"src/Web/StellaOps.Web/src/app/features/evidence/modals/audit-bundle-create-modal.component.ts",
"src/Web/StellaOps.Web/src/app/core/api/audit-bundles.client.ts",
"src/Web/StellaOps.Web/src/app/core/api/audit-bundles.models.ts",
"src/Web/StellaOps.Web/src/tests/audit_bundle/triage-audit-bundle-new.component.spec.ts"
],
"missing": [
],
"verdict": "pass",
"checkedAtUtc": "2026-02-10T22:19: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 src/tests/audit_bundle/triage-audit-bundle-new.component.spec.ts"
],
"testResult": "pass",
"testsPassed": "3/3",
"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": [
"TriageAuditBundleNewComponent implements deterministic wizard state transitions for subject, contents, review, and progress phases.",
"Create flow builds a typed AuditBundleCreateRequest payload, triggers bundle creation, and polls job completion before download.",
"Artifact-id query prefill and form-state signals are covered by focused QA tests for navigation and submission behavior."
],
"checkedAtUtc": "2026-02-10T22:19:36Z"
}

View File

@@ -0,0 +1,13 @@
{
"type": "integration",
"harness": "Angular component behavior tests",
"steps": [
{
"evidence": "src/tests/audit_bundle/triage-audit-bundle-new.component.spec.ts",
"description": "Verify audit-bundle create wizard prefill, step progression, and create-to-progress transition behavior.",
"result": "pass"
}
],
"verdict": "pass",
"checkedAtUtc": "2026-02-10T22:19:36Z"
}