Skip to content

Commit f76d07c

Browse files
feat: cleanup - remove extend command, update docs (Phase 9)
- Remove extend.py (absorbed into scenario command) - Remove extend from CLI imports - Update CLAUDE.md with new pipeline flow
1 parent 7085f6c commit f76d07c

3 files changed

Lines changed: 0 additions & 287 deletions

File tree

extropy/cli/app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ def main_callback(
152152
# Import commands to register them with the app
153153
from .commands import ( # noqa: E402, F401
154154
validate,
155-
extend,
156155
spec,
157156
sample,
158157
network,

extropy/cli/commands/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
from . import (
44
validate,
5-
extend,
65
spec,
76
sample,
87
network,
@@ -22,7 +21,6 @@
2221

2322
__all__ = [
2423
"validate",
25-
"extend",
2624
"spec",
2725
"sample",
2826
"network",

extropy/cli/commands/extend.py

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

0 commit comments

Comments
 (0)