Skip to content

Commit e4a703a

Browse files
chore(xtest): rename lmgmt to otdf-local
- Rename package from lmgmt to otdf-local - Rename Python module from lmgmt to otdf_local (PEP 8) - Update CLI command to otdf-local - Update environment variable prefix: LMGMT_* → OTDF_LOCAL_* - Update all imports and documentation - Preserve git history with git mv BREAKING CHANGE: Command changed from 'lmgmt' to 'otdf-local' Environment variables now use OTDF_LOCAL_ prefix instead of LMGMT_ Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
1 parent a92a465 commit e4a703a

40 files changed

Lines changed: 212 additions & 198 deletions

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ jobs:
3434
uv run ruff format --check .
3535
uv run pyright
3636
working-directory: xtest
37-
- name: Lint lmgmt
37+
- name: Lint otdf-local
3838
run: |
3939
uv sync
4040
uv run ruff check .
4141
uv run ruff format --check .
4242
uv run pyright
43-
working-directory: lmgmt
43+
working-directory: otdf-local
4444
- name: Lint otdf-sdk-mgr
4545
run: |
4646
uv sync

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ This guide provides essential knowledge for AI agents performing updates, refact
1414

1515
### Configuring SDK Artifacts
1616

17-
Use `otdf-sdk-mgr` (uv-managed CLI in `tests/otdf-sdk-mgr/`) to install SDK CLIs from released artifacts or source. See `otdf-sdk-mgr/README.md` for full command reference.
17+
Use `otdf-sdk-mgr` (uv-managed CLI in `otdf-sdk-mgr/`) to install SDK CLIs from released artifacts or source. See `otdf-sdk-mgr/README.md` for full command reference.
1818

1919
```bash
20-
cd tests/otdf-sdk-mgr && uv tool install --editable .
20+
cd otdf-sdk-mgr && uv tool install --editable .
2121
otdf-sdk-mgr install stable # Latest stable releases (recommended)
2222
otdf-sdk-mgr install tip go # Build from source
2323
```

lmgmt/src/lmgmt/__init__.py

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

lmgmt/src/lmgmt/__main__.py

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

lmgmt/src/lmgmt/config/__init__.py

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

lmgmt/src/lmgmt/health/__init__.py

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

lmgmt/src/lmgmt/process/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

lmgmt/src/lmgmt/services/__init__.py

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

lmgmt/src/lmgmt/utils/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

lmgmt/tests/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)