Files
gbrain/test
Garry Tanandjohnybradshaw 6f983664d9 fix(sync): accept .tf / .tfvars / .hcl in CODE_EXTENSIONS
Terraform repos were invisible to `gbrain sync --strategy code` because
the three HCL-family extensions never reached the file walker. Silent
data loss — the user thinks the sync covered the repo but the IaC layer
was dropped on the floor.

detectCodeLanguage() returns null for these extensions, so the chunker
falls back to recursive (no tree-sitter grammar for HCL) — the same
path toml/yaml take.

Closes #878.

Co-Authored-By: johnybradshaw <johnybradshaw@users.noreply.github.com>
2026-05-18 12:57:27 -07:00
..