feat: initial Claude chat (sechenov)

This commit is contained in:
aedes
2026-04-20 11:06:24 +03:00
commit b1e081b64f
9 changed files with 490 additions and 0 deletions

20
CLAUDE.md Normal file
View File

@@ -0,0 +1,20 @@
# sechenov -
## Stack
- TODO
## Structure
sechenov/
- TODO
## Local (machine B)
- Path: C:\Users\aedes\REUNION\sync\scriptsAedes\sechenov
## Remote (Debian V)
- Path: /opt/stack/sechenov/
- URL: https://cc-sechenov
- Port: -
- Deploy: git push -> ssh aedes@192.168.1.20 "cd /opt/stack/sechenov && git pull && docker compose restart sechenov"
## Update this file
After any changes to structure, stack or configs - update this CLAUDE.md.