import initial
This commit is contained in:
@@ -0,0 +1,98 @@
|
||||
{
|
||||
"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": []
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"session_id": "3568b4ad-a08c-4579-83f4-046cccd72c52",
|
||||
"ended_at": "2026-06-10T08:21:06.743Z",
|
||||
"reason": "prompt_input_exit",
|
||||
"agents_spawned": 0,
|
||||
"agents_completed": 0,
|
||||
"modes_used": []
|
||||
}
|
||||
Reference in New Issue
Block a user