ara-cli 0.1.9.77__tar.gz → 0.1.9.78__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of ara-cli might be problematic. Click here for more details.

Files changed (158) hide show
  1. ara_cli-0.1.9.78/PKG-INFO +208 -0
  2. ara_cli-0.1.9.78/README.md +184 -0
  3. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/version.py +1 -1
  4. ara_cli-0.1.9.78/ara_cli.egg-info/PKG-INFO +208 -0
  5. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/setup.py +3 -0
  6. ara_cli-0.1.9.77/PKG-INFO +0 -18
  7. ara_cli-0.1.9.77/README.md +0 -93
  8. ara_cli-0.1.9.77/ara_cli.egg-info/PKG-INFO +0 -18
  9. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/MANIFEST.in +0 -0
  10. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/__init__.py +0 -0
  11. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/__main__.py +0 -0
  12. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/ara_command_action.py +0 -0
  13. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/ara_command_parser.py +0 -0
  14. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/ara_config.py +0 -0
  15. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/artefact_autofix.py +0 -0
  16. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/artefact_creator.py +0 -0
  17. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/artefact_deleter.py +0 -0
  18. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/artefact_fuzzy_search.py +0 -0
  19. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/artefact_link_updater.py +0 -0
  20. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/artefact_lister.py +0 -0
  21. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/artefact_models/__init__.py +0 -0
  22. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/artefact_models/artefact_load.py +0 -0
  23. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/artefact_models/artefact_mapping.py +0 -0
  24. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/artefact_models/artefact_model.py +0 -0
  25. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/artefact_models/artefact_templates.py +0 -0
  26. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/artefact_models/businessgoal_artefact_model.py +0 -0
  27. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/artefact_models/capability_artefact_model.py +0 -0
  28. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/artefact_models/epic_artefact_model.py +0 -0
  29. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/artefact_models/example_artefact_model.py +0 -0
  30. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/artefact_models/feature_artefact_model.py +0 -0
  31. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/artefact_models/issue_artefact_model.py +0 -0
  32. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/artefact_models/keyfeature_artefact_model.py +0 -0
  33. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/artefact_models/serialize_helper.py +0 -0
  34. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/artefact_models/task_artefact_model.py +0 -0
  35. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/artefact_models/userstory_artefact_model.py +0 -0
  36. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/artefact_models/vision_artefact_model.py +0 -0
  37. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/artefact_reader.py +0 -0
  38. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/artefact_renamer.py +0 -0
  39. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/artefact_scan.py +0 -0
  40. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/chat.py +0 -0
  41. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/classifier.py +0 -0
  42. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/codefusionretriever.py +0 -0
  43. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/codehierachieretriever.py +0 -0
  44. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/commandline_completer.py +0 -0
  45. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/directory_navigator.py +0 -0
  46. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/file_classifier.py +0 -0
  47. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/file_lister.py +0 -0
  48. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/filename_validator.py +0 -0
  49. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/list_filter.py +0 -0
  50. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/output_suppressor.py +0 -0
  51. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/prompt_chat.py +0 -0
  52. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/prompt_extractor.py +0 -0
  53. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/prompt_handler.py +0 -0
  54. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/prompt_rag.py +0 -0
  55. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/run_file_lister.py +0 -0
  56. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/tag_extractor.py +0 -0
  57. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/template_manager.py +0 -0
  58. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/agile.artefacts +0 -0
  59. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/blueprints/complete_pytest_unittest.blueprint.md +0 -0
  60. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/blueprints/empty.blueprint.md +0 -0
  61. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/blueprints/task_todo_list_C4_architecture_analysis.blueprint.md +0 -0
  62. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/blueprints/task_todo_list_implement_feature_BDD_way.blueprint.md +0 -0
  63. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/commands/architecture_C4_analysis.commands.md +0 -0
  64. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/commands/architecture_radon_cc_score.commands.md +0 -0
  65. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/commands/architecture_radon_halstead_v.commands.md +0 -0
  66. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/commands/architecture_radon_maintainability_score.commands.md +0 -0
  67. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/commands/artefact_classification.commands.md +0 -0
  68. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/commands/artefact_extension.commands.md +0 -0
  69. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/commands/artefact_formulation.commands.md +0 -0
  70. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/commands/behave_step_generation.commands.md +0 -0
  71. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/commands/code_generation_complex.commands.md +0 -0
  72. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/commands/code_generation_simple.commands.md +0 -0
  73. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/commands/empty.commands.md +0 -0
  74. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/commands/error_fixing.commands.md +0 -0
  75. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/commands/feature_file_update.commands.md +0 -0
  76. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/commands/feature_formulation.commands.md +0 -0
  77. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/commands/js_code_generation_simple.commands.md +0 -0
  78. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/commands/refactoring.commands.md +0 -0
  79. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/commands/refactoring_analysis.commands.md +0 -0
  80. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/commands/reverse_engineer_feature_file.commands.md +0 -0
  81. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/commands/reverse_engineer_program_flow.commands.md +0 -0
  82. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/intentions/classify_task.intention.md +0 -0
  83. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/intentions/empty.intention.md +0 -0
  84. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/intentions/error_fixing.intention.md +0 -0
  85. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/intentions/feature_fix_steps_for_scenario.intention.md +0 -0
  86. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/intentions/feature_formulation.intention.md +0 -0
  87. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/intentions/feature_reverse_formulation_from_code.intention.md +0 -0
  88. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/intentions/feature_scenario_implementation.intention.md +0 -0
  89. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/intentions/feature_scenario_implementation_update.intention.md +0 -0
  90. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/intentions/feature_scenario_outline_extension.intention.md +0 -0
  91. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/intentions/feature_update_formulation.intention.md +0 -0
  92. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/intentions/fibonacci_example_implementation.intention.md +0 -0
  93. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/intentions/js_implementation_from_task_description.intention.md +0 -0
  94. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/intentions/js_steps_implementation.intention.md +0 -0
  95. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/intentions/python_cli_implementation_with_test.intention.md +0 -0
  96. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/intentions/python_code_understanding.intention.md +0 -0
  97. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/intentions/task_implementation.intention.md +0 -0
  98. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/intentions/task_prompt_control_by_status.intention.md +0 -0
  99. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/intentions/task_stepwise_implementation_by_number.intention.md +0 -0
  100. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/intentions/task_stepwise_implementation_by_status.intention.md +0 -0
  101. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/rules/architecture_analyst.rules.md +0 -0
  102. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/rules/code_analyst.rules.md +0 -0
  103. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/rules/empty.rules.md +0 -0
  104. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/rules/error_analyst.rules.md +0 -0
  105. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/rules/gherkin_expert.rules.md +0 -0
  106. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/rules/js_expert_developer.rules.md +0 -0
  107. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/rules/product_owner.rules.md +0 -0
  108. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/rules/python_behave.rules.md +0 -0
  109. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/prompt-modules/rules/python_developer.rules.md +0 -0
  110. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/specification_breakdown_files/template.concept.exploration.md +0 -0
  111. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/specification_breakdown_files/template.concept.md +0 -0
  112. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/specification_breakdown_files/template.customer.exploration.md +0 -0
  113. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/specification_breakdown_files/template.customer.md +0 -0
  114. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/specification_breakdown_files/template.persona.exploration.md +0 -0
  115. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/specification_breakdown_files/template.persona.md +0 -0
  116. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/specification_breakdown_files/template.step.exploration.md +0 -0
  117. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/specification_breakdown_files/template.step.md +0 -0
  118. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/specification_breakdown_files/template.technology.exploration.md +0 -0
  119. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/specification_breakdown_files/template.technology.md +0 -0
  120. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/template.businessgoal.prompt_log.md +0 -0
  121. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/template.capability.prompt_log.md +0 -0
  122. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/template.epic.prompt_log.md +0 -0
  123. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/template.example.prompt_log.md +0 -0
  124. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/template.feature.prompt_log.md +0 -0
  125. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/template.issue.prompt_log.md +0 -0
  126. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/template.keyfeature.prompt_log.md +0 -0
  127. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/template.steps.prompt_log.md +0 -0
  128. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/template.task.prompt_log.md +0 -0
  129. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/template.userstory.prompt_log.md +0 -0
  130. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/templates/template.vision.prompt_log.md +0 -0
  131. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli/update_config_prompt.py +0 -0
  132. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli.egg-info/SOURCES.txt +0 -0
  133. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli.egg-info/dependency_links.txt +0 -0
  134. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli.egg-info/entry_points.txt +0 -0
  135. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli.egg-info/requires.txt +0 -0
  136. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/ara_cli.egg-info/top_level.txt +0 -0
  137. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/docker/base/requirements.txt +0 -0
  138. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/setup.cfg +0 -0
  139. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/tests/__init__.py +0 -0
  140. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/tests/test_ara_command_action.py +0 -0
  141. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/tests/test_ara_config.py +0 -0
  142. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/tests/test_artefact_autofix.py +0 -0
  143. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/tests/test_artefact_fuzzy_search.py +0 -0
  144. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/tests/test_artefact_link_updater.py +0 -0
  145. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/tests/test_artefact_lister.py +0 -0
  146. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/tests/test_artefact_reader.py +0 -0
  147. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/tests/test_artefact_renamer.py +0 -0
  148. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/tests/test_artefact_scan.py +0 -0
  149. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/tests/test_chat.py +0 -0
  150. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/tests/test_classifier.py +0 -0
  151. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/tests/test_directory_navigator.py +0 -0
  152. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/tests/test_file_classifier.py +0 -0
  153. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/tests/test_file_creator.py +0 -0
  154. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/tests/test_file_lister.py +0 -0
  155. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/tests/test_list_filter.py +0 -0
  156. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/tests/test_tag_extractor.py +0 -0
  157. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/tests/test_template_manager.py +0 -0
  158. {ara_cli-0.1.9.77 → ara_cli-0.1.9.78}/tests/test_update_config_prompt.py +0 -0
@@ -0,0 +1,208 @@
1
+ Metadata-Version: 2.4
2
+ Name: ara_cli
3
+ Version: 0.1.9.78
4
+ Summary: Powerful, open source command-line tool for managing, structuring and automating software development artifacts in line with Business-Driven Development (BDD) and AI-assisted processes
5
+ Description-Content-Type: text/markdown
6
+ Requires-Dist: litellm
7
+ Requires-Dist: llama-index
8
+ Requires-Dist: llama-index-llms-openai
9
+ Requires-Dist: llama-index-retrievers-bm25
10
+ Requires-Dist: openai
11
+ Requires-Dist: markdown-it-py
12
+ Requires-Dist: json-repair
13
+ Requires-Dist: argparse
14
+ Requires-Dist: argcomplete
15
+ Requires-Dist: cmd2>=2.5
16
+ Requires-Dist: pydantic
17
+ Requires-Dist: pydantic_ai
18
+ Requires-Dist: python-docx
19
+ Requires-Dist: pymupdf4llm
20
+ Dynamic: description
21
+ Dynamic: description-content-type
22
+ Dynamic: requires-dist
23
+ Dynamic: summary
24
+
25
+ # ara-cli
26
+
27
+ **ara-cli** is a powerful, open source command-line tool for managing, structuring and automating software development artifacts in line with Business-Driven Development (BDD) and AI-assisted processes. With an intuitive interface and platform-independent implementation in Python, ara-cli enables teams to structure business goals, capabilities, features, user stories, and tasks, and to leverage integrated AI/chat capabilities for requirements engineering, documentation, and process automation.
28
+
29
+ ---
30
+
31
+ ## Features
32
+
33
+ - **Comprehensive Artefact Management:**
34
+ Create, edit, rename, delete, and list all core artefacts of the software development lifecycle: businessgoals, vision, capabilities, keyfeatures, features, epics, userstories, examples, and tasks.
35
+
36
+ - **Structured Traceability:**
37
+ Organize and link artefacts for full traceability from business goals to implementation tasks. Effortlessly navigate artefact hierarchies and dependencies.
38
+
39
+ - **Integrated AI and Chat:**
40
+ Interact with AI language models directly from your terminal. Use chat and prompt commands to assist with documentation, requirements refinement, and artefact management.
41
+
42
+ - **Prompt Templates:**
43
+ Fetch, use, and manage reusable prompt templates for consistent and efficient requirements and documentation workflows.
44
+
45
+ - **Artefact Status and User Management:**
46
+ Assign and query status and responsible users for artefacts to support project coordination and tracking.
47
+
48
+ - **Automated Quality Assurance:**
49
+ Scan artefact trees for inconsistencies and automatically correct issues using integrated LLM-powered autofix functionality.
50
+
51
+ - **Powerful Listing and Search:**
52
+ List artefacts and filter by type, tags, content, contributor relationships, file extensions, and more.
53
+
54
+ - **Open Source & Platform Independent:**
55
+ Implemented in Python and available on PyPI for easy installation and integration into any workflow.
56
+
57
+ ---
58
+
59
+ ## Use Cases
60
+
61
+ - **Requirements Engineering:**
62
+ Capture and structure business requirements and user stories with clear traceability.
63
+
64
+ - **Agile Development:**
65
+ Manage and automate backlog refinement, sprint planning, and task tracking.
66
+
67
+ - **AI-Enhanced Productivity:**
68
+ Use chat and prompt features to accelerate documentation, code review, and knowledge management.
69
+
70
+ - **Quality Management:**
71
+ Ensure artefact consistency and high documentation quality via automated scans and fixes.
72
+
73
+ ---
74
+
75
+ ## Quick Start
76
+
77
+ Install from PyPI:
78
+ ```bash
79
+ pip install ara-cli
80
+ ````
81
+
82
+ Create your first feature artefact:
83
+
84
+ ```bash
85
+ ara create feature login
86
+ ```
87
+
88
+ List all features:
89
+
90
+ ```bash
91
+ ara list --include-extension .feature
92
+ ```
93
+
94
+ Chat with the integrated AI:
95
+
96
+ ```bash
97
+ ara chat
98
+ ```
99
+
100
+ Scan and autofix artefacts:
101
+
102
+ ```bash
103
+ ara scan
104
+ ara autofix
105
+ ```
106
+
107
+ ---
108
+
109
+ ## Command Overview
110
+
111
+ | Action | Description |
112
+ |--------------------|-----------------------------------------------------------------------------|
113
+ | create | Create a classified artefact with data directory |
114
+ | delete | Delete an artefact and its data directory |
115
+ | rename | Rename an artefact and its data directory |
116
+ | list, list-tags | List artefacts, show tags, filter by content, extension, hierarchy etc. |
117
+ | prompt, chat | Use AI-powered chat and prompt templates for artefact management |
118
+ | template | Print artefact templates in the terminal |
119
+ | fetch-templates | Download and manage reusable prompt templates |
120
+ | read | Output artefact contents and their full contribution chain |
121
+ | reconnect | Connect artefacts to parent artefacts |
122
+ | read-status, set-status | Query and assign status to artefacts |
123
+ | read-user, set-user | Query and assign responsible users |
124
+ | classifier-directory | Show directory of artefact classifiers |
125
+ | scan | Scan the ARA tree for incompatible or inconsistent artefacts |
126
+ | autofix | Automatically correct artefact issues with LLM assistance |
127
+
128
+ See `ara -h` for the complete list of commands and usage examples.
129
+
130
+ ---
131
+
132
+ ## Artefact Structure
133
+
134
+ ara-cli organizes your project artefacts in a clear directory structure:
135
+
136
+ ```
137
+ ./ara/
138
+ ├── businessgoals/
139
+ ├── vision/
140
+ ├── capabilities/
141
+ ├── keyfeatures/
142
+ ├── features/
143
+ ├── epics/
144
+ ├── userstories/
145
+ ├── examples/
146
+ ├── tasks/
147
+ ```
148
+
149
+ ---
150
+
151
+ ## Example Workflows
152
+
153
+ - **Create a new feature and link it to a user story:**
154
+
155
+ ```bash
156
+ ara create feature payment contributes-to userstory checkout
157
+ ```
158
+
159
+ - **Read an artefact's content and its full parent chain:**
160
+
161
+ ```bash
162
+ ara read task implement_api --branch
163
+ ```
164
+
165
+ - **List tasks containing specific content:**
166
+
167
+ ```bash
168
+ ara list --include-extension .task --include-content "API integration"
169
+ ```
170
+
171
+ - **Automate prompt-based LLM interaction for a task:**
172
+
173
+ ```bash
174
+ ara prompt send task implement_api
175
+ ara prompt extract task implement_api
176
+ ```
177
+
178
+ ---
179
+
180
+ ## Requirements
181
+
182
+ - Python 3.8+
183
+ - Platform-independent; tested on Linux, macOS, and Windows
184
+
185
+ ---
186
+
187
+ ## License
188
+
189
+ This project is open source and freely available under the [MIT License](vector://vector/webapp/LICENSE).
190
+
191
+ ---
192
+
193
+ ## Links
194
+
195
+ - **PyPI:** https://pypi.org/project/ara-cli/
196
+ - **Source code:** \[GitHub link or repository URL\]
197
+ - **Documentation:** \[Link if available\]
198
+
199
+ ---
200
+
201
+ ## Contributing
202
+
203
+ Contributions, issues, and feature requests are welcome! Please open an issue or submit a pull request via GitHub.
204
+
205
+ ---
206
+
207
+ **ara-cli — Structure your development. Automate with AI. Build better software.**
208
+
@@ -0,0 +1,184 @@
1
+ # ara-cli
2
+
3
+ **ara-cli** is a powerful, open source command-line tool for managing, structuring and automating software development artifacts in line with Business-Driven Development (BDD) and AI-assisted processes. With an intuitive interface and platform-independent implementation in Python, ara-cli enables teams to structure business goals, capabilities, features, user stories, and tasks, and to leverage integrated AI/chat capabilities for requirements engineering, documentation, and process automation.
4
+
5
+ ---
6
+
7
+ ## Features
8
+
9
+ - **Comprehensive Artefact Management:**
10
+ Create, edit, rename, delete, and list all core artefacts of the software development lifecycle: businessgoals, vision, capabilities, keyfeatures, features, epics, userstories, examples, and tasks.
11
+
12
+ - **Structured Traceability:**
13
+ Organize and link artefacts for full traceability from business goals to implementation tasks. Effortlessly navigate artefact hierarchies and dependencies.
14
+
15
+ - **Integrated AI and Chat:**
16
+ Interact with AI language models directly from your terminal. Use chat and prompt commands to assist with documentation, requirements refinement, and artefact management.
17
+
18
+ - **Prompt Templates:**
19
+ Fetch, use, and manage reusable prompt templates for consistent and efficient requirements and documentation workflows.
20
+
21
+ - **Artefact Status and User Management:**
22
+ Assign and query status and responsible users for artefacts to support project coordination and tracking.
23
+
24
+ - **Automated Quality Assurance:**
25
+ Scan artefact trees for inconsistencies and automatically correct issues using integrated LLM-powered autofix functionality.
26
+
27
+ - **Powerful Listing and Search:**
28
+ List artefacts and filter by type, tags, content, contributor relationships, file extensions, and more.
29
+
30
+ - **Open Source & Platform Independent:**
31
+ Implemented in Python and available on PyPI for easy installation and integration into any workflow.
32
+
33
+ ---
34
+
35
+ ## Use Cases
36
+
37
+ - **Requirements Engineering:**
38
+ Capture and structure business requirements and user stories with clear traceability.
39
+
40
+ - **Agile Development:**
41
+ Manage and automate backlog refinement, sprint planning, and task tracking.
42
+
43
+ - **AI-Enhanced Productivity:**
44
+ Use chat and prompt features to accelerate documentation, code review, and knowledge management.
45
+
46
+ - **Quality Management:**
47
+ Ensure artefact consistency and high documentation quality via automated scans and fixes.
48
+
49
+ ---
50
+
51
+ ## Quick Start
52
+
53
+ Install from PyPI:
54
+ ```bash
55
+ pip install ara-cli
56
+ ````
57
+
58
+ Create your first feature artefact:
59
+
60
+ ```bash
61
+ ara create feature login
62
+ ```
63
+
64
+ List all features:
65
+
66
+ ```bash
67
+ ara list --include-extension .feature
68
+ ```
69
+
70
+ Chat with the integrated AI:
71
+
72
+ ```bash
73
+ ara chat
74
+ ```
75
+
76
+ Scan and autofix artefacts:
77
+
78
+ ```bash
79
+ ara scan
80
+ ara autofix
81
+ ```
82
+
83
+ ---
84
+
85
+ ## Command Overview
86
+
87
+ | Action | Description |
88
+ |--------------------|-----------------------------------------------------------------------------|
89
+ | create | Create a classified artefact with data directory |
90
+ | delete | Delete an artefact and its data directory |
91
+ | rename | Rename an artefact and its data directory |
92
+ | list, list-tags | List artefacts, show tags, filter by content, extension, hierarchy etc. |
93
+ | prompt, chat | Use AI-powered chat and prompt templates for artefact management |
94
+ | template | Print artefact templates in the terminal |
95
+ | fetch-templates | Download and manage reusable prompt templates |
96
+ | read | Output artefact contents and their full contribution chain |
97
+ | reconnect | Connect artefacts to parent artefacts |
98
+ | read-status, set-status | Query and assign status to artefacts |
99
+ | read-user, set-user | Query and assign responsible users |
100
+ | classifier-directory | Show directory of artefact classifiers |
101
+ | scan | Scan the ARA tree for incompatible or inconsistent artefacts |
102
+ | autofix | Automatically correct artefact issues with LLM assistance |
103
+
104
+ See `ara -h` for the complete list of commands and usage examples.
105
+
106
+ ---
107
+
108
+ ## Artefact Structure
109
+
110
+ ara-cli organizes your project artefacts in a clear directory structure:
111
+
112
+ ```
113
+ ./ara/
114
+ ├── businessgoals/
115
+ ├── vision/
116
+ ├── capabilities/
117
+ ├── keyfeatures/
118
+ ├── features/
119
+ ├── epics/
120
+ ├── userstories/
121
+ ├── examples/
122
+ ├── tasks/
123
+ ```
124
+
125
+ ---
126
+
127
+ ## Example Workflows
128
+
129
+ - **Create a new feature and link it to a user story:**
130
+
131
+ ```bash
132
+ ara create feature payment contributes-to userstory checkout
133
+ ```
134
+
135
+ - **Read an artefact's content and its full parent chain:**
136
+
137
+ ```bash
138
+ ara read task implement_api --branch
139
+ ```
140
+
141
+ - **List tasks containing specific content:**
142
+
143
+ ```bash
144
+ ara list --include-extension .task --include-content "API integration"
145
+ ```
146
+
147
+ - **Automate prompt-based LLM interaction for a task:**
148
+
149
+ ```bash
150
+ ara prompt send task implement_api
151
+ ara prompt extract task implement_api
152
+ ```
153
+
154
+ ---
155
+
156
+ ## Requirements
157
+
158
+ - Python 3.8+
159
+ - Platform-independent; tested on Linux, macOS, and Windows
160
+
161
+ ---
162
+
163
+ ## License
164
+
165
+ This project is open source and freely available under the [MIT License](vector://vector/webapp/LICENSE).
166
+
167
+ ---
168
+
169
+ ## Links
170
+
171
+ - **PyPI:** https://pypi.org/project/ara-cli/
172
+ - **Source code:** \[GitHub link or repository URL\]
173
+ - **Documentation:** \[Link if available\]
174
+
175
+ ---
176
+
177
+ ## Contributing
178
+
179
+ Contributions, issues, and feature requests are welcome! Please open an issue or submit a pull request via GitHub.
180
+
181
+ ---
182
+
183
+ **ara-cli — Structure your development. Automate with AI. Build better software.**
184
+
@@ -1,2 +1,2 @@
1
1
  # version.py
2
- __version__ = "0.1.9.77" # fith parameter like .0 for local install test purposes only. official numbers should be 4 digit numbers
2
+ __version__ = "0.1.9.78" # fith parameter like .0 for local install test purposes only. official numbers should be 4 digit numbers
@@ -0,0 +1,208 @@
1
+ Metadata-Version: 2.4
2
+ Name: ara_cli
3
+ Version: 0.1.9.78
4
+ Summary: Powerful, open source command-line tool for managing, structuring and automating software development artifacts in line with Business-Driven Development (BDD) and AI-assisted processes
5
+ Description-Content-Type: text/markdown
6
+ Requires-Dist: litellm
7
+ Requires-Dist: llama-index
8
+ Requires-Dist: llama-index-llms-openai
9
+ Requires-Dist: llama-index-retrievers-bm25
10
+ Requires-Dist: openai
11
+ Requires-Dist: markdown-it-py
12
+ Requires-Dist: json-repair
13
+ Requires-Dist: argparse
14
+ Requires-Dist: argcomplete
15
+ Requires-Dist: cmd2>=2.5
16
+ Requires-Dist: pydantic
17
+ Requires-Dist: pydantic_ai
18
+ Requires-Dist: python-docx
19
+ Requires-Dist: pymupdf4llm
20
+ Dynamic: description
21
+ Dynamic: description-content-type
22
+ Dynamic: requires-dist
23
+ Dynamic: summary
24
+
25
+ # ara-cli
26
+
27
+ **ara-cli** is a powerful, open source command-line tool for managing, structuring and automating software development artifacts in line with Business-Driven Development (BDD) and AI-assisted processes. With an intuitive interface and platform-independent implementation in Python, ara-cli enables teams to structure business goals, capabilities, features, user stories, and tasks, and to leverage integrated AI/chat capabilities for requirements engineering, documentation, and process automation.
28
+
29
+ ---
30
+
31
+ ## Features
32
+
33
+ - **Comprehensive Artefact Management:**
34
+ Create, edit, rename, delete, and list all core artefacts of the software development lifecycle: businessgoals, vision, capabilities, keyfeatures, features, epics, userstories, examples, and tasks.
35
+
36
+ - **Structured Traceability:**
37
+ Organize and link artefacts for full traceability from business goals to implementation tasks. Effortlessly navigate artefact hierarchies and dependencies.
38
+
39
+ - **Integrated AI and Chat:**
40
+ Interact with AI language models directly from your terminal. Use chat and prompt commands to assist with documentation, requirements refinement, and artefact management.
41
+
42
+ - **Prompt Templates:**
43
+ Fetch, use, and manage reusable prompt templates for consistent and efficient requirements and documentation workflows.
44
+
45
+ - **Artefact Status and User Management:**
46
+ Assign and query status and responsible users for artefacts to support project coordination and tracking.
47
+
48
+ - **Automated Quality Assurance:**
49
+ Scan artefact trees for inconsistencies and automatically correct issues using integrated LLM-powered autofix functionality.
50
+
51
+ - **Powerful Listing and Search:**
52
+ List artefacts and filter by type, tags, content, contributor relationships, file extensions, and more.
53
+
54
+ - **Open Source & Platform Independent:**
55
+ Implemented in Python and available on PyPI for easy installation and integration into any workflow.
56
+
57
+ ---
58
+
59
+ ## Use Cases
60
+
61
+ - **Requirements Engineering:**
62
+ Capture and structure business requirements and user stories with clear traceability.
63
+
64
+ - **Agile Development:**
65
+ Manage and automate backlog refinement, sprint planning, and task tracking.
66
+
67
+ - **AI-Enhanced Productivity:**
68
+ Use chat and prompt features to accelerate documentation, code review, and knowledge management.
69
+
70
+ - **Quality Management:**
71
+ Ensure artefact consistency and high documentation quality via automated scans and fixes.
72
+
73
+ ---
74
+
75
+ ## Quick Start
76
+
77
+ Install from PyPI:
78
+ ```bash
79
+ pip install ara-cli
80
+ ````
81
+
82
+ Create your first feature artefact:
83
+
84
+ ```bash
85
+ ara create feature login
86
+ ```
87
+
88
+ List all features:
89
+
90
+ ```bash
91
+ ara list --include-extension .feature
92
+ ```
93
+
94
+ Chat with the integrated AI:
95
+
96
+ ```bash
97
+ ara chat
98
+ ```
99
+
100
+ Scan and autofix artefacts:
101
+
102
+ ```bash
103
+ ara scan
104
+ ara autofix
105
+ ```
106
+
107
+ ---
108
+
109
+ ## Command Overview
110
+
111
+ | Action | Description |
112
+ |--------------------|-----------------------------------------------------------------------------|
113
+ | create | Create a classified artefact with data directory |
114
+ | delete | Delete an artefact and its data directory |
115
+ | rename | Rename an artefact and its data directory |
116
+ | list, list-tags | List artefacts, show tags, filter by content, extension, hierarchy etc. |
117
+ | prompt, chat | Use AI-powered chat and prompt templates for artefact management |
118
+ | template | Print artefact templates in the terminal |
119
+ | fetch-templates | Download and manage reusable prompt templates |
120
+ | read | Output artefact contents and their full contribution chain |
121
+ | reconnect | Connect artefacts to parent artefacts |
122
+ | read-status, set-status | Query and assign status to artefacts |
123
+ | read-user, set-user | Query and assign responsible users |
124
+ | classifier-directory | Show directory of artefact classifiers |
125
+ | scan | Scan the ARA tree for incompatible or inconsistent artefacts |
126
+ | autofix | Automatically correct artefact issues with LLM assistance |
127
+
128
+ See `ara -h` for the complete list of commands and usage examples.
129
+
130
+ ---
131
+
132
+ ## Artefact Structure
133
+
134
+ ara-cli organizes your project artefacts in a clear directory structure:
135
+
136
+ ```
137
+ ./ara/
138
+ ├── businessgoals/
139
+ ├── vision/
140
+ ├── capabilities/
141
+ ├── keyfeatures/
142
+ ├── features/
143
+ ├── epics/
144
+ ├── userstories/
145
+ ├── examples/
146
+ ├── tasks/
147
+ ```
148
+
149
+ ---
150
+
151
+ ## Example Workflows
152
+
153
+ - **Create a new feature and link it to a user story:**
154
+
155
+ ```bash
156
+ ara create feature payment contributes-to userstory checkout
157
+ ```
158
+
159
+ - **Read an artefact's content and its full parent chain:**
160
+
161
+ ```bash
162
+ ara read task implement_api --branch
163
+ ```
164
+
165
+ - **List tasks containing specific content:**
166
+
167
+ ```bash
168
+ ara list --include-extension .task --include-content "API integration"
169
+ ```
170
+
171
+ - **Automate prompt-based LLM interaction for a task:**
172
+
173
+ ```bash
174
+ ara prompt send task implement_api
175
+ ara prompt extract task implement_api
176
+ ```
177
+
178
+ ---
179
+
180
+ ## Requirements
181
+
182
+ - Python 3.8+
183
+ - Platform-independent; tested on Linux, macOS, and Windows
184
+
185
+ ---
186
+
187
+ ## License
188
+
189
+ This project is open source and freely available under the [MIT License](vector://vector/webapp/LICENSE).
190
+
191
+ ---
192
+
193
+ ## Links
194
+
195
+ - **PyPI:** https://pypi.org/project/ara-cli/
196
+ - **Source code:** \[GitHub link or repository URL\]
197
+ - **Documentation:** \[Link if available\]
198
+
199
+ ---
200
+
201
+ ## Contributing
202
+
203
+ Contributions, issues, and feature requests are welcome! Please open an issue or submit a pull request via GitHub.
204
+
205
+ ---
206
+
207
+ **ara-cli — Structure your development. Automate with AI. Build better software.**
208
+
@@ -13,6 +13,9 @@ setup(
13
13
  version=version['__version__'],
14
14
  packages=find_packages(),
15
15
  include_package_data=True,
16
+ description='Powerful, open source command-line tool for managing, structuring and automating software development artifacts in line with Business-Driven Development (BDD) and AI-assisted processes',
17
+ long_description=open('README.md').read(),
18
+ long_description_content_type='text/markdown',
16
19
  entry_points={
17
20
  "console_scripts": [
18
21
  "ara = ara_cli.__main__:cli",
ara_cli-0.1.9.77/PKG-INFO DELETED
@@ -1,18 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: ara_cli
3
- Version: 0.1.9.77
4
- Requires-Dist: litellm
5
- Requires-Dist: llama-index
6
- Requires-Dist: llama-index-llms-openai
7
- Requires-Dist: llama-index-retrievers-bm25
8
- Requires-Dist: openai
9
- Requires-Dist: markdown-it-py
10
- Requires-Dist: json-repair
11
- Requires-Dist: argparse
12
- Requires-Dist: argcomplete
13
- Requires-Dist: cmd2>=2.5
14
- Requires-Dist: pydantic
15
- Requires-Dist: pydantic_ai
16
- Requires-Dist: python-docx
17
- Requires-Dist: pymupdf4llm
18
- Dynamic: requires-dist