mirror of
https://github.com/DeusData/codebase-memory-mcp.git
synced 2026-04-12 03:01:48 +00:00
Nested .gitignore support (fixes #178): - Load per-subdirectory .gitignore during walk, match paths relative to the gitignore's directory via local_rel_path() - Root and nested gitignores stack independently - Owned gitignores collected and freed at walk end (avoids use-after-free from borrowed pointers on the iterative stack) Security: - Run security-strings/install/network + ClamAV + Windows Defender on ALL binary variants (standard + UI), not just standard - Whitelist UI bundle URLs (React, Three.js, Google Fonts, Tailwind, W3C) Co-Authored-By: dLo999 <dLo999@users.noreply.github.com>