Add progress.asc task checklist and a blog progress page - #9
Merged
Conversation
Co-authored-by: Scott Chacon <schacon@gmail.com>
Co-authored-by: Scott Chacon <schacon@gmail.com>
schacon
marked this pull request as ready for review
August 2, 2026 11:24
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
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
progress.ascat the repo root: a plain AsciiDoc checklist laying out every third-edition task, derived fromREVISION_PLAN.md. It is meant to be edited by hand — flip[ ]to[x]to mark a task done, add tasks or sections as they come up. Standard checklist syntax, so it also renders as checkboxes on GitHub./blog/progress/that parsesprogress.ascat build time (site/src/lib/progress.ts) and renders an overall progress bar plus per-section cards with bars, counts, and check-marked task lists.progress.ascworks as the hand-edited source of truth.Notes
== Sectionheadings and* [ ]/* [x]items (nested**items indent). Everything else in the file is ignored, so prose notes inprogress.ascare safe.progress.ascconverts cleanly with Asciidoctor, andnpm run buildinsite/generates/blog/progress/and the new post (currently 5 of 75 tasks, 7%).Demo