LICENSE.md
README.md
pyproject.toml
ostinote/__init__.py
ostinote/__main__.py
ostinote/cli.py
ostinote/config.py
ostinote/costs.py
ostinote/doctor.py
ostinote/env.py
ostinote/hooks.py
ostinote/install.py
ostinote/pipeline.py
ostinote/prompts.py
ostinote/state.py
ostinote/summarize.py
ostinote/tzutil.py
ostinote.egg-info/PKG-INFO
ostinote.egg-info/SOURCES.txt
ostinote.egg-info/dependency_links.txt
ostinote.egg-info/entry_points.txt
ostinote.egg-info/top_level.txt
ostinote/agents/__init__.py
ostinote/agents/base.py
ostinote/agents/claude.py
ostinote/agents/codex.py
ostinote/assets/SKILL.md
ostinote/prompts/compress-daily.prompt.txt
ostinote/prompts/consolidate-staging.prompt.txt
ostinote/prompts/save-session.prompt.txt
tests/test_agents.py
tests/test_cli.py
tests/test_config.py
tests/test_costs.py
tests/test_env.py
tests/test_env_worktrees.py
tests/test_functional_cli.py
tests/test_hooks.py
tests/test_install.py
tests/test_pipeline.py
tests/test_prompts.py
tests/test_state.py
tests/test_summarize.py