Found while auditing #844 fix (PR #886). About 19 catalog manifests (stable-diffusion-cpp, wan2gp, dify, agents, and others) reference scripts/install-*.sh files that do not exist in the repo root. This means their Store install buttons will fail silently or with a confusing error, the same class of bug as #844.
Scope: audit all catalog manifests under tinyagentos/catalog/ for scripts/ references, list the missing files, and either create stub scripts or correct the manifest entries.
NOT blocking #886 (which only fixes rkllama). This is a follow-up pass.
Found while auditing #844 fix (PR #886). About 19 catalog manifests (stable-diffusion-cpp, wan2gp, dify, agents, and others) reference
scripts/install-*.shfiles that do not exist in the repo root. This means their Store install buttons will fail silently or with a confusing error, the same class of bug as #844.Scope: audit all catalog manifests under
tinyagentos/catalog/forscripts/references, list the missing files, and either create stub scripts or correct the manifest entries.NOT blocking #886 (which only fixes rkllama). This is a follow-up pass.