feat(observabilidade): indexer full scan + CLI + stub watcher
This commit is contained in:
@@ -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')
|
||||
}
|
||||
Reference in New Issue
Block a user