feat(core): compile-time flows feature gate (#4797) (#4912)

Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
Co-authored-by: M3gA-Mind <elvin@tinyhumans.ai>
This commit is contained in:
oxoxDev
2026-07-16 17:29:13 +05:30
committed by GitHub
co-authored by Steven Enamakel M3gA-Mind
parent d09e8c1e5f
commit b625d735d0
17 changed files with 274 additions and 11 deletions
+1 -1
View File
@@ -401,7 +401,7 @@ jobs:
cache-on-failure: true
shared-key: pr-rust-feature-gate-smoke
- name: Check core builds with the voice + media gates disabled
- name: Check core builds with the default domain gates disabled
run: bash scripts/ci-cancel-aware.sh cargo check --manifest-path Cargo.toml --no-default-features --features tokenjuice-treesitter
rust-core-coverage: