Skip to content

Commit 7c9997c

Browse files
authored
Wire orchestration in src/install.ts (#25)
- install() now composes the v0.1 install path: parseInputs → restoreCache (if enabled) → on miss download + extract + saveCache → buildApiStartupFile → smoke → outputs and GMAT_ROOT env export. The "not implemented" stub is removed. - BuildApiStartupFile.py and the smoke step run on every invocation (cache hit included), since api_startup_file.txt embeds absolute paths that can shift across runner generations and the smoke is the per-run "install is usable here" contract. - Each phase is wrapped in core.group for a navigable workflow log; dist/index.js regenerated. Closes #10
1 parent a558ea5 commit 7c9997c

3 files changed

Lines changed: 1073 additions & 19 deletions

File tree

dist/index.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)