refactor(query): add semantic kernel - #2909
Merged
Ahoo-Wang merged 1 commit intoAug 9, 2026
Merged
Conversation
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 82 |
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## agent/query-service-architecture-upgrade #2909 +/- ##
==============================================================================
- Coverage 92.38% 92.21% -0.18%
- Complexity 6826 6843 +17
==============================================================================
Files 984 990 +6
Lines 26089 26327 +238
Branches 2684 2713 +29
==============================================================================
+ Hits 24103 24277 +174
- Misses 1088 1138 +50
- Partials 898 912 +14
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Ahoo-Wang
merged commit Aug 9, 2026
3cbb469
into
agent/query-service-architecture-upgrade
11 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
QueryTarget, per-subscriptionQueryInvocation, operation/result shapes, execution/validation modesNormalizedValueandNormalizedConditionmodelsGlobal | By(NonEmptyList<Dimension>)groupingQueryServiceandQueryTypeWhy
This is the first additive slice of the query-service architecture upgrade. It establishes a deterministic semantic boundary before admission, normalization, planning, policy, or backend compilers are wired into production traffic.
The branch is stacked on #2908. Review this PR against
agent/query-service-architecture-upgrade; it does not include or replace the Phase 0 changes.Boundary decisions
QueryInvocationare explicitly ephemeral raw references, not value objects or cache keysinternaltypes still compile to JVM-visible classes, so they are treated as unsupported implementation details rather than described as a strict zero-ABI JAR diffValidation
./gradlew :wow-query:test --tests 'me.ahoo.wow.query.internal.*' --tests 'me.ahoo.wow.query.PublicQueryContractCompatibilityTest'./gradlew :wow-query:test --tests 'me.ahoo.wow.query.JavaQueryServiceCompatibilityTest' --tests 'me.ahoo.wow.query.PublicQueryContractCompatibilityTest'./gradlew :wow-query:check./gradlew :wow-openapi:test --tests 'me.ahoo.wow.openapi.snapshot.OpenApiCompatibilitySnapshotTest'git diff --cached --check