AgentContextKit v0.2 local readiness is tracked separately from public release approval.
This page consolidates the local review after these completed work areas:
- Expanded stack detection.
- Risk scanner precision.
- Scanner rule catalog hardening and narrow config allowlists.
- JSON schema version 2 and summary output.
- Expanded generated agent/context docs.
- Safe sample repositories.
- NuGet package metadata hardening.
Run the v0.2 readiness check:
powershell -ExecutionPolicy Bypass -File scripts/check-v020-readiness.ps1Run it as a failing gate for missing v0.2 assets:
powershell -ExecutionPolicy Bypass -File scripts/check-v020-readiness.ps1 -FailOnIssues-FailOnIssues fails only for missing v0.2 readiness assets. It reports public-release blockers separately because those require maintainer-only decisions.
v0.2.0-alpha.2 is published on GitHub and NuGet as a pre-release. The repository now includes a manual exact-commit release workflow for authorized OIDC publication; it has no push or pull-request trigger and does not activate SARIF upload.
0.2.0-alpha.2 published content includes ackit sarif, SARIF 2.1.0 output, scanner rule catalog hardening, configurable allowlists, additive JSON ruleId, expanded scanner patterns, sample gallery and demo scenario docs, Web UI preview docs, and visual asset guidance.
The package scope in docs/V020_ALPHA2_SCOPE.md was published as a compatibility-preserving hardening release. It includes culture-invariant scanner precision, expanded fixture coverage, sanitized human/JSON suppression audit output, baseline-aware CI policy, config diagnostics, and exact-commit OIDC release automation while retaining JSON schema 2, config schema 1, documented exit codes, and SARIF visible-findings-only behavior.
Source/package/CLI metadata, README install commands, source-package smoke, and published-package smoke are synchronized to 0.2.0-alpha.2.
Use these commands before treating v0.2 local readiness as reviewed:
powershell -ExecutionPolicy Bypass -File scripts/check-v020-readiness.ps1 -FailOnIssues
powershell -ExecutionPolicy Bypass -File scripts/check-package-metadata.ps1
dotnet build AgentContextKit.sln -c Release --no-restore
dotnet test AgentContextKit.sln -c Release --no-build
dotnet run --project src/AgentContextKit.Cli/AgentContextKit.Cli.csproj -c Release --no-build -- scan
powershell -ExecutionPolicy Bypass -File scripts/verify-release.ps1Use these before future public release announcements:
powershell -ExecutionPolicy Bypass -File scripts/check-package-metadata.ps1 -FailOnIssues
powershell -ExecutionPolicy Bypass -File scripts/audit-public-release.ps1 -FailOnIssues
powershell -ExecutionPolicy Bypass -File scripts/check-release-blockers.ps1 -FailOnBlockersAfter v0.2 local readiness is consolidated, the next product line is v0.3:
- CI mode.
- Exit code standardization.
- HTML report generation.
- More tests and example workflows.