Commit 7d33f1a
fix(cli,manifests): address CodeRabbit review feedback
- send.go: RUN_ERROR now returns an error (exit non-zero) instead of nil;
RUN_FINISHED and RUN_ERROR both flush trailing newline before returning
- ambient-api-server.yaml: add resource requests/limits to migration
initContainer (cpu: 50m-500m, memory: 128Mi-512Mi)
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent eeb17f7 commit 7d33f1a
2 files changed
Lines changed: 16 additions & 1 deletion
File tree
- components
- ambient-cli/cmd/acpctl/session
- manifests/overlays/mpp-openshift
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
140 | 143 | | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
141 | 149 | | |
142 | 150 | | |
143 | 151 | | |
| |||
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
71 | 78 | | |
72 | 79 | | |
73 | 80 | | |
| |||
0 commit comments