Conversation
There was a problem hiding this comment.
Pull request overview
Adds an addedDate timestamp to registry entries (extensions/themes) to record the UTC hour when an entry was first checked into the registry, and updates build tooling + schemas so the field is validated and automatically stamped when missing.
Changes:
- Add
addedDateto all current theme/extension source entries and toindex.json. - Update JSON schemas (theme/extension/index) to validate
addedDateas an hourly UTC ISO timestamp. - Extend the registry stamping logic + tests so
addedDateis set on first submission and preserved on updates.
Reviewed changes
Copilot reviewed 42 out of 42 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| themes/markedit-theme-vscode.json | Adds addedDate to theme metadata. |
| themes/markedit-theme-tokyo-night.json | Adds addedDate to theme metadata. |
| themes/markedit-theme-quietlight.json | Adds addedDate to theme metadata. |
| themes/markedit-theme-one-dark.json | Adds addedDate to theme metadata. |
| themes/markedit-theme-nord.json | Adds addedDate to theme metadata. |
| themes/markedit-theme-noctis-lilac.json | Adds addedDate to theme metadata. |
| themes/markedit-theme-gruvbox.json | Adds addedDate to theme metadata. |
| themes/markedit-theme-duotone.json | Adds addedDate to theme metadata. |
| themes/markedit-theme-catppuccin.json | Adds addedDate to theme metadata. |
| themes/markedit-theme-basic.json | Adds addedDate to theme metadata. |
| test/registry-date.test.mjs | Updates tests for stampRegistryMetadata to include addedDate behavior. |
| scripts/registry-date.mjs | Updates stamping to set entry.addedDate when missing. |
| scripts/build.mjs | Adjusts build/stamp flow to operate on the full entry (not just versions) and preserve “changed” detection. |
| schemas/theme.schema.json | Adds schema validation for addedDate. |
| schemas/index.schema.json | Adds schema validation for addedDate in generated index entries. |
| schemas/extension.schema.json | Adds schema validation for addedDate. |
| README.md | Documents addedDate and updates examples to include it. |
| index.json | Adds addedDate for published registry entries. |
| extensions/markedit-wikilinks.json | Adds addedDate to extension metadata. |
| extensions/markedit-vim.json | Adds addedDate to extension metadata. |
| extensions/markedit-theme-zero.json | Adds addedDate to extension metadata. |
| extensions/markedit-rendered-math.json | Adds addedDate to extension metadata. |
| extensions/markedit-reference-style-links.json | Adds addedDate to extension metadata. |
| extensions/markedit-quick-emoji.json | Adds addedDate to extension metadata. |
| extensions/markedit-proofreading.json | Adds addedDate to extension metadata. |
| extensions/markedit-preview.json | Adds addedDate to extension metadata. |
| extensions/markedit-prettier.json | Adds addedDate to extension metadata. |
| extensions/markedit-pdf-export-pretty.json | Adds addedDate to extension metadata. |
| extensions/markedit-outline-sidebar.json | Adds addedDate to extension metadata. |
| extensions/markedit-native-text-shortcuts.json | Adds addedDate to extension metadata. |
| extensions/markedit-mte.json | Adds addedDate to extension metadata. |
| extensions/markedit-mindmap.json | Adds addedDate to extension metadata. |
| extensions/markedit-link-checker.json | Adds addedDate to extension metadata. |
| extensions/markedit-language-data.json | Adds addedDate to extension metadata. |
| extensions/markedit-hitl-review.json | Adds addedDate to extension metadata. |
| extensions/markedit-highlight.json | Adds addedDate to extension metadata. |
| extensions/markedit-enhanced-paste.json | Adds addedDate to extension metadata. |
| extensions/markedit-direct-preview.json | Adds addedDate to extension metadata. |
| extensions/markedit-devtools.json | Adds addedDate to extension metadata. |
| extensions/markedit-bidirectional-preview-sync.json | Adds addedDate to extension metadata. |
| extensions/markedit-authorship.json | Adds addedDate to extension metadata. |
| extensions/markedit-ai-writer.json | Adds addedDate to extension metadata. |
💡 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.