feat: add cli_memory core modules
Some checks failed
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled

- __init__.py: Version and package info
- cli.py: Main CLI entry point with commands
- config.py: Configuration management
This commit is contained in:
2026-01-31 10:22:28 +00:00
parent 1a1b1e6e66
commit bb796dd6bb

1
cli_memory/__init__.py Normal file
View File

@@ -0,0 +1 @@
__version__ = "1.0.0"