Files
yuan-lab-llm--clawmanager/docs/developer-guide.md
T
wehub-resource-sync 6d978fe483
Build / Frontend Build (push) Has been cancelled
Build / Backend Build (push) Has been cancelled
Build / Docker Build (push) Has been cancelled
Build / Kubernetes Deploy Smoke Test (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:35:24 +08:00

1.4 KiB

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