Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/current-state.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Refresh this section with `./hack/refresh-current-state.sh`.
<!-- BEGIN GENERATED CURRENT STATE FACTS -->
- Refreshed: 2026-05-17 EDT
- Repo version: `0.10.2`
- Latest published GitHub release: `v0.10.1` (2026-05-08T13:26:01Z)
- Release truth: repo version is ahead of the latest published release
- Latest published GitHub release: `v0.10.2` (2026-05-17T19:45:28Z)
- Release truth: repo version matches the latest published release
<!-- END GENERATED CURRENT STATE FACTS -->

## Executive Summary
Expand Down Expand Up @@ -146,10 +146,10 @@ Refresh this section with `./hack/refresh-current-state.sh`.
- `./hack/coverage-check.sh` -> passes
- Coverage gates:
- `coverage gate passed: internal/knowledge 90.9% >= 90.0%`
- `coverage gate passed: internal/api 79.8% >= 50.0%`
- `coverage gate passed: internal/api 79.9% >= 50.0%`
- `coverage gate passed: internal/mcp 43.4% >= 35.0%`
- `coverage gate passed: internal/ui 94.0% >= 80.0%`
- `coverage gate passed: total 70.6% >= 45.0%`
- `coverage gate passed: total 70.4% >= 45.0%`
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The total project coverage has decreased from 70.6% to 70.4%, despite a slight increase in the internal/api package coverage (79.8% to 79.9%). This suggests that other areas of the codebase added in v0.10.2 have lower coverage, pulling down the overall average. While it still passes the 45.0% gate, this regression should be investigated to ensure new features are adequately tested.

<!-- END GENERATED CURRENT STATE VERIFICATION -->

## Degraded-State Matrix
Expand Down