docs: update all documentation and add AI tooling configs

- Rewrite README.md with current architecture, features and stack
- Update docs/API.md with all current endpoints (corporate, BI, client 360)
- Update docs/ARCHITECTURE.md with cache, modular queries, services, ETL
- Update docs/GUIA-USUARIO.md for all roles (admin, corporate, agente)
- Add docs/INDEX.md documentation index
- Add PROJETO.md comprehensive project reference
- Add BI-CCC-Implementation-Guide.md
- Include AI agent configs (.claude, .agents, .gemini, _bmad)
- Add netbird VPN configuration
- Add status report

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-19 13:29:03 -04:00
parent c5b377e788
commit 647cbec54f
3246 changed files with 479789 additions and 983 deletions

10
_bmad/tea/module-help.csv Normal file
View File

@@ -0,0 +1,10 @@
module,phase,name,code,sequence,workflow-file,command,required,agent,options,description,output-location,outputs,
tea,0-learning,Teach Me Testing,TMT,10,skill:bmad-teach-me-testing,bmad-tea-teach-me-testing,false,tea,Create Mode,"Teach testing fundamentals through 7 sessions (TEA Academy)",test_artifacts,"progress file|session notes|certificate",
tea,3-solutioning,Test Design,TD,10,skill:bmad-testarch-test-design,bmad-tea-testarch-test-design,false,tea,Create Mode,"Risk-based test planning",test_artifacts,"test design document",
tea,3-solutioning,Test Framework,TF,20,skill:bmad-testarch-framework,bmad-tea-testarch-framework,false,tea,Create Mode,"Initialize production-ready test framework",test_artifacts,"framework scaffold",
tea,3-solutioning,CI Setup,CI,30,skill:bmad-testarch-ci,bmad-tea-testarch-ci,false,tea,Create Mode,"Configure CI/CD quality pipeline",test_artifacts,"ci config",
tea,4-implementation,ATDD,AT,10,skill:bmad-testarch-atdd,bmad-tea-testarch-atdd,false,tea,Create Mode,"Generate failing tests (TDD red phase)",test_artifacts,"atdd tests",
tea,4-implementation,Test Automation,TA,20,skill:bmad-testarch-automate,bmad-tea-testarch-automate,false,tea,Create Mode,"Expand test coverage",test_artifacts,"test suite",
tea,4-implementation,Test Review,RV,30,skill:bmad-testarch-test-review,bmad-tea-testarch-test-review,false,tea,Validate Mode,"Quality audit (0-100 scoring)",test_artifacts,"review report",
tea,4-implementation,NFR Assessment,NR,40,skill:bmad-testarch-nfr,bmad-tea-testarch-nfr,false,tea,Create Mode,"Non-functional requirements",test_artifacts,"nfr report",
tea,4-implementation,Traceability,TR,50,skill:bmad-testarch-trace,bmad-tea-testarch-trace,false,tea,Create Mode,"Coverage traceability and gate",test_artifacts,"traceability matrix|gate decision",
1 module phase name code sequence workflow-file command required agent options description output-location outputs
2 tea 0-learning Teach Me Testing TMT 10 skill:bmad-teach-me-testing bmad-tea-teach-me-testing false tea Create Mode Teach testing fundamentals through 7 sessions (TEA Academy) test_artifacts progress file|session notes|certificate
3 tea 3-solutioning Test Design TD 10 skill:bmad-testarch-test-design bmad-tea-testarch-test-design false tea Create Mode Risk-based test planning test_artifacts test design document
4 tea 3-solutioning Test Framework TF 20 skill:bmad-testarch-framework bmad-tea-testarch-framework false tea Create Mode Initialize production-ready test framework test_artifacts framework scaffold
5 tea 3-solutioning CI Setup CI 30 skill:bmad-testarch-ci bmad-tea-testarch-ci false tea Create Mode Configure CI/CD quality pipeline test_artifacts ci config
6 tea 4-implementation ATDD AT 10 skill:bmad-testarch-atdd bmad-tea-testarch-atdd false tea Create Mode Generate failing tests (TDD red phase) test_artifacts atdd tests
7 tea 4-implementation Test Automation TA 20 skill:bmad-testarch-automate bmad-tea-testarch-automate false tea Create Mode Expand test coverage test_artifacts test suite
8 tea 4-implementation Test Review RV 30 skill:bmad-testarch-test-review bmad-tea-testarch-test-review false tea Validate Mode Quality audit (0-100 scoring) test_artifacts review report
9 tea 4-implementation NFR Assessment NR 40 skill:bmad-testarch-nfr bmad-tea-testarch-nfr false tea Create Mode Non-functional requirements test_artifacts nfr report
10 tea 4-implementation Traceability TR 50 skill:bmad-testarch-trace bmad-tea-testarch-trace false tea Create Mode Coverage traceability and gate test_artifacts traceability matrix|gate decision