zeph 0.21.1

Lightweight AI agent with hybrid inference, skills-first architecture, and multi-channel I/O
1
2
3
4
5
6
7
8
name: CodeQL config

# Exclude rust/unused-variable: rustc and clippy (-D warnings) already enforce
# this more accurately. CodeQL's Rust extractor produces false positives for
# variables used inside macro arguments (tracing!, assert_eq!, etc.).
query-filters:
  - exclude:
      id: rust/unused-variable