Skip to content

hongdown: Add version 0.4.3#18004

Open
dahlia wants to merge 1 commit into
ScoopInstaller:masterfrom
dahlia:hongdown
Open

hongdown: Add version 0.4.3#18004
dahlia wants to merge 1 commit into
ScoopInstaller:masterfrom
dahlia:hongdown

Conversation

@dahlia

@dahlia dahlia commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Closes #18005.

  • Use conventional PR title: <manifest-name[@version]|chore>: <general summary of the pull request>
  • I have read the Contributing Guide

@coderabbitai

coderabbitai Bot commented Jun 8, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

This PR adds a new package manifest file bucket/hongdown.json to the Scoop Extras bucket. The manifest defines Hongdown Markdown formatter version 0.4.3, specifying the Windows executable name, release metadata (homepage and license URLs), architecture-specific download URLs for both 64-bit and ARM64 systems with corresponding SHA256 integrity hashes, and an autoupdate mechanism with version placeholders for automated updates.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Suggested labels

package-request-needed

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The PR title 'hongdown: Add version 0.4.3' clearly and specifically summarizes the main change—adding a new version of the hongdown manifest.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description check ✅ Passed The PR description includes a reference to a related issue and confirms compliance with the repository's contribution guidelines and title format requirements.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot added the package-request-needed Create a package request issue before raising PR. Check the criteria for a package to be accepted. label Jun 8, 2026

@coderabbitai coderabbitai 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.

Actionable comments posted: 1

🧹 Nitpick comments (1)
bucket/hongdown.json (1)

1-28: Run the standard local manifest checks before submission.

Use the required Scoop workflow for hongdown:

scoop config debug true
scoop config gh_token <your-github-token>   # optional, read-only
.\bin\checkver.ps1 -App hongdown -f
.\bin\formatjson.ps1 -App hongdown
scoop install bucket/hongdown.json -a 64bit
scoop install bucket/hongdown.json -a arm64

Reference docs:

As per coding guidelines, provide clear instructions for checkver, formatjson, and per-architecture install testing for new manifests.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@bucket/hongdown.json` around lines 1 - 28, Run the standard local manifest
checks for hongdown.json: enable debug and (optionally) set GH token, then run
.\bin\checkver.ps1 -App hongdown -f to validate the "checkver" field and release
detection, run .\bin\formatjson.ps1 -App hongdown to enforce manifest formatting
(verifying "version", "architecture", "autoupdate" and "bin" fields), and
perform per-architecture installs using scoop install bucket/hongdown.json -a
64bit and -a arm64 to validate the provided URLs/hashes in the "architecture"
block; if any step fails, update hongdown.json (fields: "version",
"architecture.*.url", "architecture.*.hash", "autoupdate") to correct the values
and re-run the checks.

Source: Coding guidelines

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@bucket/hongdown.json`:
- Around line 1-28: This new manifest (hongdown.json) lacks a linked
package-request issue; please create a package-request using the provided
template URL and then add the issue link to the manifest's "description" field
or the PR body and confirm the acceptance criteria (well-known usage, stable
release, English interface/docs). Use the package-request template URL from the
review, paste the created issue URL into the description value of hongdown.json
(or top of the PR body), and include a short note stating the manifest meets the
three checks so reviewers can verify.

---

Nitpick comments:
In `@bucket/hongdown.json`:
- Around line 1-28: Run the standard local manifest checks for hongdown.json:
enable debug and (optionally) set GH token, then run .\bin\checkver.ps1 -App
hongdown -f to validate the "checkver" field and release detection, run
.\bin\formatjson.ps1 -App hongdown to enforce manifest formatting (verifying
"version", "architecture", "autoupdate" and "bin" fields), and perform
per-architecture installs using scoop install bucket/hongdown.json -a 64bit and
-a arm64 to validate the provided URLs/hashes in the "architecture" block; if
any step fails, update hongdown.json (fields: "version", "architecture.*.url",
"architecture.*.hash", "autoupdate") to correct the values and re-run the
checks.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: adc9f2e9-9f99-40fb-9e0b-f8de203c09f2

📥 Commits

Reviewing files that changed from the base of the PR and between 045cb9e and 29c0f19.

📒 Files selected for processing (1)
  • bucket/hongdown.json

Comment thread bucket/hongdown.json
arvdk added a commit to arvdk/Extras that referenced this pull request Jun 8, 2026
@aliesbelik aliesbelik removed the package-request-needed Create a package request issue before raising PR. Check the criteria for a package to be accepted. label Jun 8, 2026
@aliesbelik

Copy link
Copy Markdown
Collaborator

/verify

@github-actions

github-actions Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

All changes look good.

Wait for review from human collaborators.

hongdown

  • Lint
  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate

Check the full log for details.

arvdk added a commit to arvdk/Extras that referenced this pull request Jun 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Request]: Hongdown

2 participants