Skip to content

feat(adapter): default the claude file answer-channel ON (zero-config)

6325dc0
Select commit
Loading
Failed to load commit list.
Merged

Feat/claude answer channel oneshot #183

feat(adapter): default the claude file answer-channel ON (zero-config)
6325dc0
Select commit
Loading
Failed to load commit list.
KERN guard / kern-guard completed Jun 9, 2026 in 3m 23s

kern-guard: 1 new issue (+1 advisory)

kern-guard kern-guard · PR review

ℹ️ Inline review comments — no changes.

Mode: ephemeral
Sources: ast
Changed files: 2
All findings: 2
New to this PR: 2
Shown: 1
Hidden: 1 (advisory or muted rules)
Excluded: 3 findings on paths matched by 18 install patterns
Fix suggestions: 1 shown finding
Confidence: 70% on shown findings
Breakdown: ast=1

Annotations

Check warning on line 7 in packages/adapter-cli/src/kern/adapter-helpers.kern

See this annotation in the file changed.

@kern-guard kern-guard / kern-guard

file-too-monolithic

.kern file has 23 top-level concern declarations outside any `module` block (23 fns); limit is 10. Threshold tightened to 10 because 4 handlers in this file exceed the 30-line handler-size limit. Group related declarations under `module Name` blocks or split into separate files to keep the structural layer scannable.
Raw output
Confidence: 70%

Suggestion:
Wrap related declarations in `module Name` blocks — declarations inside modules don't count toward this limit. Example: `module name=domain` followed by indented `fn`/`route`/`handler` children.