Conversation
There was a problem hiding this comment.
🟡 Changes recommended
The new registry entry is missing the repo’s conventionally-required timestamps (addedDate and per-version date), which may impact consistency/tooling.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Adds a new extension registry entry for the markedit-version-browser extension so it can be discovered and installed via the MarkEdit extensions registry.
Changes:
- Add
extensions/markedit-version-browser.jsondefining the extension metadata and initial1.0.0release (URL, SHA-256, min app version, notes).
File summaries
| File | Description |
|---|---|
| extensions/markedit-version-browser.json | New registry entry for the Version Browser extension, including initial release metadata. |
Review details
Suppressed comments (1)
extensions/markedit-version-browser.json:12
- By established registry convention, each versions[] entry includes a "date" field (in addition to notes). Including it here keeps sorting/auditing consistent across extensions and matches the schema’s strict hour-aligned UTC format (YYYY-MM-DDTHH:00:00Z).
"version": "1.0.0",
"url": "https://github.com/MarkEdit-app/MarkEdit-version-browser/releases/download/v1.0.0/markedit-version-browser.js",
"sha256": "42f6713eaf40bcafe94d5881d510983b82f722f1e8d05fdee8a97d238e0e0b1c",
- Files reviewed: 1/1 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
No description provided.