Update progress.asc to the new outline; add a blog post on the new table of contents - #22
Merged
Merged
Conversation
Reorganize the task list around OUTLINE.md: new chapter numbers and titles, a Restructure section with the completed work checked off, X1-X6 sweeps matching the outline's numbering (X4/X5 done), sections for the new Git and Agents and Git at Scale chapters, and per-chapter tasks updated for the restructured files. 15 of 101 tasks done. Co-authored-by: Scott Chacon <schacon@gmail.com>
Describes the restructure: the new chapter order, the two new chapters (Git at Scale, Git and Agents), the smaller additions (worktrees, forge-neutral pull requests, ignoring files), and what was dropped (GitHub chapter, other-systems chapter, two appendices). Written per BLOG_STYLE.md with automated: true. Co-authored-by: Scott Chacon <schacon@gmail.com>
schacon
marked this pull request as ready for review
August 4, 2026 06:37
|
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
Two related changes, one commit each:
progress.ascrewritten around the new outline. The task list now followsOUTLINE.md's chapter numbering and titles: a new "Restructure" section with the completed work checked off, cross-cutting sweeps renumbered to match the outline's X1–X6 (X4 restructure plumbing and X5 xref repair are done), new sections for the Preface, Chapter 7 (Git and Agents), Chapter 9 (Git at Scale), and Appendix A, and per-chapter tasks updated for the restructured files (including the open decisions and the AUTHOR TODO follow-ups). The counter moves from 5/75 to 15 of 101 tasks.site/src/content/blog/a-new-table-of-contents.mdx). Describes the restructure for readers: the new chapter order, the two new chapters, the smaller additions (worktrees, forge-neutral pull requests, ignoring files), what was dropped and where the survivors went, and the renames. Written followingsite/BLOG_STYLE.md, withautomated: trueset (renders the AI-authorship banner).Verification
npm run buildinsite/succeeds; the progress page parses the new file (15 of 101, Restructure section fully checked) and the post renders with the AI badge and working internal links (/authorship/,/blog/progress/).