Files
ss-tools/backend/tests/fixtures/clean_release/fixtures_clean_release.json
busya bb921ce5dd [
{
        "file": "frontend/src/components/__tests__/task_log_viewer.test.js",
        "verdict": "APPROVED",
        "rejection_reason": "NONE",
        "audit_details": {
            "target_invoked": true,
            "pre_conditions_tested": true,
            "post_conditions_tested": true,
            "test_fixture_used": true,
            "edges_covered": true,
            "invariants_verified": true,
            "ux_states_tested": true,
            "semantic_anchors_present": true
        },
        "coverage_summary": {
            "total_edges": 2,
            "edges_tested": 2,
            "total_invariants": 1,
            "invariants_tested": 1,
            "total_ux_states": 3,
            "ux_states_tested": 3
        },
        "tier_compliance": {
            "source_tier": "CRITICAL",
            "meets_tier_requirements": true
        },
        "feedback": "Remediation successful: test tier matches CRITICAL, missing missing @TEST_EDGE no_task_id coverage added, test for @UX_FEEDBACK (autoScroll) added properly, missing inline=false (show=true) tested properly. Semantic RELATION tag fixed to VERIFIES."
    },
    {
        "file": "frontend/src/lib/components/reports/__tests__/report_card.ux.test.js",
        "verdict": "APPROVED",
        "rejection_reason": "NONE",
        "audit_details": {
            "target_invoked": true,
            "pre_conditions_tested": true,
            "post_conditions_tested": true,
            "test_fixture_used": true,
            "edges_covered": true,
            "invariants_verified": true,
            "ux_states_tested": true,
            "semantic_anchors_present": true
        },
        "coverage_summary": {
            "total_edges": 2,
            "edges_tested": 2,
            "total_invariants": 1,
            "invariants_tested": 1,
            "total_ux_states": 2,
            "ux_states_tested": 2
        },
        "tier_compliance": {
            "source_tier": "CRITICAL",
            "meets_tier_requirements": true
        },
        "feedback": "Remediation successful: @TEST_EDGE random_status and @TEST_EDGE empty_report_object tests explicitly assert on outcomes, @TEST_FIXTURE tested completely, Test tier switched to CRITICAL."
    },
    {
        "file": "backend/tests/test_logger.py",
        "verdict": "APPROVED",
        "rejection_reason": "NONE",
        "audit_details": {
            "target_invoked": true,
            "pre_conditions_tested": true,
            "post_conditions_tested": true,
            "test_fixture_used": true,
            "edges_covered": true,
            "invariants_verified": true,
            "ux_states_tested": false,
            "semantic_anchors_present": true
        },
        "coverage_summary": {
            "total_edges": 0,
            "edges_tested": 0,
            "total_invariants": 0,
            "invariants_tested": 0,
            "total_ux_states": 0,
            "ux_states_tested": 0
        },
        "tier_compliance": {
            "source_tier": "STANDARD",
            "meets_tier_requirements": true
        },
        "feedback": "Remediation successful: Test module semantic anchors added [DEF] and [/DEF] explicitly. Added missing @TIER tag and @RELATION: VERIFIES -> src/core/logger.py at the top of the file."
    }
]
2026-03-03 21:05:29 +03:00

34 lines
1.2 KiB
JSON

{
"policy_enterprise_clean": {
"policy_id": "policy-enterprise-clean-v1",
"policy_version": "1.0.0",
"active": true,
"prohibited_artifact_categories": ["test-data", "demo-data", "load-test", "sample-repository"],
"required_system_categories": ["system-init", "security-bootstrap", "schema-migrations"],
"external_source_forbidden": true,
"internal_source_registry_ref": "registry-internal-v1",
"effective_from": "2026-03-03T00:00:00Z",
"effective_to": null,
"profile": "enterprise-clean"
},
"candidate_clean_ready": {
"candidate_id": "2026.03.03-rc1",
"version": "2026.03.03",
"profile": "enterprise-clean",
"created_at": "2026-03-03T09:00:00Z",
"created_by": "release-manager",
"source_snapshot_ref": "git:abc123",
"status": "prepared"
},
"compliance_report_blocked_example": {
"report_id": "CCR-2026-03-03-001",
"check_run_id": "check-run-001",
"candidate_id": "2026.03.03-rc1",
"generated_at": "2026-03-03T09:15:00Z",
"final_status": "blocked",
"operator_summary": "Blocked due to external-source violation",
"structured_payload_ref": "file:///tmp/ccr-2026-03-03-001.json",
"violations_count": 2,
"blocking_violations_count": 2
}
}