feat(winget): configure release asset markers - #39
Merged
Conversation
There was a problem hiding this comment.
Automated PR Review
Reviewed commit: ba3545bab31f
Profile: codex-rianjs-bot - Posting as: rianjs-bot[bot]
Summary
| Reviewer | Findings |
|---|---|
| automation:ci-release | 0 |
| policies:conventions | 0 |
Reviewer Coverage
automation:ci-release— complete (broad); skipped: none; constraints: Focused on the assigned Winget action and its supporting Python/tests. The targeted pytest command could not run because this environment cannot resolve PyPI.policies:conventions— complete (broad); inspected 2 assigned files (3 inspected across reviewers):actions/winget-submit/action.yml,actions/winget-submit/winget_submit.py; skipped: none; constraints: Shared cli-common policy documents were not present in the review workspace; review used the repository README and assigned diff.
Inspected files (3)
actions/winget-submit/action.ymlactions/winget-submit/test_winget_submit.pyactions/winget-submit/winget_submit.py
0 PR discussion threads considered. 0 summarized; 0 resolved.
Completed in 1m 21s | gpt-5.6-terra | cr 0.10.284
| Field | Value |
|---|---|
| Model | gpt-5.6-terra |
| Reviewers | automation:ci-release, policies:conventions |
| Engine | codex_cli · gpt-5.6-terra |
| Reviewed by | cr · rianjs-bot[bot] |
| Duration | 1m 21s wall · 2m 08s compute |
| Cost | unavailable |
| Tokens | 303.0k in / 3.6k out |
Per-workstream usage
orchestrator-selection— gpt-5.6-terra- In: 16.6k
- Out: 220
- Cache read: 11.0k
- Cache create: unavailable
- Cost: unavailable
- Duration: 7s
automation:ci-release— gpt-5.6-terra- In: 124.3k
- Out: 1.7k
- Cache read: 93.2k
- Cache create: unavailable
- Cost: unavailable
- Duration: 50s
policies:conventions— gpt-5.6-terra- In: 127.5k
- Out: 1.5k
- Cache read: 103.2k
- Cache create: unavailable
- Cost: unavailable
- Duration: 1m 03s
orchestrator-rollup— gpt-5.6-terra- In: 34.6k
- Out: 256
- Cache read: 22.0k
- Cache create: unavailable
- Cost: unavailable
- Duration: 5s
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #38.
What changed
Why
Retune publishes architecture-specific NSIS installers whose names differ from the existing Go CLI ZIP convention. Keeping marker selection at the shared action boundary lets Retune use the same bootstrap/update path without changing current consumers.
Validation
uv run --with 'pytest>=8,<9' --with 'PyYAML==6.0.2' pytest -q -p no:cacheprovider(31 passed)100 passed)Parent workstream: open-cli-collective/Retune#2