stabilize tests

This commit is contained in:
master
2026-02-01 21:37:40 +02:00
parent 55744f6a39
commit 5d5e80b2e4
6435 changed files with 33984 additions and 13802 deletions

View File

@@ -5,12 +5,13 @@
// Description: CLI plugin module for AOC (Append-Only Contract) verification.
// -----------------------------------------------------------------------------
using System.CommandLine;
using System.Text;
using System.Text.Json;
using Microsoft.Extensions.DependencyInjection;
using StellaOps.Cli.Configuration;
using StellaOps.Cli.Plugins;
using System.CommandLine;
using System.Text;
using System.Text.Json;
namespace StellaOps.Cli.Plugins.Aoc;

View File

@@ -1,6 +1,7 @@
using Npgsql;
using System.Diagnostics;
using System.Text;
using Npgsql;
namespace StellaOps.Cli.Plugins.Aoc;

View File

@@ -8,3 +8,4 @@ Source of truth: `docs-archived/implplan/2025-12-29-csproj-audit/SPRINT_20251229
| AUDIT-0138-M | DONE | Revalidated 2026-01-06. |
| AUDIT-0138-T | DONE | Revalidated 2026-01-06. |
| AUDIT-0138-A | TODO | Revalidated 2026-01-06 (open findings: verification stub, missing tests). |
| REMED-06 | DONE | SOLID review notes captured for SPRINT_20260130_002. |

View File

@@ -6,10 +6,11 @@
// Uses System.CommandLine 2.0.1 API with SetAction pattern.
// -----------------------------------------------------------------------------
using StellaOps.BinaryIndex.DeltaSig.Attestation;
using System.CommandLine;
using System.Text.Json;
using System.Text.Json.Serialization;
using StellaOps.BinaryIndex.DeltaSig.Attestation;
namespace StellaOps.Cli.Plugins.DeltaSig;

View File

@@ -0,0 +1,8 @@
# StellaOps.Cli.Plugins.DeltaSig Task Board
This board mirrors active sprint tasks for this module.
Source of truth: `docs/implplan/SPRINT_20260130_002_Tools_csproj_remediation_solid_review.md`.
| Task ID | Status | Notes |
| --- | --- | --- |
| REMED-05 | TODO | Remediation checklist: docs/implplan/audits/csproj-standards/remediation/checklists/src/Cli/__Libraries/StellaOps.Cli.Plugins.DeltaSig/StellaOps.Cli.Plugins.DeltaSig.md. |
| REMED-06 | DONE | SOLID review notes captured for SPRINT_20260130_002. |

View File

@@ -5,11 +5,12 @@
// Description: CLI plugin module for Ground-Truth Corpus management commands.
// -----------------------------------------------------------------------------
using System.CommandLine;
using System.Text.Json;
using Microsoft.Extensions.DependencyInjection;
using StellaOps.Cli.Configuration;
using StellaOps.Cli.Plugins;
using System.CommandLine;
using System.Text.Json;
namespace StellaOps.Cli.Plugins.GroundTruth;

View File

@@ -0,0 +1,8 @@
# StellaOps.Cli.Plugins.GroundTruth Task Board
This board mirrors active sprint tasks for this module.
Source of truth: `docs/implplan/SPRINT_20260130_002_Tools_csproj_remediation_solid_review.md`.
| Task ID | Status | Notes |
| --- | --- | --- |
| REMED-05 | TODO | Remediation checklist: docs/implplan/audits/csproj-standards/remediation/checklists/src/Cli/__Libraries/StellaOps.Cli.Plugins.GroundTruth/StellaOps.Cli.Plugins.GroundTruth.md. |
| REMED-06 | DONE | SOLID review notes captured for SPRINT_20260130_002. |

View File

@@ -1,9 +1,10 @@
using System;
using System.CommandLine;
using System.Threading;
using StellaOps.Cli.Commands;
using StellaOps.Cli.Configuration;
using StellaOps.Cli.Plugins;
using System;
using System.CommandLine;
using System.Threading;
namespace StellaOps.Cli.Plugins.NonCore;

View File

@@ -1,5 +1,6 @@
using System.Runtime.CompilerServices;
using StellaOps.Plugin.Versioning;
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("StellaOps.Cli.Plugins.NonCore.Tests")]
[assembly: StellaPluginVersion("1.0.0", MinimumHostVersion = "1.0.0", MaximumHostVersion = "1.99.99")]

View File

@@ -8,3 +8,4 @@ Source of truth: `docs-archived/implplan/2025-12-29-csproj-audit/SPRINT_20251229
| AUDIT-0139-M | DONE | Revalidated 2026-01-06. |
| AUDIT-0139-T | DONE | Revalidated 2026-01-06. |
| AUDIT-0139-A | TODO | Revalidated 2026-01-06 (open findings: missing command parsing tests). |
| REMED-06 | DONE | SOLID review notes captured for SPRINT_20260130_002. |

View File

@@ -5,14 +5,15 @@
// Description: CLI plugin module for symbol ingestion and management commands.
// -----------------------------------------------------------------------------
using System.CommandLine;
using System.Text.Json;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using StellaOps.Cli.Configuration;
using StellaOps.Cli.Plugins;
using StellaOps.Symbols.Client;
using StellaOps.Symbols.Core.Models;
using System.CommandLine;
using System.Text.Json;
namespace StellaOps.Cli.Plugins.Symbols;

View File

@@ -8,3 +8,4 @@ Source of truth: `docs-archived/implplan/2025-12-29-csproj-audit/SPRINT_20251229
| AUDIT-0140-M | DONE | Revalidated 2026-01-06. |
| AUDIT-0140-T | DONE | Revalidated 2026-01-06. |
| AUDIT-0140-A | TODO | Revalidated 2026-01-06 (open findings: ingest/DSSE not implemented, missing tests). |
| REMED-06 | DONE | SOLID review notes captured for SPRINT_20260130_002. |

View File

@@ -5,11 +5,12 @@
// Description: CLI commands for evidence storage operations.
// -----------------------------------------------------------------------------
using System.CommandLine;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using StellaOps.Cli.Configuration;
using StellaOps.Cli.Extensions;
using System.CommandLine;
namespace StellaOps.Cli.Plugins.Timestamp;

View File

@@ -0,0 +1,8 @@
# StellaOps.Cli.Plugins.Timestamp Task Board
This board mirrors active sprint tasks for this module.
Source of truth: `docs/implplan/SPRINT_20260130_002_Tools_csproj_remediation_solid_review.md`.
| Task ID | Status | Notes |
| --- | --- | --- |
| REMED-05 | TODO | Remediation checklist: docs/implplan/audits/csproj-standards/remediation/checklists/src/Cli/__Libraries/StellaOps.Cli.Plugins.Timestamp/StellaOps.Cli.Plugins.Timestamp.md. |
| REMED-06 | DONE | SOLID review notes captured for SPRINT_20260130_002. |

View File

@@ -5,14 +5,15 @@
// Description: CLI plugin module for RFC-3161 timestamp operations.
// -----------------------------------------------------------------------------
using System.CommandLine;
using System.Security.Cryptography;
using System.Text;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using StellaOps.Cli.Configuration;
using StellaOps.Cli.Extensions;
using StellaOps.Cli.Plugins;
using System.CommandLine;
using System.Security.Cryptography;
using System.Text;
namespace StellaOps.Cli.Plugins.Timestamp;

View File

@@ -8,3 +8,4 @@ Source of truth: `docs-archived/implplan/2025-12-29-csproj-audit/SPRINT_20251229
| AUDIT-0141-M | DONE | Revalidated 2026-01-06. |
| AUDIT-0141-T | DONE | Revalidated 2026-01-06. |
| AUDIT-0141-A | TODO | Revalidated 2026-01-06 (open findings: signature verification, HttpClient fallback, missing tests). |
| REMED-06 | DONE | SOLID review notes captured for SPRINT_20260130_002. |

View File

@@ -5,15 +5,16 @@
// Description: CLI plugin module for offline verdict verification.
// -----------------------------------------------------------------------------
using System.CommandLine;
using System.Globalization;
using System.Text.Json;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using StellaOps.Canonical.Json;
using StellaOps.Cli.Configuration;
using StellaOps.Cli.Plugins;
using StellaOps.Verdict.Schema;
using System.CommandLine;
using System.Globalization;
using System.Text.Json;
namespace StellaOps.Cli.Plugins.Verdict;

View File

@@ -1,5 +1,6 @@
using System.Globalization;
using StellaOps.Canonical.Json;
using System.Globalization;
namespace StellaOps.Cli.Plugins.Verdict;

View File

@@ -1,3 +1,4 @@
using System.Globalization;
using System.Text.Json;

View File

@@ -11,3 +11,4 @@ Source of truth: `docs-archived/implplan/2025-12-29-csproj-audit/SPRINT_20251229
| CLI-VEX-VERIFY-0001 | DONE | SPRINT_20260117_009 - VEX verify command added. |
| CLI-VEX-EVIDENCE-0001 | DONE | SPRINT_20260117_009 - VEX evidence export command added. |
| CLI-VEX-WEBHOOKS-0001 | DONE | SPRINT_20260117_009 - VEX webhooks commands added. |
| REMED-06 | DONE | SOLID review notes captured for SPRINT_20260130_002. |

View File

@@ -7,13 +7,14 @@
// Description: CLI plugin module for VEX management commands including auto-downgrade and verification.
// -----------------------------------------------------------------------------
using System.CommandLine;
using System.Globalization;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using StellaOps.Cli.Configuration;
using StellaOps.Cli.Extensions;
using StellaOps.Cli.Plugins;
using System.CommandLine;
using System.Globalization;
namespace StellaOps.Cli.Plugins.Vex;

View File

@@ -5,12 +5,13 @@
// Description: CLI commands for VEX observation attestation and Rekor verification
// -----------------------------------------------------------------------------
using System.CommandLine;
using System.Globalization;
using System.Text.Json;
using Microsoft.Extensions.DependencyInjection;
using StellaOps.Cli.Configuration;
using StellaOps.Cli.Extensions;
using System.CommandLine;
using System.Globalization;
using System.Text.Json;
namespace StellaOps.Cli.Plugins.Vex;