README screenshots + guide link fix (v0.1.3)#9
Merged
Conversation
The official-site reference pointed at a francescocirillo.com path that 404s. Point it at the official site https://www.pomodorotechnique.com/ (verified live). Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Screenshots of `pomo guide --web` and `pomo stats --web` in the "Learn the technique" and "Stats and dashboard" sections. Images live in docs/images/ (versioned, excluded from the npm tarball via the files array); npm rewrites the relative paths to GitHub raw so they render on the package page too. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
- README: add an "Author" section (website, X/@emson, repo) and link the byline; enrich the npm `author` field with the website URL. - Web pages: add a shared footer (benemson.com, @emson, GitHub) once in render/html-shell.js, so both the stats dashboard and the guide page carry it consistently. Inert anchors only, so the pages stay self-contained/offline. - Relax the stats self-contained test to forbid external resource loads (script/src/link) rather than all https, since inert anchors fetch nothing on load; add footer-presence assertions to both web-page tests. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
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.
Summary
Adds the web screenshots to the README and fixes a 404 link in the guide. Cuts v0.1.3.
Screenshots
pomo guide --webandpomo stats --webscreenshots added to the "Learn the technique" and "Stats and dashboard" sections.docs/images/— versioned with the docs, and excluded from the npm tarball (thefilesarray ships onlybin, src, plugin, README.md, LICENSE, CHANGELOG.md). npm rewrites the relative paths to GitHub raw, so they render on the package page without bloating the published package. Best of both: lean package, images everywhere.Fix
francescocirillo.compath that 404s. Repointed tohttps://www.pomodorotechnique.com/(verified live).Test plan
npm run checkgreen locally and via the pre-push hook (305 tests, lint, format, typecheck).Why a release for mostly-docs
v0.1.2 is already published and immutable, so the README update (which is shipped in the npm package) needs a new version to appear on npmjs.com. The guide link fix is a real content change to the shipped
pomo guide.🤖 Generated with Claude Code