Developer Guide
April 14, 2026 ยท View on GitHub
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 UIbackend/: Go services, handlers, repositories, migrations, and platform logicdeployments/: Kubernetes manifests, container bootstrap, and nginx configdocs/: product-facing guides and screenshots
Suggested Entry Points
- AI governance work:
docs/aigateway.md - runtime orchestration work: Agent Control Plane Guide
- reusable resource workflows: Resource Management Guide
- security scanning work: Security / Skill Scanner Guide
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