Skip to content

fix(render): size CodeBlockView against the parent's available width

53dfce9
Select commit
Loading
Failed to load commit list.
Merged

Fix/agy cesar tooling and codeblock render #177

fix(render): size CodeBlockView against the parent's available width
53dfce9
Select commit
Loading
Failed to load commit list.
KERN guard / kern-guard completed Jun 8, 2026 in 4m 36s

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

kern-guard kern-guard · PR review

ℹ️ Inline review comments — no changes.

Mode: ephemeral
Sources: ast
Changed files: 7
All findings: 52
New to this PR: 31
Shown: 2 (1 on changed code, 1 advisory)
Hidden: 29 (advisory or muted rules)
Fix suggestions: 2 shown findings
Confidence: 70%-82% on shown findings
Breakdown: ast=2

Advisory findings outside changed code (1)

1 finding 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/cli/src/kern/handlers/review.kern · 1 finding

Warning

L17 · file-too-monolithic (outside diff)
.kern file has 15 top-level concern declarations outside any module block (15 fns); limit is 10. Threshold tightened to 10 because 6 handlers in this file exceed the 30-line handler-size limit. G...

Annotations

Check warning on line 190 in packages/cli/src/commands/review.ts

See this annotation in the file changed.

@kern-guard kern-guard / kern-guard

sensitive-console-log

Runtime console log includes request/auth/body/PII-looking data — logs can leak credentials or personal data
Raw output
Confidence: 82%

Suggestion:
Log only non-sensitive metadata, or pass values through a redaction helper before logging.