README.md
pyproject.toml
src/promptledger/__init__.py
src/promptledger/cli.py
src/promptledger/core.py
src/promptledger/db.py
src/promptledger/render.py
src/promptledger/review.py
src/promptledger/ui.py
src/promptledger.egg-info/PKG-INFO
src/promptledger.egg-info/SOURCES.txt
src/promptledger.egg-info/dependency_links.txt
src/promptledger.egg-info/entry_points.txt
src/promptledger.egg-info/requires.txt
src/promptledger.egg-info/top_level.txt
src/promptledger/dashboard/__init__.py
src/promptledger/dashboard/api.py
src/promptledger/dashboard/server.py
src/promptledger/dashboard/static/app.js
src/promptledger/dashboard/static/index.html
src/promptledger/dashboard/static/styles.css
tests/test_cli_add.py
tests/test_cli_errors.py
tests/test_cli_labels.py
tests/test_cli_markers.py
tests/test_cli_search.py
tests/test_cli_secrets.py
tests/test_dashboard.py
tests/test_promptledger.py
tests/test_review.py
tests/test_v020_smoke.py