mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
feat: add Itô compute sponsor routing and Phase 2 plan (#2546)
* feat: add Ito compute sponsor routing * fix: harden Ito integration CI and framing
This commit is contained in:
parent
5deee34c93
commit
96789caaf9
17 changed files with 1053 additions and 38 deletions
|
|
@ -3,6 +3,7 @@
|
|||
const { spawnSync } = require('child_process');
|
||||
const path = require('path');
|
||||
const { listAvailableLanguages } = require('./lib/install-executor');
|
||||
const { getComputeSponsorCopy } = require('./lib/compute-sponsor');
|
||||
|
||||
const COMMANDS = {
|
||||
install: {
|
||||
|
|
@ -119,6 +120,9 @@ Compatibility:
|
|||
Global Flags:
|
||||
--dry-run Preview actions without executing (sets ECC_DRY_RUN=1)
|
||||
|
||||
Compute:
|
||||
${getComputeSponsorCopy()}
|
||||
|
||||
Examples:
|
||||
ecc typescript
|
||||
ecc install --profile developer --target claude
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue