feat(analytics): wire self-hosted Umami into mini app #220
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
| # Full Backend lint/test CI is intentionally not enabled for the public | |
| # source-available showcase yet. | |
| # | |
| # Why: | |
| # - The repository depends on the private `DotSoundPrivateCore` package | |
| # for complete installation and runtime behaviour. | |
| # - The historical Ruff/Mypy backlog is not advertised as green. | |
| # - The active public guardrails live in `policy-guardrails.yml` | |
| # (boundary checks, mojibake checks, and full-history secret scanning). | |
| # | |
| # Internal maintainers can re-enable a full CI workflow once the private | |
| # dependency, lint backlog, and test environment are publication-ready. |