LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
levain/__init__.py
levain/__main__.py
levain/_tui_curses.py
levain/answers.py
levain/app_server.py
levain/cli.py
levain/daemon.py
levain/dashboard.py
levain/docs.py
levain/docs_server.py
levain/doctor.py
levain/idempotency.py
levain/init_server.py
levain/install.py
levain/interview.py
levain/jobs.py
levain/kernel.py
levain/manifest.py
levain/packs.py
levain/reconcile.py
levain/run.py
levain/session.py
levain/spores.py
levain/tui.py
levain/turn_input.py
levain/update.py
levain/verify.py
levain/web_server.py
levain/wrap.py
levain/writes.py
levain.egg-info/PKG-INFO
levain.egg-info/SOURCES.txt
levain.egg-info/dependency_links.txt
levain.egg-info/entry_points.txt
levain.egg-info/requires.txt
levain.egg-info/top_level.txt
levain/firing/__init__.py
levain/firing/agent_reply.py
levain/firing/anneal.py
levain/firing/confinement.py
levain/firing/contract.py
levain/firing/encoding.py
levain/firing/isolation.py
levain/firing/presence.py
levain/firing/seed.py
levain/firing/openhands/__init__.py
levain/firing/openhands/agent.py
levain/firing/openhands/capture.py
levain/firing/openhands/condenser.py
levain/firing/openhands/entity.py
levain/firing/openhands/levain_condenser.py
levain/firing/openhands/tools.py
levain/templates/pack.toml
levain/templates/activation/posture.md
levain/templates/activation/recency_directives.md
levain/templates/activation/hooks/_levain_hook.py
levain/templates/activation/hooks/session_start.py
levain/templates/activation/hooks/user_prompt_submit.py
levain/templates/adapters/claude-code/CLAUDE.md.template
levain/templates/adapters/claude-code/README.md
levain/templates/adapters/claude-code/mcp.template.json
levain/templates/adapters/claude-code/settings.template.json
levain/templates/adapters/codex/AGENTS.md.template
levain/templates/adapters/codex/README.md
levain/templates/adapters/codex/hooks.json.template
levain/templates/adapters/codex/mcp.template.toml
levain/templates/adapters/codex/activation/posture.md
levain/templates/adapters/codex/activation/recency_directives.md
levain/templates/adapters/codex/activation/hooks/_levain_hook.py
levain/templates/adapters/codex/activation/hooks/session_start.py
levain/templates/adapters/codex/activation/hooks/user_prompt_submit.py
levain/templates/app/dashboard.html
levain/templates/docs/operator-manual.md
levain/templates/seed/README.md
levain/templates/seed/continuity.md
levain/templates/seed/memory.md
levain/templates/seed/origin.md
levain/templates/seed/partnership.md
levain/templates/seed/spore_instructions.md
levain/templates/seed/world.md
levain/templates/web/dashboard.css
levain/templates/web/dashboard.html
levain/templates/web/dashboard_boot.js
levain/templates/web/dashboard_core.js
levain/templates/web/docs.css
levain/templates/web/docs.html
levain/templates/web/docs.js
levain/templates/web/init.css
levain/templates/web/init.html
levain/templates/web/init.js
levain/templates/web/markdown.js
tests/test_accrual.py
tests/test_actions.py
tests/test_answers.py
tests/test_app_server.py
tests/test_cli.py
tests/test_compat_integration.py
tests/test_daemon.py
tests/test_dashboard.py
tests/test_docs.py
tests/test_docs_server.py
tests/test_doctor_content.py
tests/test_firing_anneal.py
tests/test_firing_capture.py
tests/test_firing_condenser.py
tests/test_firing_confinement.py
tests/test_firing_contract.py
tests/test_firing_encoding.py
tests/test_firing_entity.py
tests/test_firing_isolation.py
tests/test_firing_seed.py
tests/test_firing_tools.py
tests/test_hooks.py
tests/test_idempotency.py
tests/test_init_answers.py
tests/test_init_server.py
tests/test_install.py
tests/test_interview.py
tests/test_jobs.py
tests/test_kernel.py
tests/test_levain_condenser.py
tests/test_levain_presence.py
tests/test_manifest.py
tests/test_markdown_parity.py
tests/test_openhands_adapter.py
tests/test_packs.py
tests/test_reconcile.py
tests/test_run.py
tests/test_session.py
tests/test_spores.py
tests/test_tui.py
tests/test_turn_input.py
tests/test_update.py
tests/test_web_server.py
tests/test_wrap.py
tests/test_writes.py