Skip to content

Commit 9ec7816

Browse files
committed
Remove fsrecorder utility (migrated to smartem-devtools)
Removes fsrecorder filesystem recording/replay tool from this repository. The tool has been migrated to smartem-devtools where it belongs as a developer utility. Removed: - tools/fsrecorder/fsrecorder.py - tools/fsrecorder/example_usage.py - .github/workflows/build_win_fsrecorder.yml (Windows binary build) - fsrecorder optional dependency group from pyproject.toml The E2E test scripts that reference fsrecorder will be migrated separately.
1 parent e5e17f7 commit 9ec7816

File tree

5 files changed

+3
-1520
lines changed

5 files changed

+3
-1520
lines changed

.github/workflows/build_win_fsrecorder.yml

Lines changed: 0 additions & 62 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,6 @@ agent = [
9595
"watchdog>=4.0.0,<7.0.0",
9696
]
9797

98-
# FSRecorder tool dependencies
99-
fsrecorder = [
100-
"watchdog>=4.0.0,<7.0.0",
101-
]
102-
10398
# Athena API mock server dependencies (optional)
10499
mock = [
105100
"smartem-decisions[client]",
@@ -109,7 +104,7 @@ mock = [
109104

110105
# Combined dependencies (for convenience)
111106
all = [
112-
"smartem-decisions[dev,common,client,cli,backend,agent,fsrecorder,mock,images]",
107+
"smartem-decisions[dev,common,client,cli,backend,agent,mock,images]",
113108
]
114109

115110
[project.scripts]

tools/fsrecorder/example_usage.py

Lines changed: 0 additions & 167 deletions
This file was deleted.

0 commit comments

Comments
 (0)