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

65
.omc/project-memory.json Normal file
View File

@@ -0,0 +1,65 @@
{
"version": "1.0.0",
"lastScanned": 1776671657588,
"projectRoot": "C:\\Users\\aedes\\REUNION\\sync\\scriptsAedes\\sechenov",
"techStack": {
"languages": [],
"frameworks": [],
"packageManager": null,
"runtime": null
},
"build": {
"buildCommand": null,
"testCommand": null,
"lintCommand": null,
"devCommand": null,
"scripts": {}
},
"conventions": {
"namingStyle": null,
"importStyle": null,
"testPattern": null,
"fileOrganization": null
},
"structure": {
"isMonorepo": false,
"workspaces": [],
"mainDirectories": [],
"gitBranches": null
},
"customNotes": [],
"directoryMap": {},
"hotPaths": [
{
"path": "server.js",
"accessCount": 3,
"lastAccessed": 1776672164219,
"type": "file"
},
{
"path": "package.json",
"accessCount": 2,
"lastAccessed": 1776672170754,
"type": "file"
},
{
"path": "CLAUDE.md",
"accessCount": 1,
"lastAccessed": 1776671784032,
"type": "file"
},
{
"path": ".env.example",
"accessCount": 1,
"lastAccessed": 1776671815334,
"type": "file"
},
{
"path": "public\\index.html",
"accessCount": 1,
"lastAccessed": 1776672194456,
"type": "file"
}
],
"userDirectives": []
}