MANIFEST.in
README.md
setup.py
ara_cli/__init__.py
ara_cli/__main__.py
ara_cli/ara_command_action.py
ara_cli/ara_config.py
ara_cli/artefact_autofix.py
ara_cli/artefact_converter.py
ara_cli/artefact_creator.py
ara_cli/artefact_deleter.py
ara_cli/artefact_fuzzy_search.py
ara_cli/artefact_link_updater.py
ara_cli/artefact_lister.py
ara_cli/artefact_reader.py
ara_cli/artefact_renamer.py
ara_cli/artefact_scan.py
ara_cli/aspect_lister.py
ara_cli/chat.py
ara_cli/children_contribution_updater.py
ara_cli/classifier.py
ara_cli/codefusionretriever.py
ara_cli/codehierachieretriever.py
ara_cli/commandline_completer.py
ara_cli/completers.py
ara_cli/constants.py
ara_cli/directory_navigator.py
ara_cli/error_handler.py
ara_cli/file_classifier.py
ara_cli/file_lister.py
ara_cli/filename_validator.py
ara_cli/global_file_lister.py
ara_cli/list_filter.py
ara_cli/llm_utils.py
ara_cli/output_suppressor.py
ara_cli/prompt_chat.py
ara_cli/prompt_extractor.py
ara_cli/prompt_handler.py
ara_cli/prompt_rag.py
ara_cli/run_file_lister.py
ara_cli/tag_extractor.py
ara_cli/template_loader.py
ara_cli/template_manager.py
ara_cli/update_config_prompt.py
ara_cli/version.py
ara_cli.egg-info/PKG-INFO
ara_cli.egg-info/SOURCES.txt
ara_cli.egg-info/dependency_links.txt
ara_cli.egg-info/entry_points.txt
ara_cli.egg-info/requires.txt
ara_cli.egg-info/top_level.txt
ara_cli/ara_subcommands/__init__.py
ara_cli/ara_subcommands/autofix.py
ara_cli/ara_subcommands/chat.py
ara_cli/ara_subcommands/classifier_directory.py
ara_cli/ara_subcommands/common.py
ara_cli/ara_subcommands/config.py
ara_cli/ara_subcommands/convert.py
ara_cli/ara_subcommands/create.py
ara_cli/ara_subcommands/delete.py
ara_cli/ara_subcommands/extract.py
ara_cli/ara_subcommands/fetch.py
ara_cli/ara_subcommands/list.py
ara_cli/ara_subcommands/list_models.py
ara_cli/ara_subcommands/list_tags.py
ara_cli/ara_subcommands/list_users.py
ara_cli/ara_subcommands/list_validator.py
ara_cli/ara_subcommands/load.py
ara_cli/ara_subcommands/prompt.py
ara_cli/ara_subcommands/prompt_workspace.py
ara_cli/ara_subcommands/read.py
ara_cli/ara_subcommands/read_status.py
ara_cli/ara_subcommands/read_user.py
ara_cli/ara_subcommands/reconnect.py
ara_cli/ara_subcommands/rename.py
ara_cli/ara_subcommands/scan.py
ara_cli/ara_subcommands/set_status.py
ara_cli/ara_subcommands/set_user.py
ara_cli/ara_subcommands/template.py
ara_cli/artefact_models/__init__.py
ara_cli/artefact_models/artefact_data_retrieval.py
ara_cli/artefact_models/artefact_load.py
ara_cli/artefact_models/artefact_mapping.py
ara_cli/artefact_models/artefact_model.py
ara_cli/artefact_models/artefact_templates.py
ara_cli/artefact_models/businessgoal_artefact_model.py
ara_cli/artefact_models/capability_artefact_model.py
ara_cli/artefact_models/epic_artefact_model.py
ara_cli/artefact_models/example_artefact_model.py
ara_cli/artefact_models/feature_artefact_model.py
ara_cli/artefact_models/issue_artefact_model.py
ara_cli/artefact_models/keyfeature_artefact_model.py
ara_cli/artefact_models/serialize_helper.py
ara_cli/artefact_models/task_artefact_model.py
ara_cli/artefact_models/userstory_artefact_model.py
ara_cli/artefact_models/vision_artefact_model.py
ara_cli/cache/__init__.py
ara_cli/cache/model_cache.py
ara_cli/chat_agent/__init__.py
ara_cli/chat_agent/agent_process_manager.py
ara_cli/chat_script_runner/__init__.py
ara_cli/chat_script_runner/script_completer.py
ara_cli/chat_script_runner/script_finder.py
ara_cli/chat_script_runner/script_lister.py
ara_cli/chat_script_runner/script_runner.py
ara_cli/chat_web_search/__init__.py
ara_cli/chat_web_search/web_search.py
ara_cli/commands/__init__.py
ara_cli/commands/agent_run_command.py
ara_cli/commands/command.py
ara_cli/commands/extract_command.py
ara_cli/commands/fetch_agents_command.py
ara_cli/commands/fetch_scripts_command.py
ara_cli/commands/fetch_templates_command.py
ara_cli/commands/fetch_templates_commands.py
ara_cli/commands/list_agents_command.py
ara_cli/commands/load_command.py
ara_cli/commands/load_image_command.py
ara_cli/commands/read_command.py
ara_cli/file_loaders/__init__.py
ara_cli/file_loaders/document_reader.py
ara_cli/file_loaders/file_loader.py
ara_cli/file_loaders/factories/__init__.py
ara_cli/file_loaders/factories/document_reader_factory.py
ara_cli/file_loaders/factories/file_loader_factory.py
ara_cli/file_loaders/loaders/__init__.py
ara_cli/file_loaders/loaders/binary_file_loader.py
ara_cli/file_loaders/loaders/document_file_loader.py
ara_cli/file_loaders/loaders/text_file_loader.py
ara_cli/file_loaders/readers/__init__.py
ara_cli/file_loaders/readers/docx_reader.py
ara_cli/file_loaders/readers/excel_reader.py
ara_cli/file_loaders/readers/markdown_reader.py
ara_cli/file_loaders/readers/odt_reader.py
ara_cli/file_loaders/readers/pdf_reader.py
ara_cli/file_loaders/readers/pptx_reader.py
ara_cli/file_loaders/tools/__init__.py
ara_cli/file_loaders/tools/image_processor.py
ara_cli/templates/agile.artefacts
ara_cli/templates/template.businessgoal.prompt_log.md
ara_cli/templates/template.capability.prompt_log.md
ara_cli/templates/template.epic.prompt_log.md
ara_cli/templates/template.example.prompt_log.md
ara_cli/templates/template.feature.prompt_log.md
ara_cli/templates/template.issue.prompt_log.md
ara_cli/templates/template.keyfeature.prompt_log.md
ara_cli/templates/template.steps.prompt_log.md
ara_cli/templates/template.task.prompt_log.md
ara_cli/templates/template.userstory.prompt_log.md
ara_cli/templates/template.vision.prompt_log.md
ara_cli/templates/global-scripts/hello_global.py
ara_cli/templates/prompt-modules/blueprints/empty.blueprint.md
ara_cli/templates/prompt-modules/blueprints/task_todo_list_C4_architecture_analysis.blueprint.md
ara_cli/templates/prompt-modules/commands/add_scenarios_for_new_behaviour.feature_creation_agent.commands.md
ara_cli/templates/prompt-modules/commands/align_feature_with_implementation_changes.interview_agent.commands.md
ara_cli/templates/prompt-modules/commands/analyze_codebase_and_plan_tasks.interview_agent.commands.md
ara_cli/templates/prompt-modules/commands/architecture_C4_analysis.commands.md
ara_cli/templates/prompt-modules/commands/architecture_radon_cc_score.commands.md
ara_cli/templates/prompt-modules/commands/architecture_radon_halstead_v.commands.md
ara_cli/templates/prompt-modules/commands/architecture_radon_maintainability_score.commands.md
ara_cli/templates/prompt-modules/commands/choose_best_parent_artefact.interview_agent.commands.md
ara_cli/templates/prompt-modules/commands/create_tasks_from_artefact_content.interview_agent.commands.md
ara_cli/templates/prompt-modules/commands/create_tests_for_uncovered_modules.test_generation_agent.commands.md
ara_cli/templates/prompt-modules/commands/derive_features_from_video_description.feature_creation_agent.commands.md
ara_cli/templates/prompt-modules/commands/describe_agent_capabilities.agent.commands.md
ara_cli/templates/prompt-modules/commands/empty.commands.md
ara_cli/templates/prompt-modules/commands/execute_scoped_todos_in_task.interview_agent.commands.md
ara_cli/templates/prompt-modules/commands/explain_single_file_purpose.interview_agent.commands.md
ara_cli/templates/prompt-modules/commands/extract_file_information_bullets.interview_agent.commands.md
ara_cli/templates/prompt-modules/commands/extract_general.commands.md
ara_cli/templates/prompt-modules/commands/extract_markdown.commands.md
ara_cli/templates/prompt-modules/commands/extract_python.commands.md
ara_cli/templates/prompt-modules/commands/feature_add_or_modifiy_specified_behavior.commands.md
ara_cli/templates/prompt-modules/commands/feature_generate_initial_specified_bevahior.commands.md
ara_cli/templates/prompt-modules/commands/fix_failing_behave_step_definitions.interview_agent.commands.md
ara_cli/templates/prompt-modules/commands/fix_failing_pytest_tests.interview_agent.commands.md
ara_cli/templates/prompt-modules/commands/general_instruction_policy.commands.md
ara_cli/templates/prompt-modules/commands/generate_and_fix_pytest_tests.test_generation_agent.commands.md
ara_cli/templates/prompt-modules/commands/prompt_template_tech_stack_transformer.commands.md
ara_cli/templates/prompt-modules/commands/python_bug_fixing_code.commands.md
ara_cli/templates/prompt-modules/commands/python_generate_code.commands.md
ara_cli/templates/prompt-modules/commands/python_refactoring_code.commands.md
ara_cli/templates/prompt-modules/commands/python_step_definitions_generation_and_fixing.commands.md
ara_cli/templates/prompt-modules/commands/python_unittest_generation_and_fixing.commands.md
ara_cli/templates/prompt-modules/commands/suggest_next_story_child_tasks.interview_agent.commands.md
ara_cli/templates/prompt-modules/commands/summarize_or_transcribe_media.interview_agent.commands.md
ara_cli/templates/prompt-modules/commands/update_feature_to_match_implementation.feature_creation_agent.commands.md
ara_cli/templates/prompt-modules/commands/update_user_story_with_requirements.interview_agent.commands.md
ara_cli/templates/prompt-modules/intentions/classify_task.intention.md
ara_cli/templates/prompt-modules/intentions/empty.intention.md
ara_cli/templates/prompt-modules/intentions/error_fixing.intention.md
ara_cli/templates/prompt-modules/intentions/feature_fix_steps_for_scenario.intention.md
ara_cli/templates/prompt-modules/intentions/feature_formulation.intention.md
ara_cli/templates/prompt-modules/intentions/feature_reverse_formulation_from_code.intention.md
ara_cli/templates/prompt-modules/intentions/feature_scenario_implementation.intention.md
ara_cli/templates/prompt-modules/intentions/feature_scenario_implementation_update.intention.md
ara_cli/templates/prompt-modules/intentions/feature_scenario_outline_extension.intention.md
ara_cli/templates/prompt-modules/intentions/feature_update_formulation.intention.md
ara_cli/templates/prompt-modules/intentions/fibonacci_example_implementation.intention.md
ara_cli/templates/prompt-modules/intentions/js_implementation_from_task_description.intention.md
ara_cli/templates/prompt-modules/intentions/js_steps_implementation.intention.md
ara_cli/templates/prompt-modules/intentions/python_cli_implementation_with_test.intention.md
ara_cli/templates/prompt-modules/intentions/python_code_understanding.intention.md
ara_cli/templates/prompt-modules/intentions/task_implementation.intention.md
ara_cli/templates/prompt-modules/intentions/task_prompt_control_by_status.intention.md
ara_cli/templates/prompt-modules/intentions/task_stepwise_implementation_by_number.intention.md
ara_cli/templates/prompt-modules/intentions/task_stepwise_implementation_by_status.intention.md
ara_cli/templates/prompt-modules/rules/architecture_analyst.rules.md
ara_cli/templates/prompt-modules/rules/code_analyst.rules.md
ara_cli/templates/prompt-modules/rules/empty.rules.md
ara_cli/templates/prompt-modules/rules/error_analyst.rules.md
ara_cli/templates/prompt-modules/rules/gherkin_expert.rules.md
ara_cli/templates/prompt-modules/rules/js_expert_developer.rules.md
ara_cli/templates/prompt-modules/rules/product_owner.rules.md
ara_cli/templates/prompt-modules/rules/python_behave.rules.md
ara_cli/templates/prompt-modules/rules/python_developer.rules.md
ara_cli/templates/specification_breakdown_files/template.concept.exploration.md
ara_cli/templates/specification_breakdown_files/template.concept.md
ara_cli/templates/specification_breakdown_files/template.customer.exploration.md
ara_cli/templates/specification_breakdown_files/template.customer.md
ara_cli/templates/specification_breakdown_files/template.gui.exploration.md
ara_cli/templates/specification_breakdown_files/template.gui.md
ara_cli/templates/specification_breakdown_files/template.persona.exploration.md
ara_cli/templates/specification_breakdown_files/template.persona.md
ara_cli/templates/specification_breakdown_files/template.step.exploration.md
ara_cli/templates/specification_breakdown_files/template.step.md
ara_cli/templates/specification_breakdown_files/template.technology.exploration.md
ara_cli/templates/specification_breakdown_files/template.technology.md
docker/base/requirements.txt
tests/__init__.py
tests/test_ara_command_action.py
tests/test_ara_config.py
tests/test_artefact_autofix.py
tests/test_artefact_autofix_integration.py
tests/test_artefact_converter.py
tests/test_artefact_extraction.py
tests/test_artefact_fuzzy_search.py
tests/test_artefact_link_updater.py
tests/test_artefact_lister.py
tests/test_artefact_reader.py
tests/test_artefact_renamer.py
tests/test_artefact_scan.py
tests/test_aspect_features.py
tests/test_chat.py
tests/test_chat_givens_images.py
tests/test_chat_script_runner.py
tests/test_children_contribution_updater.py
tests/test_classifier.py
tests/test_directory_navigator.py
tests/test_document_loader_office.py
tests/test_file_classifier.py
tests/test_file_creator.py
tests/test_file_lister.py
tests/test_global_file_lister.py
tests/test_list_filter.py
tests/test_list_validator.py
tests/test_llm_utils.py
tests/test_prompt_chat.py
tests/test_prompt_extractor.py
tests/test_prompt_handler.py
tests/test_setup_default_chat_prompt_mode.py
tests/test_tag_extractor.py
tests/test_template_loader.py
tests/test_template_manager.py
tests/test_update_config_prompt.py
tests/test_web_search.py