Skip to content

feat(python): JS value→string coercion parity on native KERN bodies

a569d11
Select commit
Loading
Failed to load commit list.
Merged

Feat/kern core runtime #397

feat(python): JS value→string coercion parity on native KERN bodies
a569d11
Select commit
Loading
Failed to load commit list.
KERN guard / kern-guard succeeded Jun 9, 2026 in 8m 37s

kern-guard: 7 issues on existing code (+1211 advisory)

kern-guard kern-guard · PR review

ℹ️ Inline review comments — no changes.

Mode: ephemeral
Sources: ast
Changed files: 26
All findings: 1264
New to this PR: 1218
Shown: 7 (0 on changed code, 7 advisory)
Hidden: 1211 (advisory or muted rules)
Excluded: 1401 findings on paths matched by 18 install patterns
Confidence: 75%-85% on shown findings
Breakdown: ast=7

Advisory findings outside changed code (7)

7 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 · 7 findings

Warning

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

Warning

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

Warning

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

Warning

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

Warning

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

Warning

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

Warning

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