LICENSE
README.md
pyproject.toml
src/shelfai/__init__.py
src/shelfai/__main__.py
src/shelfai.egg-info/PKG-INFO
src/shelfai.egg-info/SOURCES.txt
src/shelfai.egg-info/dependency_links.txt
src/shelfai.egg-info/entry_points.txt
src/shelfai.egg-info/requires.txt
src/shelfai.egg-info/top_level.txt
src/shelfai/agents/__init__.py
src/shelfai/agents/indexer.py
src/shelfai/agents/session.py
src/shelfai/cli/__init__.py
src/shelfai/cli/main.py
src/shelfai/core/__init__.py
src/shelfai/core/chunker.py
src/shelfai/core/compactor.py
src/shelfai/core/config.py
src/shelfai/core/fileops.py
src/shelfai/core/index.py
src/shelfai/core/safety.py
src/shelfai/core/shelf.py
src/shelfai/core/transcript.py
src/shelfai/prompts/__init__.py
src/shelfai/providers/__init__.py
src/shelfai/providers/anthropic.py
src/shelfai/providers/openai.py
src/shelfai/skills/__init__.py
src/shelfai/skills/claude/SKILL.md
src/shelfai/skills/claude/__init__.py
tests/test_backups.py
tests/test_chunker_e2e.py
tests/test_cli_url_handling.py
tests/test_config.py
tests/test_edge_cases.py
tests/test_filelock.py
tests/test_fileops.py
tests/test_index.py
tests/test_memory_limits.py
tests/test_regressions.py
tests/test_safety.py
tests/test_schema_validation.py
tests/test_session.py
tests/test_shelf.py
tests/test_transcript.py