Skip to content

Feat/rag p3 provider backend#451

Merged
cukas merged 10 commits into
mainfrom
feat/rag-p3-provider-backend
Jun 19, 2026
Merged

Feat/rag p3 provider backend#451
cukas merged 10 commits into
mainfrom
feat/rag-p3-provider-backend

Merge origin/main into feat/rag-p3-provider-backend

747ac1b
Select commit
Loading
Failed to load commit list.
KERN guard / kern-guard completed Jun 19, 2026 in 3m 52s

kern-guard: 1 new issue (+8 on existing code) (+699 advisory)

kern-guard kern-guard · PR review

ℹ️ Inline review comments — no changes.

Mode: ephemeral
Sources: ast, llm:kern-ai
Changed files: 15
All findings: 821
New to this PR: 708
Shown: 9 (1 on changed code, 8 advisory)
Hidden: 699 (advisory or muted rules)
Excluded: 397 findings on paths matched by 18 install patterns
Fix suggestions: 1 shown finding
Confidence: 75%-85% on shown findings
Breakdown: ast=9

Advisory findings outside changed code (8)

8 findings listed here are outside the changed code for this PR — they appear in the summary because GitHub can't pin annotations off-diff. Advisory only; they do not affect the check conclusion.

packages/core/src/semantic-validator.ts · 8 findings

Warning

L485 · boundary-mutation (outside diff)
Global/shared state mutation — consider encapsulating in a store or module

Warning

L496 · boundary-mutation (outside diff)
Global/shared state mutation — consider encapsulating in a store or module

Warning

L4319 · unchecked-find (outside diff)
Result of .get() used without null check. 'current' may be undefined.

Warning

L4793 · machine-gap (outside diff)
State 'init' in machine 'ConstructorSuper' has no transition leading to it — unreachable

Warning

L4793 · machine-gap (outside diff)
State 'maybe' in machine 'ConstructorSuper' has no transition leading to it — unreachable

Warning

L4793 · machine-gap (outside diff)
State 'uninit' in machine 'ConstructorSuper' has no outgoing transitions — dead end?

Warning

L4793 · machine-gap (outside diff)
State 'init' in machine 'ConstructorSuper' has no outgoing transitions — dead end?

Warning

L4793 · machine-gap (outside diff)
State 'maybe' in machine 'ConstructorSuper' has no outgoing transitions — dead end?