Add zh cn preset v0.0.3 - #4437
Open
lin52025iq wants to merge 3 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
The catalog and entry timestamps should be updated to today’s date per the repository’s add-community-preset workflow guidance.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Adds the Simplified Chinese community preset (zh-cn) to the Spec Kit preset catalog and documentation, making it discoverable via the community preset registry.
Changes:
- Adds a new
zh-cnpreset entry topresets/catalog.community.json. - Updates the preset catalog’s top-level
updated_at. - Adds the “Simplified Chinese” row to the community presets table in
docs/community/presets.md.
File summaries
| File | Description |
|---|---|
| presets/catalog.community.json | Adds the new zh-cn preset entry and updates catalog timestamps. |
| docs/community/presets.md | Adds a corresponding row to the Community Presets table. |
Review details
Suppressed comments (1)
presets/catalog.community.json:993
- For new presets, the workflow requires setting both created_at and updated_at to T00:00:00Z. These are currently set to 2026-09-04T00:00:00Z, which makes the new entry look older than the submission date.
"created_at": "2026-09-04T00:00:00Z",
"updated_at": "2026-09-04T00:00:00Z"
- Files reviewed: 2/2 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.
| { | ||
| "schema_version": "1.0", | ||
| "updated_at": "2026-08-26T00:00:00Z", | ||
| "updated_at": "2026-09-04T00:00:00Z", |
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.
Preset Submission
zh-cn0.0.3Summary
Adds the community preset Simplified Chinese (
zh-cn) to the Spec Kit community catalog.The preset localizes core Spec Kit templates and human-readable workflow output to Simplified Chinese while preserving machine-readable identifiers and technical contracts such as requirement IDs, task IDs, file paths, code identifiers, HTTP methods, API routes, and schema fields.
This PR only updates the community preset catalog and documentation:
presets/catalog.community.json— adds the newzh-cnpreset entry and updates the top-levelupdated_atdocs/community/presets.md— adds the Simplified Chinese preset rowNo existing community preset entries are modified.
Preset Details
>=1.0.5.dev0localization,chinese,zh-cn,i18nValidation
preset.ymlmanifestzh-cnfollows the required lowercase-with-hyphens format0.0.3follows semantic versioningLICENSEfile is includedspecify preset add --from ...commandv0.0.3tag archivepresets/catalog.community.jsondocs/community/presets.mdAI Disclosure
AI assistance was used to review the Spec Kit preset publishing requirements, prepare the catalog entry and documentation changes, and draft this pull request description. The resulting changes were reviewed before submission.