cfee/generador-post-mortem
1
1# AGENTS.md2 3## Project overview4This software project aims to create a web application that allows users to enter technical details of a security incident or alert and obtain a draft incident report.5 6The app currently uses the Streamlit framework for the graphical interface and backend logic. No data is stored, so there is no data persistence layer.7 8Hosted on HuggingFace.9 10## Setup commands11- Install deps: `pipenv install`12- Start dev server: `pipenv run streamlit run .\src\app.py`13- Run tests: Tests doesn't exists yet14 15## Code style16- Python best practices: https://peps.python.org/pep-0008/17- Use double-quoted when possible.18 19## Contribution guidelines20- Follow the Conventional Commits guidelines when commit changes: https://www.conventionalcommits.org/