File Map
Ver5 ソースコード構成 — TypeScript + 2-process architecture
-
▶ 📁 /home/alma/ai-manager/ Source repository
-
▶ 📁 src/v5/ Ver5 TypeScript source
-
📄 server.ts Fastify REST API + SSE + WebSocket
-
📄 db.ts basecord_v5 DB query layer
-
📄 pty-manager.ts PTY lifecycle management
-
📄 pty-parser.ts Response capture (JSONL watcher + silence detector)
-
📄 types.ts Type definitions
-
-
▶ 📁 scripts/
-
📄 build.mjs esbuild build script
-
-
-
▶ 📁 /opt/ai-manager/bin/ Deploy target
-
⚙ ai-manager-v5 Deployed binary (esbuild bundle)
-
-
▶ 📁 /var/www/.../mente_e030c738070b_basecord/ Web UI (Apache docroot)
-
▶ 📁 Instance1/
-
🌐 index.html Chat UI (Ver4-based)
-
🌐 md-editor.html CLAUDE.md editor
-
▶ 📁 file-map/
-
🌐 index.html This page
-
-
-
▶ 📁 architecture/
-
🌐 index.html Version lineage (Ver1-5)
-
🌐 ver1.html ~ ver5.html Per-version architecture diagrams
-
-
▶ 📁 gallery/
-
🌐 index.html Image gallery (WIP)
-
-
▶ 📁 memory/
-
🌐 index.html Memory status dashboard
-
-
🌐 index.html Portal (top page)
-
🌐 architecture.html Architecture (legacy single-page)
-
-
▶ 📁 /home/alma/cc-instances/v5-basecord-1/ Claude Code instance
-
📝 CLAUDE.md Project instructions file
-
Directory
TypeScript source
Web page (HTML)
Binary / script
Config / doc