Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.37 KB

File metadata and controls

30 lines (21 loc) · 1.37 KB

Developer Guide

This guide is the codebase orientation page for contributors. ClawManager spans frontend, backend, deployment assets, and supporting product documentation, so the fastest way to get productive is to start from the subsystem you want to change.

Repository Map

  • frontend/: React application, admin surfaces, portal views, and product UI
  • backend/: Go services, handlers, repositories, migrations, and platform logic
  • deployments/: Kubernetes manifests, container bootstrap, and nginx config
  • docs/: product-facing guides and screenshots

Suggested Entry Points

Common Areas of Change

  • frontend pages and navigation for product surfaces such as AI Gateway, Security Center, and Config Center
  • backend services for agents, commands, resources, and scanning
  • migrations and repository logic when new control-plane state is introduced
  • deployment manifests when platform components or images change

Related Guides