CLI entry point: check analysis language for a given directory.
Usage: npx tsx scripts/check-analysis-language.ts [analysis-dir] npm run check:analysis-language -- [analysis-dir]
When analysis-dir is omitted the script defaults to scanning the entire analysis/daily/ tree so callers (e.g. npm run check:analysis-language) can run a repo-wide audit without remembering CLI arguments. The analysis gate (05-analysis-gate.md) always passes the per-run $ANALYSIS_DIR.
CLI entry point: check analysis language for a given directory.
Usage: npx tsx scripts/check-analysis-language.ts [analysis-dir] npm run check:analysis-language -- [analysis-dir]
When
analysis-diris omitted the script defaults to scanning the entireanalysis/daily/tree so callers (e.g.npm run check:analysis-language) can run a repo-wide audit without remembering CLI arguments. The analysis gate (05-analysis-gate.md) always passes the per-run$ANALYSIS_DIR.