Skip to content

release: prepare TROVE 1.0.0 - #6

Merged
JNHFlow21 merged 1 commit into
mainfrom
codex/release-v1.0.0
Aug 12, 2026
Merged

release: prepare TROVE 1.0.0#6
JNHFlow21 merged 1 commit into
mainfrom
codex/release-v1.0.0

Conversation

@JNHFlow21

Copy link
Copy Markdown
Owner

Summary

  • prepare the first versioned TROVE 1.0.0 release and changelog
  • make the tag workflow run the full release gate, build and verify both wheels, and publish the GitHub Release
  • add bilingual release discovery links
  • remove a machine-specific fixture path and keep benchmark help portable on Python 3.14

Verification

  • ./scripts/trove-python scripts/check.py contract
  • ./scripts/trove-python scripts/privacy_scan.py .
  • ./scripts/trove-python scripts/check.py release through e2e and acceptance; Python 3.14 perf-help failure fixed and perf gate rerun successfully
  • distribution build and verification: two wheels, clean source SHA, privacy flags false
  • Gitleaks full-history scan: no leaks

@JNHFlow21
JNHFlow21 merged commit 461367d into main Aug 12, 2026
6 checks passed
@JNHFlow21
JNHFlow21 deleted the codex/release-v1.0.0 branch August 12, 2026 02:20

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 8ed892d863

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

run: |
set -euo pipefail
test "$GITHUB_REF_NAME" = "v1.0.0"
./scripts/trove-python scripts/build_distribution.py --out dist

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Restore a clean checkout before building the release

The preceding check.py release ends by running benchmark_agent_runtime.py, whose default output rewrites the tracked docs/perf/agent-runtime-budgets.json with the current SHA and measurements. Thus, whenever the gate succeeds, this build records source_dirty=true; verify_distribution.py currently accepts either boolean, so the following step publishes a distribution that violates the source_dirty=false release invariant and is rejected by the closeout checks. Write the benchmark artifact to a temporary path or restore it, then assert the checkout is clean before building.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant