From 5c3286693a285b133fd637a25e863eaa348ce5e0 Mon Sep 17 00:00:00 2001 From: codex Date: Wed, 10 Jun 2026 05:38:05 +0000 Subject: [PATCH] docs: activate install script prd --- docs/prds/prd-new-install-script.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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.