The ingitdb-ws marketing site now ships unified install scripts at
ingitdb.com/install/get-cli and
ingitdb.com/install/get-cli.ps1,
copied from the canonical template defined at
sneat-co/ai-marketplace/CLIs.md.
Per that convention, the scripts should live in this repo at
scripts/install.sh and scripts/install.ps1. The marketing site
would then fetch them at build time, matching the
specscore-cli pattern.
Until that lands, ingitdb-ws hosts the scripts locally as
public/install/get-cli{,.ps1}. The scripts also encode an OS-aware
fallback for the three checksum manifests produced by this repo's
release pipeline:
| Job |
Checksum file |
| Linux |
checksums.txt |
| macOS |
checksums-darwin.txt |
| Windows |
checksums-windows.txt |
The unified template expects a single ${BIN_NAME}_${VER_NO_V}_checksums.txt.
The fallback is a documented hack — converging on a single manifest is
the long-term fix.
Acceptance criteria for closing this issue:
The ingitdb-ws marketing site now ships unified install scripts at
ingitdb.com/install/get-cliandingitdb.com/install/get-cli.ps1,copied from the canonical template defined at
sneat-co/ai-marketplace/CLIs.md.Per that convention, the scripts should live in this repo at
scripts/install.shandscripts/install.ps1. The marketing sitewould then fetch them at build time, matching the
specscore-cli pattern.
Until that lands, ingitdb-ws hosts the scripts locally as
public/install/get-cli{,.ps1}. The scripts also encode an OS-awarefallback for the three checksum manifests produced by this repo's
release pipeline:
checksums.txtchecksums-darwin.txtchecksums-windows.txtThe unified template expects a single
${BIN_NAME}_${VER_NO_V}_checksums.txt.The fallback is a documented hack — converging on a single manifest is
the long-term fix.
Acceptance criteria for closing this issue:
scripts/install.shlives in this repo, adapted from thedatatug template.
scripts/install.ps1lives in this repo, adapted from thedatatug template.
${BIN_NAME}_${VER_NO_V}_checksums.txt(preferred), OR the installscripts keep the three-manifest fallback (acceptable interim).
ingitdb-wsbuild pipeline switches to fetch the scripts fromthis repo at build time.
sneat-co/ai-marketplace/CLIs.mdflips ingitdb'scurl/PowerShell cells from 🚧 to ✅.