diff --git a/docs/prds/prd-new-install-script.md b/docs/prds/prd-new-install-script.md index 6109455..ff7fff1 100644 --- a/docs/prds/prd-new-install-script.md +++ b/docs/prds/prd-new-install-script.md @@ -1,6 +1,6 @@ # PRD prd-new: Install script -- **Status:** Draft +- **Status:** Active - **Author:** didericis - **Created:** 2026-06-06 - **Issue:** #197 @@ -68,7 +68,8 @@ A new subcommand that checks and reports: Exits 0 if all checks pass, non-zero otherwise. -## Open questions +## Decisions -- Where should `install.sh` be hosted for the `curl | sh` path? (Options: raw Gitea, a separate static host, GitHub releases if/when the repo is mirrored.) Resolve before shipping. +- `install.sh` is hosted from the repo's raw Gitea URL for now: + `https://gitea.dideric.is/didericis/bot-bottle/raw/branch/main/install.sh`. - Should `version` in `pyproject.toml` be driven by a git tag at build time (e.g. via `hatch-vcs`) or kept as a static string? Static is simpler for now.