feat: implement Priority 5 — developer experience improvements#14
Merged
Conversation
Agent-Logs-Url: https://github.com/nitrocode/token-deathclock/sessions/5d903c08-d073-461b-b7be-b7d0eb14c325 Co-authored-by: nitrocode <7775707+nitrocode@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
nitrocode
April 14, 2026 13:56
View session
Contributor
👁️ PR Preview
|
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.
Implements all four items from the Priority 5 roadmap item in the README, improving consistency and onboarding for contributors.
Changes
.nvmrc— pins Node.js to20, matching the version used intest.ymlCI.editorconfig— enforces UTF-8, LF line endings, 2-space indent, final newline, and trailing-whitespace trimming across all file types (trailing whitespace exempted for.md)package.json— adds"homepage": "https://nitrocode.github.io/token-deathclock/"fieldCHANGELOG.md— initial changelog following Keep a Changelog / SemVer conventions; includes a[1.0.0]entry and an[Unreleased]section seeded with these additionsREADME.md— Priority 5 checkboxes marked complete