Skip to content

Commit 1c51a9c

Browse files
Mircusclaude
andcommitted
Add legacy/experimental warnings to src/core and src/morse __init__.py
Both packages now have docstrings stating they are not part of the stable public API and pointing to src/she/ as the canonical package. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ec7dce6 commit 1c51a9c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/core/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
"""LEGACY / EXPERIMENTAL — not part of the stable public API.
12
3+
The canonical package is ``she`` (``src/she/``). Code in ``src/core/``
4+
is retained for reference only and may be removed in a future release.
5+
"""

src/morse/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
"""EXPERIMENTAL — not part of the stable public API.
12
3+
The canonical package is ``she`` (``src/she/``). Code in ``src/morse/``
4+
requires PyTorch, numba, sparse, and psutil, and may change or be removed.
5+
"""

0 commit comments

Comments
 (0)