chore: swap remotes so origin=gitea (CI), github=backup
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
59aa173384
commit
02825666fb
@ -57,6 +57,7 @@ When discussing code: "add to **platform**" = edit rdev; "add to **skeleton**" =
|
||||
- **Pod git ops:** Git operations run inside pods via `PodGitOperations` (kubectl exec), never locally.
|
||||
- **No dead code:** Delete unused code immediately. Don't leave "might use later" exports.
|
||||
- **KUBECONFIG:** ALWAYS set `export KUBECONFIG=~/.kube/orchard9-k3sf.yaml` before kubectl commands
|
||||
- **Container builds:** NEVER build Docker images locally. ALWAYS use `git push origin main` to trigger Woodpecker CI which builds via in-cluster Kaniko. Local Docker builds produce wrong architecture (arm64 vs amd64). If an image is missing from registry.threesix.ai, push to origin — don't improvise.
|
||||
- **Hexagonal:** Domain models in `internal/domain/` must have ZERO external dependencies
|
||||
- **Ports:** All adapters implement interfaces from `internal/port/`
|
||||
- **Migrations:** NEVER modify committed migrations. Create NEW ones.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user