back to home

mozilla / kitsune

Platform for Mozilla Support

1,561 stars
839 forks
38 issues
PythonJavaScriptHTML

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing mozilla/kitsune in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/mozilla/kitsune)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

Kitsune Kitsune is the platform that powers SuMo (support.mozilla.org) Usage It is a Django application. There is documentation online. Releasing a new version • Create a signed tag for the new version. We are using semantic versioning. Given a version number MAJOR.MINOR.PATCH, increment the: MAJOR version when you make incompatible API changes MINOR version when you add functionality in a backward compatible manner PATCH version when you make backward compatible bug fixes Example: • Draft a new release in GitHub for the new tag. Document the **highlights** of the release and also use the option to automatically document the release through the commit history. • Trigger the release for the specified tag in the deploy repository. > [!TIP] > You can access the staging site at . Code of Conduct By participating in this project, you're agreeing to uphold the Mozilla Community Participation Guidelines. If you need to report a problem, please see our Code of Conduct guide. Contribute See our contribution guide, or dive into setting up your development environment. Issues We use Bugzilla for submitting and prioritizing issues. Thanks to all of our contributors ❤️