Commit Graph

9 Commits

Author SHA1 Message Date
startdata 0a825a51e8 Atualizar README.md 2026-02-18 17:33:06 +00:00
startdata f593b049b9 Atualizar README.md 2026-02-18 17:32:46 +00:00
Ricel Leite f2342a4a2c refactor: Rename all ACI references to JIRA
- Database: jira_fixer
- URLs: jira-fixer.startdata.com.br
- Repository: jira-ai-fixer
- All code references updated
2026-02-18 14:20:06 -03:00
Ricel Leite 3b6b0a657d refactor: Rename project to JIRA AI Fixer
Generic name for broader market appeal
2026-02-18 14:10:23 -03:00
Ricel Leite 27b72e3ccd feat: Background workers
- analyzer.py: Issue analysis pipeline (JIRA -> LLM -> PR)
- indexer.py: Code indexing pipeline (Bitbucket -> Embeddings -> Qdrant)
- Redis queue-based processing
- Progress tracking and status updates
2026-02-18 14:03:34 -03:00
Ricel Leite 011a93c5b9 feat: Portal Web React + TailwindCSS
- Dashboard with stats cards and quick actions
- Issues list with filters and status badges
- Repositories management with add/reindex/delete
- Modules editor for business rules
- Settings page for integrations (JIRA, Bitbucket, LLM)
- Responsive sidebar navigation
- React Query for data fetching

Pages: Dashboard, Issues, Repositories, Modules, Settings
2026-02-18 14:02:22 -03:00
startdata dcf0988790 Atualizar README.md 2026-02-18 16:47:48 +00:00
Ricel Leite f0fe5a7538 feat: Initial project structure
- FastAPI backend with routers (webhook, issues, config)
- Services: JIRA, Bitbucket, LLM, Embeddings
- Docker Compose with PostgreSQL, Redis, Qdrant
- Documentation (technical + executive) in PT and EN
- .env.example with all required variables

Developed by OpenClaw AI Assistant
2026-02-18 13:33:43 -03:00
startdata 7ce20cd530 Initial commit 2026-02-18 16:29:46 +00:00