2 Commits

Author SHA1 Message Date
edc1be4cc3 Fix idf_tools_check parser for ESP-IDF v5.x multi-line output
The v5.x check command uses multi-line blocks per tool instead of
single-line "tool version: found" format. Parser now tracks
"Checking tool <name>" headings and "version installed in tools
directory:" lines. Old single-line format still supported.
2026-03-01 23:30:09 -07:00
877fb273d0 Harden IDF integration against review findings
Restrict _build_idf_env to safe env var allowlist (_SAFE_ENV_KEYS)
instead of inheriting full os.environ. Add _resolve_project_path
to confine Tier 2 tool paths within configured project_roots.
Add 76 tests covering parsers, validators, subprocess runners,
tools.json caching, and tool/resource/prompt registration.
2026-03-01 23:26:10 -07:00