From e48913b3185a44149754b4fb88fbe82c3997366d Mon Sep 17 00:00:00 2001 From: Nicholai Date: Wed, 21 Jan 2026 00:05:45 -0700 Subject: [PATCH] chore: add ssh tui project, ignore GhidraMCP - add nicholai-ssh-tui project reference - add GhidraMCP to gitignore --- .gitignore | 1 + CLAUDE.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 57a8fd0..b598b72 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ history.jsonl security_warnings_state_* .credentials.json stats-cache.json +GhidraMCP/ diff --git a/CLAUDE.md b/CLAUDE.md index 893f61f..4b17f25 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -89,6 +89,7 @@ nicholai specific info - production domain: nicholai.work - hosted on cloudflare pages - deploy to production: `bun deploy` then `wrangler pages deploy --branch=main` +- nicholai's website is also accessible over ssh, (new project) /mnt/work/dev/personal-projects/nicholai-ssh-tui/ - ooIDE project at /mnt/work/dev/ooIDE/ - monorepo: frontend (Next.js 16/React 19) + backend (Express 5/Bun) - uses bun as package manager