Feature: download/extract + manifest write (shared installer)
Open
cli
enhancement
- Dominant language
- F#
- Stars
- 14
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
**Summary**
Build shared installer pipeline used by dist/tool/extension handlers.
**Scope**
- HTTP fetch of archive; extract to target directory.
- Write manifest as JSONC (`manifest.json` with comments allowed).
- Optional hash/integrity check per design.
- Idempotent install with `--force`/overwrite policy per design.
- Error handling/logging to stderr.
**Acceptance**
- Installer works for at least one sample payload (mock or fixture).
- Tests for download/extract + manifest write.
- Handler integration uses this pipeline.
Contributor guide
Assessment
This issue has not been assessed yet.