Add editors block: Honaminto as editor of record - #32
Merged
Merged
Conversation
Stage 2 of the human-review rollout: names Honaminto as the editor of record for this edition. Block-style YAML with primary first — the flow form parses to None against the live parser. Hand-edited rather than bootstrapped so tool-version stays untouched. See QuantEcon/project-translation#24 for the rollout tracker. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Adds an editors block to the repository’s translation configuration so downstream tooling can attribute this edition to a specific editor of record.
Changes:
- Adds
editors.primaryset toHonaminto. - Adds an empty
editors.secondarylist placeholder.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
📖 Netlify Preview Ready!Preview URL: https://pr-32--verdant-toffee-3261a8.netlify.app Commit: Build Info
|
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.
Adds the
editors:block to.translate/config.yml, naming @Honaminto as this edition's editor of record — one of five staged PRs rolling out Stage 2 of the human-review program (tracker: QuantEcon/project-translation#24, assignments from the program'steam/reviewers.yml).Two deliberate mechanics, both ruled in the work plan: block-style YAML with
primary:first, because the flow formeditors: {primary: X}parses toNoneagainst the live parser and asecondary:list written aboveprimary:would mis-assign; and hand-edited rather than bootstrapped, becausewriteConfigwould restamptool-versionand muddy the pin-drift picture in QuantEcon/project-translation#4.secondarystays empty until the RA cohort is ruled on.The Action does not read this file, so the change is inert to sync; the consumer is the status-translations collector, and the dashboard's
primary_editorfield should flip on the first nightly collect after merge (17 3 * * *).🤖 Generated with Claude Code