docs: publish public credibility package (demo, benchmark, architecture diagram, case study) - #1
Merged
felipeofdev-ai merged 1 commit intoFeb 15, 2026
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Description
docs/BENCHMARK_PUBLIC.md,docs/ARCHITECTURE_DIAGRAM.md,docs/CASE_STUDY_TECHNICAL.mdanddocs/architecture.svgto expose demo, benchmark and architecture artifacts.scripts/generate_benchmark_summary.pyto produce a public benchmark summary from Locust CSV outputs andscripts/run_load_test.sh+loadtest/locustfile.pyto run and persist load tests.docker-compose.monitoring.yml, Grafana provisioning/dashboards, Prometheus/Loki configs, and a simple Grafana dashboard JSON to simplify screenshotting and inspection.scripts/deploy_production.sh,scripts/link_trusthire_ecossistema.sh,scripts/stripe_setup_live.sh,scripts/stripe_webhook_local_test.sh), updated CI (.github/workflows/ci.yml) and.gitignoreto support the new artifacts and flows.Testing
pytest -qand all tests passed: 24 passed.python -m compileall scripts docs api main.pywhich completed successfully.python scripts/generate_benchmark_summary.pyto verify generation ofdocs/BENCHMARK_PUBLIC.md(writes a helpful fallback when no Locust results are present).Codex Task