squad nap --deep + reskill: merge inbox, trim charters (#547)
* Remove committed node_modules and harden .gitignore Removes 171 vendored node_modules files from git tracking (kept on disk) and adds node_modules/ to .gitignore. Also adds common leak guards: .env/.env.*, __pycache__/, venv/, dist/, build/, .DS_Store, and IDE folders (.idea/, user-specific .vscode/ while preserving shared settings.json/extensions.json). Verified: full pytest suite (1209 passed) runs clean after removal; the repo has no root package.json, so nothing in the build/test pipeline depended on the committed node_modules. Closes #538 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * squad nap --deep + reskill: merge inbox, trim charters - Inbox empty: no decisions entries to merge - Trim charters (calculon, farnsworth, nibbler): drop collaboration handoff, model rationale boilerplate, reviewer-rejection reminder, skill-promotion lines - No history.md exceeded 12KB (max fry 11.3KB) - Refresh identity/now.md to current DevSecOps guardrails focus (#540-#546) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>