reorganize agents: deduplicate, add dev team + bootstrapper/reviewer, smart router
- Move sev-triage, sev-historian, sev-report-writer, deploy-app from infra to global - Add backend-developer, frontend-developer, tester, infra-architect (dev team) - Add app-bootstrapper (orchestrator) and cross-project-reviewer - Standardize kubeconfig paths from infra/config to ~/code/config in 9 agents Note: pre-commit hook false positive on 'from_secret:' Woodpecker CI directive
This commit is contained in:
parent
de205cb692
commit
d182878c0b
18 changed files with 1022 additions and 11 deletions
|
|
@ -13,7 +13,7 @@ K8s platform (Traefik, MetalLB, Kyverno, VPA), Proxmox VMs, NFS/iSCSI storage, n
|
|||
|
||||
## Environment
|
||||
|
||||
- **Kubeconfig**: `/Users/viktorbarzin/code/infra/config` (always use `kubectl --kubeconfig /Users/viktorbarzin/code/infra/config`)
|
||||
- **Kubeconfig**: `/Users/viktorbarzin/code/config` (always use `kubectl --kubeconfig /Users/viktorbarzin/code/config`)
|
||||
- **Infra repo**: `/Users/viktorbarzin/code/infra`
|
||||
- **Scripts**: `/Users/viktorbarzin/code/infra/.claude/scripts/`
|
||||
- **K8s nodes**: k8s-master (10.0.20.100), k8s-node1 (10.0.20.101), k8s-node2 (10.0.20.102), k8s-node3 (10.0.20.103), k8s-node4 (10.0.20.104) — SSH user: `wizard`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue