feat: refactor sgclaw around zeroclaw compat runtime

This commit is contained in:
zyl
2026-03-26 16:23:31 +08:00
parent bca5b75801
commit ff0771a83f
1059 changed files with 409460 additions and 23 deletions

13
third_party/zeroclaw/clippy.toml vendored Normal file
View File

@@ -0,0 +1,13 @@
# Clippy configuration for ZeroClaw.
# Thresholds tuned to match codebase patterns and reduce noise from
# existing allow-attributes while still catching genuinely complex code.
cognitive-complexity-threshold = 30
too-many-arguments-threshold = 10
too-many-lines-threshold = 200
# Some generated/test-only paths legitimately allocate larger local buffers.
# Keep linting enabled while reducing false positives from those cases.
array-size-threshold = 65536