feat(observabilidade): indexer full scan + CLI + stub watcher

This commit is contained in:
2026-04-23 00:57:46 +01:00
parent 3bfec245c7
commit 296819df63
3 changed files with 155 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
/**
* Watcher incremental via chokidar — stub.
* Implementação completa na Task 8 (Pipeline: incremental watch + resiliência).
*/
export function startWatcher(): never {
throw new Error('watcher não implementado — ver Task 8')
}