chore(omc): hotpaths (beam-size/correct/COLAB)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
+19
-13
@@ -30,7 +30,7 @@
|
||||
},
|
||||
"build": {
|
||||
"buildCommand": null,
|
||||
"testCommand": "export PATH=\"$HOME/.local/bin:$HOME/.cargo/bin:$PATH\"\necho \"=== ruff ===\"; uv run ruff check src/ tests/ && echo clean\necho \"=== pytest ===\"; uv run pytest -q 2>&1 | tail -6\necho \"=== 청크 분할 빠른 점검 ===\"; uv run python -c \"\nfrom luke_scribe.postprocess import llm\nt='. '.join(f'문장{i} EmbeddingGemma' for i in range(300))\nch=llm._chunk(t, 200)\nprint('total chars', len(t), '→ chunks', len(ch), '| max chunk', max(len(c) for c in ch))\nprint('all<=200:', all(len(c)<=200 for c in ch))\n\"",
|
||||
"testCommand": "export PATH=\"$HOME/.local/bin:$HOME/.cargo/bin:$PATH\"\necho \"=== ruff ===\"; uv run ruff check src/ tests/ && echo clean\necho \"=== pytest ===\"; uv run pytest -q 2>&1 | tail -2\necho \"=== --correct 경로(설정 없음 → 우아한 에러) ===\"\nuv run luke-scribe transcribe /tmp/jfk.flac --model tiny --language en --correct 2>&1 | tail -4; echo \"exit=${PIPESTATUS[0]}\"",
|
||||
"lintCommand": "ruff check",
|
||||
"devCommand": null,
|
||||
"scripts": {}
|
||||
@@ -111,30 +111,30 @@
|
||||
}
|
||||
},
|
||||
"hotPaths": [
|
||||
{
|
||||
"path": "src/luke_scribe/cli.py",
|
||||
"accessCount": 8,
|
||||
"lastAccessed": 1780957705972,
|
||||
"type": "file"
|
||||
},
|
||||
{
|
||||
"path": "src/luke_scribe/config.py",
|
||||
"accessCount": 5,
|
||||
"lastAccessed": 1780957473801,
|
||||
"type": "file"
|
||||
},
|
||||
{
|
||||
"path": "scripts/llm_correct.py",
|
||||
"accessCount": 4,
|
||||
"lastAccessed": 1780925584647,
|
||||
"type": "file"
|
||||
},
|
||||
{
|
||||
"path": "src/luke_scribe/cli.py",
|
||||
"accessCount": 4,
|
||||
"lastAccessed": 1780927984393,
|
||||
"type": "file"
|
||||
},
|
||||
{
|
||||
"path": "pyproject.toml",
|
||||
"accessCount": 4,
|
||||
"lastAccessed": 1780928043613,
|
||||
"type": "file"
|
||||
},
|
||||
{
|
||||
"path": "src/luke_scribe/config.py",
|
||||
"accessCount": 4,
|
||||
"lastAccessed": 1780956547899,
|
||||
"type": "file"
|
||||
},
|
||||
{
|
||||
"path": "README.md",
|
||||
"accessCount": 3,
|
||||
@@ -338,6 +338,12 @@
|
||||
"accessCount": 1,
|
||||
"lastAccessed": 1780928028187,
|
||||
"type": "file"
|
||||
},
|
||||
{
|
||||
"path": "COLAB.md",
|
||||
"accessCount": 1,
|
||||
"lastAccessed": 1780957731994,
|
||||
"type": "file"
|
||||
}
|
||||
],
|
||||
"userDirectives": [
|
||||
|
||||
Reference in New Issue
Block a user