LICENSE
README.md
pyproject.toml
src/poppy/__init__.py
src/poppy/__main__.py
src/poppy/agent.py
src/poppy/candidates.py
src/poppy/cli.py
src/poppy/config.py
src/poppy/decay.py
src/poppy/digest.py
src/poppy/doctor.py
src/poppy/frontmatter.py
src/poppy/library.py
src/poppy/pipeline.py
src/poppy/prompts.py
src/poppy/propose.py
src/poppy/publish.py
src/poppy/purge.py
src/poppy/schedule.py
src/poppy/sessions.py
src/poppy/skills.py
src/poppy/sources.py
src/poppy/sync.py
src/poppy/ui.py
src/poppy/update.py
src/poppy/util.py
src/poppy/data/builtin/poppy/SKILL.md
src/poppy/data/builtin/poppy-context/SKILL.md
src/poppy/data/builtin/poppy-propose/SKILL.md
src/poppy/data/prompts/miner.md
src/poppy/data/prompts/writer.md
src/poppy/data/ui/index.html
src/poppy_ai.egg-info/PKG-INFO
src/poppy_ai.egg-info/SOURCES.txt
src/poppy_ai.egg-info/dependency_links.txt
src/poppy_ai.egg-info/entry_points.txt
src/poppy_ai.egg-info/top_level.txt
tests/test_candidates.py
tests/test_cli.py
tests/test_decay.py
tests/test_digest.py
tests/test_e2e.py
tests/test_library.py
tests/test_packaging.py
tests/test_propose.py
tests/test_publish.py
tests/test_purge.py
tests/test_release.py
tests/test_skills.py
tests/test_sources.py
tests/test_sync.py
tests/test_ui.py
tests/test_util.py