LICENSE
README.md
pyproject.toml
flanner/__init__.py
flanner/__main__.py
flanner/agent_hooks.py
flanner/claude_integration.py
flanner/cli.py
flanner/database.py
flanner/exceptions.py
flanner/frontmatter.py
flanner/git_integration.py
flanner/jira_utils.py
flanner/linear_api.py
flanner/linear_utils.py
flanner/plan_ops.py
flanner/server.py
flanner/storage.py
flanner/utils.py
flanner/web.py
flanner.egg-info/PKG-INFO
flanner.egg-info/SOURCES.txt
flanner.egg-info/dependency_links.txt
flanner.egg-info/entry_points.txt
flanner.egg-info/requires.txt
flanner.egg-info/top_level.txt
flanner/web/static/favicon.svg
flanner/web/static/css/styles.css
flanner/web/static/js/app.js
flanner/web/static/vendor/codemirror/codemirror.min.css
flanner/web/static/vendor/codemirror/codemirror.min.js
flanner/web/static/vendor/codemirror/addon/edit/continuelist.min.js
flanner/web/static/vendor/codemirror/addon/selection/active-line.min.js
flanner/web/static/vendor/codemirror/mode/markdown/markdown.min.js
flanner/web/static/vendor/codemirror/mode/xml/xml.min.js
flanner/web/templates/_empty_glyph.html
flanner/web/templates/base.html
flanner/web/templates/dashboard.html
flanner/web/templates/error.html
flanner/web/templates/plan_edit.html
flanner/web/templates/plan_history.html
flanner/web/templates/plan_new.html
flanner/web/templates/plan_view.html
flanner/web/templates/project_detail.html
flanner/web/templates/project_new.html
flanner/web/templates/projects.html
tests/test_agent_hooks.py
tests/test_architecture.py
tests/test_claude_integration.py
tests/test_claude_integration_registry.py
tests/test_cli.py
tests/test_database.py
tests/test_frontmatter.py
tests/test_git_integration.py
tests/test_jira_utils.py
tests/test_linear_api.py
tests/test_linear_utils.py
tests/test_mcp_stdio.py
tests/test_migrations.py
tests/test_plan_ops.py
tests/test_scale.py
tests/test_server.py
tests/test_server_tools.py
tests/test_states.py
tests/test_storage.py
tests/test_utils.py
tests/test_web.py
tests/test_web_routes.py