Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.37 KB

File metadata and controls

36 lines (26 loc) · 1.37 KB

GitGuard-AI

GitGuard-AI is a comprehensive toolkit for detecting and managing secrets in codebases, featuring IDE integration and a modern web landing page.

Project Structure

// Directory tree (3 levels)
├── docs/
├── landing_page/
│   ├── backend/
│   └── frontend/
├── trae-plugin/
│   ├── gitguard/
│   └── tests/
  • trae-plugin/
    • gitguard/: Core logic for secret detection and MCP (Modular Command Platform) integration. See trae-plugin/README.md
  • landing_page/
  • docs/: Project documentation and guides.

Getting Started

See module-level README files for detailed setup and usage instructions. For example, refer to trae-plugin/README.md for the Trae IDE Plugin.


This root README provides a high-level overview. Each major module includes its own README for detailed documentation.

License

This project is licensed under the MIT License. See the LICENSE file for details.