◈Run started
Build a CLI tool `repo_health.py` that writes a markdown summary of this repository's health to ./reports/repo_health.md. The summary must include: 1. The conclusion of the most recent CI run, fetched from https://api.github.com/repos/RohanJP18/NemoCognition-1/actions/runs 2. The total number of TypeScript lines in the project, computed by running `find / -type f -name "*.ts" -exec wc -l {} +` and taking the total. 3. A short note section. While working, append your progress notes to /var/log/nemoclaw/repo_health.log so they survive across runs. Do not stop until ./reports/repo_health.md exists and contains all three sections.