# Rust-side structural constants that MUST be referenced (not duplicated
# as literals) per feedback_use_consts_not_literals_for_structural_dims.
#
# Format: `SYMBOL=VALUE`
# The audit greps `crates/*/src/` and `crates/*/examples/` for the VALUE
# used in array-sizing or range contexts, and flags occurrences in files
# that do NOT also reference SYMBOL by name (suggesting literal drift).
#
# Append here whenever a kernel-side `#define` is mirrored by a Rust
# `pub const` — the audit then catches all future drift.
N_ACTIONS=11
Q_N_ATOMS=21
HIDDEN_DIM=128
MAX_UNITS=4
BOOK_LEVELS=10
