You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- assets/manager.py: remove 'import os as _os' alias — just import os at top
- simulation/models.py: clarify _model vs _data vs _backend_state roles in
docstring so backend implementers know which to use (each has a distinct
purpose: core model handle, core state handle, catch-all dict)
- utils.py: decouple get_base_dir() from STRANDS_ASSETS_DIR. Introduce
STRANDS_BASE_DIR as the explicit override for the base directory so
user_robots.json no longer lands in an unexpected parent of the assets
path. STRANDS_ASSETS_DIR now *only* moves the assets subtree.
- registry/user_registry.py: update module docstring to reflect the new
STRANDS_BASE_DIR semantics
- tests/test_user_registry.py: update fixture + integration tests to set
STRANDS_BASE_DIR and STRANDS_ASSETS_DIR independently; add tests asserting
that STRANDS_ASSETS_DIR does *not* move the registry / base dir
0 commit comments