chore(omc): seed build commands + hotpaths from P1 scaffolding
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -13,10 +13,10 @@
|
|||||||
"runtime": "Python 3.11+"
|
"runtime": "Python 3.11+"
|
||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
"buildCommand": null,
|
"buildCommand": "uv sync",
|
||||||
"testCommand": null,
|
"testCommand": "uv run pytest -q",
|
||||||
"lintCommand": null,
|
"lintCommand": "uv run ruff check src/ tests/",
|
||||||
"devCommand": null,
|
"devCommand": "uv run luke-scribe detect",
|
||||||
"scripts": {}
|
"scripts": {}
|
||||||
},
|
},
|
||||||
"conventions": {
|
"conventions": {
|
||||||
@@ -54,7 +54,80 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"directoryMap": {},
|
"directoryMap": {},
|
||||||
"hotPaths": [],
|
"hotPaths": [
|
||||||
|
{
|
||||||
|
"path": "pyproject.toml",
|
||||||
|
"accessCount": 1,
|
||||||
|
"lastAccessed": 1780804235420,
|
||||||
|
"type": "file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "README.md",
|
||||||
|
"accessCount": 1,
|
||||||
|
"lastAccessed": 1780804242406,
|
||||||
|
"type": "file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "src/luke_scribe/__init__.py",
|
||||||
|
"accessCount": 1,
|
||||||
|
"lastAccessed": 1780804261889,
|
||||||
|
"type": "file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "src/luke_scribe/config.py",
|
||||||
|
"accessCount": 1,
|
||||||
|
"lastAccessed": 1780804262703,
|
||||||
|
"type": "file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "src/luke_scribe/devices/__init__.py",
|
||||||
|
"accessCount": 1,
|
||||||
|
"lastAccessed": 1780804263611,
|
||||||
|
"type": "file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "src/luke_scribe/devices/profile.py",
|
||||||
|
"accessCount": 1,
|
||||||
|
"lastAccessed": 1780804266795,
|
||||||
|
"type": "file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "src/luke_scribe/devices/vram_probe.py",
|
||||||
|
"accessCount": 1,
|
||||||
|
"lastAccessed": 1780804273484,
|
||||||
|
"type": "file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "src/luke_scribe/devices/manager.py",
|
||||||
|
"accessCount": 1,
|
||||||
|
"lastAccessed": 1780804300531,
|
||||||
|
"type": "file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "src/luke_scribe/cli.py",
|
||||||
|
"accessCount": 1,
|
||||||
|
"lastAccessed": 1780804310226,
|
||||||
|
"type": "file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "run.sh",
|
||||||
|
"accessCount": 1,
|
||||||
|
"lastAccessed": 1780804312249,
|
||||||
|
"type": "file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": ".env.example",
|
||||||
|
"accessCount": 1,
|
||||||
|
"lastAccessed": 1780804316978,
|
||||||
|
"type": "file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "tests/test_device_manager.py",
|
||||||
|
"accessCount": 1,
|
||||||
|
"lastAccessed": 1780804449331,
|
||||||
|
"type": "file"
|
||||||
|
}
|
||||||
|
],
|
||||||
"userDirectives": [
|
"userDirectives": [
|
||||||
{
|
{
|
||||||
"timestamp": 1780801958149,
|
"timestamp": 1780801958149,
|
||||||
|
|||||||
Reference in New Issue
Block a user