98 lines
1.9 KiB
JSON
98 lines
1.9 KiB
JSON
{
|
|
"version": "1.0.0",
|
|
"lastScanned": 1781079530489,
|
|
"projectRoot": "/home/vincent/src/misc/logimage-generator",
|
|
"techStack": {
|
|
"languages": [
|
|
{
|
|
"name": "Python",
|
|
"version": null,
|
|
"confidence": "high",
|
|
"markers": [
|
|
"pyproject.toml"
|
|
]
|
|
}
|
|
],
|
|
"frameworks": [
|
|
{
|
|
"name": "pytest",
|
|
"version": null,
|
|
"category": "testing"
|
|
}
|
|
],
|
|
"packageManager": null,
|
|
"runtime": null
|
|
},
|
|
"build": {
|
|
"buildCommand": null,
|
|
"testCommand": "pytest",
|
|
"lintCommand": "ruff check",
|
|
"devCommand": null,
|
|
"scripts": {}
|
|
},
|
|
"conventions": {
|
|
"namingStyle": null,
|
|
"importStyle": null,
|
|
"testPattern": null,
|
|
"fileOrganization": null
|
|
},
|
|
"structure": {
|
|
"isMonorepo": false,
|
|
"workspaces": [],
|
|
"mainDirectories": [
|
|
"docs",
|
|
"src",
|
|
"tests"
|
|
],
|
|
"gitBranches": null
|
|
},
|
|
"customNotes": [],
|
|
"directoryMap": {
|
|
"docs": {
|
|
"path": "docs",
|
|
"purpose": "Documentation",
|
|
"fileCount": 0,
|
|
"lastAccessed": 1781079530486,
|
|
"keyFiles": []
|
|
},
|
|
"src": {
|
|
"path": "src",
|
|
"purpose": "Source code",
|
|
"fileCount": 0,
|
|
"lastAccessed": 1781079530486,
|
|
"keyFiles": []
|
|
},
|
|
"tests": {
|
|
"path": "tests",
|
|
"purpose": "Test files",
|
|
"fileCount": 3,
|
|
"lastAccessed": 1781079530487,
|
|
"keyFiles": [
|
|
"__init__.py",
|
|
"conftest.py",
|
|
"helpers.py"
|
|
]
|
|
}
|
|
},
|
|
"hotPaths": [
|
|
{
|
|
"path": "README.md",
|
|
"accessCount": 3,
|
|
"lastAccessed": 1781079628616,
|
|
"type": "file"
|
|
},
|
|
{
|
|
"path": "src/logimage/cli/main.py",
|
|
"accessCount": 1,
|
|
"lastAccessed": 1781079608525,
|
|
"type": "file"
|
|
},
|
|
{
|
|
"path": ".env.example",
|
|
"accessCount": 1,
|
|
"lastAccessed": 1781079619607,
|
|
"type": "file"
|
|
}
|
|
],
|
|
"userDirectives": []
|
|
} |