MANIFEST.in
README.md
setup.py
ara_cli/__init__.py
ara_cli/__main__.py
ara_cli/ara_command_action.py
ara_cli/ara_command_parser.py
ara_cli/ara_config.py
ara_cli/artefact_autofix.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/chat.py
ara_cli/classifier.py
ara_cli/codefusionretriever.py
ara_cli/codehierachieretriever.py
ara_cli/commandline_completer.py
ara_cli/directory_navigator.py
ara_cli/file_classifier.py
ara_cli/file_lister.py
ara_cli/filename_validator.py
ara_cli/list_filter.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_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/artefact_models/__init__.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/commands/__init__.py
ara_cli/commands/command.py
ara_cli/commands/extract_command.py
ara_cli/commands/load_command.py
ara_cli/commands/load_image_command.py
ara_cli/file_loaders/__init__.py
ara_cli/file_loaders/binary_file_loader.py
ara_cli/file_loaders/document_file_loader.py
ara_cli/file_loaders/document_reader.py
ara_cli/file_loaders/file_loader.py
ara_cli/file_loaders/text_file_loader.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/prompt-modules/blueprints/complete_pytest_unittest.blueprint.md
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/blueprints/task_todo_list_implement_feature_BDD_way.blueprint.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/artefact_classification.commands.md
ara_cli/templates/prompt-modules/commands/artefact_extension.commands.md
ara_cli/templates/prompt-modules/commands/artefact_formulation.commands.md
ara_cli/templates/prompt-modules/commands/behave_step_generation.commands.md
ara_cli/templates/prompt-modules/commands/code_generation_complex.commands.md
ara_cli/templates/prompt-modules/commands/code_generation_simple.commands.md
ara_cli/templates/prompt-modules/commands/empty.commands.md
ara_cli/templates/prompt-modules/commands/error_fixing.commands.md
ara_cli/templates/prompt-modules/commands/feature_file_update.commands.md
ara_cli/templates/prompt-modules/commands/feature_formulation.commands.md
ara_cli/templates/prompt-modules/commands/js_code_generation_simple.commands.md
ara_cli/templates/prompt-modules/commands/refactoring.commands.md
ara_cli/templates/prompt-modules/commands/refactoring_analysis.commands.md
ara_cli/templates/prompt-modules/commands/reverse_engineer_feature_file.commands.md
ara_cli/templates/prompt-modules/commands/reverse_engineer_program_flow.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.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_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_chat.py
tests/test_classifier.py
tests/test_directory_navigator.py
tests/test_file_classifier.py
tests/test_file_creator.py
tests/test_file_lister.py
tests/test_list_filter.py
tests/test_tag_extractor.py
tests/test_template_manager.py
tests/test_update_config_prompt.py