LICENSE
README.md
pyproject.toml
src/README.md
src/lr_serial/__init__.py
src/lr_serial/api_client.py
src/lr_serial/auth_user.py
src/lr_serial/cli.py
src/lr_serial/client.py
src/lr_serial/config.py
src/lr_serial/exceptions.py
src/lr_serial/llm_cmd.py
src/lr_serial/models.py
src/lr_serial.egg-info/PKG-INFO
src/lr_serial.egg-info/SOURCES.txt
src/lr_serial.egg-info/dependency_links.txt
src/lr_serial.egg-info/entry_points.txt
src/lr_serial.egg-info/requires.txt
src/lr_serial.egg-info/top_level.txt
src/lr_serial/commands/__init__.py
src/lr_serial/commands/article.py
src/lr_serial/commands/audit.py
src/lr_serial/commands/serial_cmd.py
src/lr_serial/commands/site.py
src/lr_serial/llm/SKILL.md
src/lr_serial/llm/__init__.py
tests/test_api_client.py
tests/test_article.py
tests/test_audit.py
tests/test_auth_user.py
tests/test_cli.py
tests/test_cli_list_articles.py
tests/test_cli_login.py
tests/test_cli_status.py
tests/test_helpers.py
tests/test_serial_cmd.py
tests/test_site.py
tests/test_skill_md.py