|
|
|
|
|
by gck1
55 days ago
|
|
Start building your own liteweight "harness" that does things you need. Ignore all functionality of clients like CC or Codex and just implement whatever you start missing in your harness. You can replace pretty much everything - skills system, subagents, etc with just tmux and a simple cli tool that the official clients can call. Oh and definitely disable any form of "memory" system. Essentially, treat all tooling that wraps the models as dumb gateways to inference. Then provider switch is basically a one line config change. |
|
write scripts that work anywhere and have your ci/cd pipeline be a "dumb" executor of those scripts. unless you want to be stuck on jenkins forever.
what's old is new again!