DAF_AGENTS.md
LICENSE
README.md
setup.py
devaiflow.egg-info/PKG-INFO
devaiflow.egg-info/SOURCES.txt
devaiflow.egg-info/dependency_links.txt
devaiflow.egg-info/entry_points.txt
devaiflow.egg-info/requires.txt
devaiflow.egg-info/top_level.txt
devflow/__init__.py
devflow/exceptions.py
devflow/agent/__init__.py
devflow/agent/claude_agent.py
devflow/agent/cursor_agent.py
devflow/agent/factory.py
devflow/agent/github_copilot_agent.py
devflow/agent/interface.py
devflow/agent/windsurf_agent.py
devflow/archive/__init__.py
devflow/archive/base.py
devflow/backup/__init__.py
devflow/backup/manager.py
devflow/cli/__init__.py
devflow/cli/completion.py
devflow/cli/main.py
devflow/cli/utils.py
devflow/cli/commands/__init__.py
devflow/cli/commands/active_command.py
devflow/cli/commands/backup_command.py
devflow/cli/commands/check_command.py
devflow/cli/commands/cleanup_command.py
devflow/cli/commands/cleanup_sessions_command.py
devflow/cli/commands/complete_command.py
devflow/cli/commands/context_commands.py
devflow/cli/commands/delete_command.py
devflow/cli/commands/discover_command.py
devflow/cli/commands/export_command.py
devflow/cli/commands/export_md_command.py
devflow/cli/commands/import_command.py
devflow/cli/commands/import_session_command.py
devflow/cli/commands/info_command.py
devflow/cli/commands/investigate_command.py
devflow/cli/commands/jira_add_comment_command.py
devflow/cli/commands/jira_create_commands.py
devflow/cli/commands/jira_create_dynamic.py
devflow/cli/commands/jira_new_command.py
devflow/cli/commands/jira_open_command.py
devflow/cli/commands/jira_update_command.py
devflow/cli/commands/jira_update_dynamic.py
devflow/cli/commands/jira_update_simple.py
devflow/cli/commands/jira_view_command.py
devflow/cli/commands/link_command.py
devflow/cli/commands/list_command.py
devflow/cli/commands/new_command.py
devflow/cli/commands/note_command.py
devflow/cli/commands/open_command.py
devflow/cli/commands/pause_command.py
devflow/cli/commands/release_command.py
devflow/cli/commands/repair_conversation_command.py
devflow/cli/commands/restore_command.py
devflow/cli/commands/resume_command.py
devflow/cli/commands/search_command.py
devflow/cli/commands/sessions_list_command.py
devflow/cli/commands/status_command.py
devflow/cli/commands/summary_command.py
devflow/cli/commands/sync_command.py
devflow/cli/commands/template_commands.py
devflow/cli/commands/time_command.py
devflow/cli/commands/update_command.py
devflow/cli/commands/upgrade_command.py
devflow/cli/commands/workspace_commands.py
devflow/config/__init__.py
devflow/config/init_wizard.py
devflow/config/loader.py
devflow/config/models.py
devflow/config/schema.py
devflow/config/validator.py
devflow/export/__init__.py
devflow/export/manager.py
devflow/export/markdown.py
devflow/git/__init__.py
devflow/git/pr_template.py
devflow/git/utils.py
devflow/issue_tracker/__init__.py
devflow/issue_tracker/factory.py
devflow/issue_tracker/interface.py
devflow/issue_tracker/mock_client.py
devflow/jira/__init__.py
devflow/jira/client.py
devflow/jira/exceptions.py
devflow/jira/field_mapper.py
devflow/jira/transitions.py
devflow/jira/utils.py
devflow/mocks/__init__.py
devflow/mocks/claude_mock.py
devflow/mocks/github_mock.py
devflow/mocks/gitlab_mock.py
devflow/mocks/jira_mock.py
devflow/mocks/persistence.py
devflow/release/__init__.py
devflow/release/manager.py
devflow/release/permissions.py
devflow/release/version.py
devflow/session/__init__.py
devflow/session/capture.py
devflow/session/discovery.py
devflow/session/manager.py
devflow/session/repair.py
devflow/session/summary.py
devflow/storage/__init__.py
devflow/storage/base.py
devflow/storage/file_backend.py
devflow/storage/filters.py
devflow/suggestions/__init__.py
devflow/suggestions/models.py
devflow/suggestions/suggester.py
devflow/templates/__init__.py
devflow/templates/manager.py
devflow/templates/models.py
devflow/ui/__init__.py
devflow/ui/config_tui.py
devflow/ui/session_editor_tui.py
devflow/utils/__init__.py
devflow/utils/claude_commands.py
devflow/utils/dependencies.py
devflow/utils/paths.py
devflow/utils/temp_directory.py
devflow/utils/time_parser.py
devflow/utils/update_checker.py
devflow/utils/user.py
tests/__init__.py
tests/conftest.py
tests/test_active_command.py
tests/test_agent_interface.py
tests/test_auto_create_pr_status.py
tests/test_auto_template.py
tests/test_backup_command.py
tests/test_backup_manager.py
tests/test_branch_conflict.py
tests/test_branch_import_sync.py
tests/test_check_command.py
tests/test_claude_commands.py
tests/test_claude_mock.py
tests/test_cleanup_conversation.py
tests/test_cleanup_sessions_command.py
tests/test_cli_utils.py
tests/test_cli_utils_extended.py
tests/test_comment_visibility.py
tests/test_complete_command.py
tests/test_concurrent_updates.py
tests/test_config_loader.py
tests/test_config_models.py
tests/test_config_schema.py
tests/test_config_tui.py
tests/test_config_validator.py
tests/test_context_commands.py
tests/test_daf_agents_validation.py
tests/test_delete_command.py
tests/test_dependencies.py
tests/test_discover_command.py
tests/test_duration_parser.py
tests/test_export_manager.py
tests/test_export_md.py
tests/test_field_mapper.py
tests/test_git_pr_template.py
tests/test_git_utils.py
tests/test_github_mock.py
tests/test_gitlab_mock.py
tests/test_hierarchical_context.py
tests/test_import_session_command.py
tests/test_info_command.py
tests/test_init_command.py
tests/test_initial_prompt_with_context_files.py
tests/test_investigate_command.py
tests/test_issue_tracker_interface.py
tests/test_jira_add_comment_command.py
tests/test_jira_auth.py
tests/test_jira_client_extended.py
tests/test_jira_create_commands.py
tests/test_jira_create_methods.py
tests/test_jira_link_issues.py
tests/test_jira_mock.py
tests/test_jira_mock_client.py
tests/test_jira_new_acceptance_criteria.py
tests/test_jira_new_command.py
tests/test_jira_open_command.py
tests/test_jira_update_command.py
tests/test_jira_update_command_coverage.py
tests/test_jira_update_command_functions.py
tests/test_jira_utils.py
tests/test_jira_view_command.py
tests/test_json_output.py
tests/test_link_command.py
tests/test_list_command.py
tests/test_mock_persistence.py
tests/test_multi_claude_sessions.py
tests/test_multi_conversation_workflow.py
tests/test_new_command_with_jira.py
tests/test_note_command.py
tests/test_open_command.py
tests/test_open_multi_conversation_prompt.py
tests/test_open_with_path.py
tests/test_paths.py
tests/test_portable_paths.py
tests/test_release_command.py
tests/test_release_manager.py
tests/test_release_permissions.py
tests/test_release_version.py
tests/test_repair_conversation.py
tests/test_repair_conversation_command.py
tests/test_repository_selection.py
tests/test_repository_selection_jira_new.py
tests/test_repository_selection_open_command.py
tests/test_search_command.py
tests/test_session_discovery.py
tests/test_session_editor_tui.py
tests/test_session_in_progress_check.py
tests/test_session_manager.py
tests/test_session_manager_extended.py
tests/test_session_summary.py
tests/test_signal_handling.py
tests/test_small_commands.py
tests/test_status_command.py
tests/test_storage_file_backend.py
tests/test_suggestions.py
tests/test_summary_command.py
tests/test_sync_command.py
tests/test_temp_directory_utils.py
tests/test_template_commands.py
tests/test_template_manager.py
tests/test_template_models_extended.py
tests/test_ticket_creation_session_reopen.py
tests/test_time_command.py
tests/test_time_parser.py
tests/test_update_checker.py
tests/test_upgrade_command.py
tests/test_user_utils.py
tests/test_version_command.py
tests/test_workspace.py