chore(repo): make the release gate reproducible and clean product URLs

PyJHora absence is now partial, tests write research manifests to tmp, the registry allows experimental_variant, and product links point at the Gitea repo. Early logs move to docs/history.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Jesse_Chen
2026-09-03 16:55:26 +08:00
co-authored by Cursor
parent b6a70aa7df
commit 2415e751fe
32 changed files with 320 additions and 115 deletions
+5 -5
View File
@@ -51,11 +51,11 @@ jyotish-engine = "jyotish_vedic.engine:cli_main"
jyotish-mcp = "jyotish_vedic.mcp_server:main"
[project.urls]
Homepage = "https://github.com/732642856/yinduzhanxing"
Documentation = "https://github.com/732642856/yinduzhanxing#readme"
Repository = "https://github.com/732642856/yinduzhanxing"
"Bug Reports" = "https://github.com/732642856/yinduzhanxing/issues"
Changelog = "https://github.com/732642856/yinduzhanxing/blob/main/CHANGELOG.md"
Homepage = "https://git.copse.top/root/Jyotisha"
Documentation = "https://git.copse.top/root/Jyotisha/src/branch/main/README.md"
Repository = "https://git.copse.top/root/Jyotisha"
"Bug Reports" = "https://git.copse.top/root/Jyotisha/issues"
Changelog = "https://git.copse.top/root/Jyotisha"
[tool.setuptools.packages.find]
where = ["."]