docs: activate install script prd
lint / lint (push) Successful in 1m33s
test / unit (pull_request) Successful in 29s
test / integration (pull_request) Successful in 16s

This commit is contained in:
2026-06-10 05:38:05 +00:00
committed by didericis
parent 6b5fbe84cb
commit 92518a43b5
+4 -3
View File
@@ -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.