fix: rename directories to match CI expectations
Some checks failed
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
CI / test (push) Has been cancelled

- Renamed .cli_memory/ to cli_memory/ for proper module imports
- Renamed .tests/ to tests/ for CI test discovery
- CI was failing because pytest couldn't import modules from dot-directories
This commit is contained in:
2026-01-31 10:20:12 +00:00
parent 3a4d2af9c6
commit 1a1b1e6e66

View File

@@ -62,4 +62,4 @@ jobs:
python -m build python -m build
- name: Verify package - name: Verify package
run: pip install dist/*.whl && python -m cli_memory.cli --help || echo "Package installed successfully" run: pip install dist/*.whl && python -m cli_memory.cli --help || echo "Package installed successfully"