MANIFEST.in
README.md
setup.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
src/__init__.py
src/__main__.py
src/ara_command_action.py
src/ara_command_parser.py
src/ara_config.py
src/artefact.py
src/artefact_creator.py
src/artefact_deleter.py
src/artefact_link_updater.py
src/artefact_lister.py
src/artefact_reader.py
src/artefact_renamer.py
src/chat.py
src/classifier.py
src/codefusionretriever.py
src/codehierachieretriever.py
src/commandline_completer.py
src/directory_navigator.py
src/file_classifier.py
src/file_lister.py
src/filename_validator.py
src/output_suppressor.py
src/prompt_chat.py
src/prompt_extractor.py
src/prompt_handler.py
src/prompt_rag.py
src/run_file_lister.py
src/tag_extractor.py
src/template_manager.py
src/update_config_prompt.py
src/version.py
src/templates/agile.artefacts
src/templates/template.businessgoal
src/templates/template.businessgoal.prompt_log.md
src/templates/template.capability
src/templates/template.capability.prompt_log.md
src/templates/template.epic
src/templates/template.epic.prompt_log.md
src/templates/template.example
src/templates/template.example.prompt_log.md
src/templates/template.feature
src/templates/template.feature.prompt_log.md
src/templates/template.issue
src/templates/template.issue.prompt_log.md
src/templates/template.keyfeature
src/templates/template.keyfeature.prompt_log.md
src/templates/template.steps.prompt_log.md
src/templates/template.task
src/templates/template.task.prompt_log.md
src/templates/template.userstory
src/templates/template.userstory.prompt_log.md
src/templates/template.vision
src/templates/template.vision.prompt_log.md
src/templates/prompt-modules/blueprints/complete_pytest_unittest.blueprint.md
src/templates/prompt-modules/blueprints/empty.blueprint.md
src/templates/prompt-modules/blueprints/task_todo_list_C4_architecture_analysis.blueprint.md
src/templates/prompt-modules/blueprints/task_todo_list_implement_feature_BDD_way.blueprint.md
src/templates/prompt-modules/commands/architecture_C4_analysis.commands.md
src/templates/prompt-modules/commands/architecture_radon_cc_score.commands.md
src/templates/prompt-modules/commands/architecture_radon_halstead_v.commands.md
src/templates/prompt-modules/commands/architecture_radon_maintainability_score.commands.md
src/templates/prompt-modules/commands/artefact_classification.commands.md
src/templates/prompt-modules/commands/artefact_extension.commands.md
src/templates/prompt-modules/commands/artefact_formulation.commands.md
src/templates/prompt-modules/commands/behave_step_generation.commands.md
src/templates/prompt-modules/commands/code_generation_complex.commands.md
src/templates/prompt-modules/commands/code_generation_simple.commands.md
src/templates/prompt-modules/commands/empty.commands.md
src/templates/prompt-modules/commands/error_fixing.commands.md
src/templates/prompt-modules/commands/feature_file_update.commands.md
src/templates/prompt-modules/commands/feature_formulation.commands.md
src/templates/prompt-modules/commands/js_code_generation_simple.commands.md
src/templates/prompt-modules/commands/refactoring.commands.md
src/templates/prompt-modules/commands/refactoring_analysis.commands.md
src/templates/prompt-modules/commands/reverse_engineer_feature_file.commands.md
src/templates/prompt-modules/commands/reverse_engineer_program_flow.commands.md
src/templates/prompt-modules/intentions/classify_task.intention.md
src/templates/prompt-modules/intentions/empty.intention.md
src/templates/prompt-modules/intentions/error_fixing.intention.md
src/templates/prompt-modules/intentions/feature_fix_steps_for_scenario.intention.md
src/templates/prompt-modules/intentions/feature_formulation.intention.md
src/templates/prompt-modules/intentions/feature_reverse_formulation_from_code.intention.md
src/templates/prompt-modules/intentions/feature_scenario_implementation.intention.md
src/templates/prompt-modules/intentions/feature_scenario_implementation_update.intention.md
src/templates/prompt-modules/intentions/feature_scenario_outline_extension.intention.md
src/templates/prompt-modules/intentions/feature_update_formulation.intention.md
src/templates/prompt-modules/intentions/fibonacci_example_implementation.intention.md
src/templates/prompt-modules/intentions/js_implementation_from_task_description.intention.md
src/templates/prompt-modules/intentions/js_steps_implementation.intention.md
src/templates/prompt-modules/intentions/python_cli_implementation_with_test.intention.md
src/templates/prompt-modules/intentions/python_code_understanding.intention.md
src/templates/prompt-modules/intentions/task_implementation.intention.md
src/templates/prompt-modules/intentions/task_prompt_control_by_status.intention.md
src/templates/prompt-modules/intentions/task_stepwise_implementation_by_number.intention.md
src/templates/prompt-modules/intentions/task_stepwise_implementation_by_status.intention.md
src/templates/prompt-modules/rules/architecture_analyst.rules.md
src/templates/prompt-modules/rules/code_analyst.rules.md
src/templates/prompt-modules/rules/empty.rules.md
src/templates/prompt-modules/rules/error_analyst.rules.md
src/templates/prompt-modules/rules/gherkin_expert.rules.md
src/templates/prompt-modules/rules/js_expert_developer.rules.md
src/templates/prompt-modules/rules/product_owner.rules.md
src/templates/prompt-modules/rules/python_behave.rules.md
src/templates/prompt-modules/rules/python_developer.rules.md
src/templates/specification_breakdown_files/template.concept.exploration.md
src/templates/specification_breakdown_files/template.concept.md
src/templates/specification_breakdown_files/template.customer.exploration.md
src/templates/specification_breakdown_files/template.customer.md
src/templates/specification_breakdown_files/template.persona.exploration.md
src/templates/specification_breakdown_files/template.persona.md
src/templates/specification_breakdown_files/template.step.exploration.md
src/templates/specification_breakdown_files/template.step.md
src/templates/specification_breakdown_files/template.technology.exploration.md
src/templates/specification_breakdown_files/template.technology.md
src/tests/__init__.py
src/tests/test_ara_command_action.py
src/tests/test_ara_config.py
src/tests/test_artefact.py
src/tests/test_artefact_link_updater.py
src/tests/test_artefact_lister.py
src/tests/test_artefact_reader.py
src/tests/test_artefact_renamer.py
src/tests/test_chat.py
src/tests/test_classifier.py
src/tests/test_directory_navigator.py
src/tests/test_file_classifier.py
src/tests/test_file_creator.py
src/tests/test_file_lister.py
src/tests/test_tag_extractor.py
src/tests/test_template_manager.py
src/tests/test_update_config_prompt.py