fix(tswatch.classes.watcher): Convert directory watch paths to glob patterns for smartwatch compatibility

This commit is contained in:
2025-12-04 08:30:05 +00:00
parent d6f3381e71
commit ad41fe876d
4 changed files with 13 additions and 2 deletions

View File

@@ -48,3 +48,4 @@
- Replaced `@push.rocks/smartchok` with `@push.rocks/smartwatch` (v5.x)
- Replaced `@push.rocks/smartfile` with `@push.rocks/smartfs` for directory listing
- Class names: `Smartwatch` for file watching, `SmartFs` + `SmartFsProviderNode` for filesystem ops
- Directory paths are converted to glob patterns (`/path/to/dir/``/path/to/dir/**/*`) for smartwatch compatibility