mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-08 18:01:20 -05:00
[PR #963] [CLOSED] Chapter 15 #7048
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/harvard-edge/cs249r_book/pull/963
Author: @hzeljko
Created: 9/11/2025
Status: ❌ Closed
Base:
dev← Head:chapter-15📝 Commits (10+)
e3e2840Merge pull request #958 from hzeljko/line_colors_in_code_listingd70825afeat: add /improve Claude command and review system6509bc6feat: streamline /improve command with real Task subagents2940463feat: Pure Claude-native review system - no external code33d2948feat: Apply high-consensus improvements to introduction Purpose sectionc4fead3feat: Add table preservation to review constraintsb803a7dfeat: Optimize reviewer personas for ML Systems textbook1bb118ecleanup: Remove test review files125b039feat: Add progressive review system commands and knowledge tracking23e6103fix: Remove forward references from Introduction and ML Systems chapters📊 Changes
74 files changed (+4320 additions, -2574 deletions)
View changed files
➕
.claude/AGENT_ARCHITECTURE_PLAN.md(+270 -0)➕
.claude/COMMIT_RULES.md(+163 -0)➕
.claude/KNOWLEDGE_MAP.md(+316 -0)➕
.claude/PROGRESSIVE_KNOWLEDGE_TRACKER.md(+179 -0)➕
.claude/REVIEW_HANDOFF_SPEC.md(+246 -0)➕
.claude/WORKFLOW_EXAMPLE.md(+189 -0)➕
.claude/agents/editor.md(+202 -0)➕
.claude/agents/reviewer.md(+134 -0)➕
.claude/agents/stylist.md(+162 -0)➕
.claude/commands/improve.md(+138 -0)➕
.claude/commands/review.md(+227 -0)📝
.gitignore(+4 -1)📝
cli/commands/build.py(+296 -10)📝
cli/main.py(+34 -0)📝
quarto/_extensions/mlsysbook-ext/custom-numbered-blocks/custom-numbered-blocks.lua(+5 -0)📝
quarto/_extensions/mlsysbook-ext/custom-numbered-blocks/style/foldbox.css(+12 -0)📝
quarto/_extensions/mlsysbook-ext/custom-numbered-blocks/style/foldbox.lua(+11 -20)📝
quarto/_extensions/mlsysbook-ext/custom-numbered-blocks/style/foldbox.tex(+1 -1)📝
quarto/_quarto.yml(+1 -1)➕
quarto/assets/images/icons/callouts/icon_callout-definition.pdf(+0 -0)...and 54 more files
📄 Description
Before submitting your Pull Request, please review and complete the items on this checklist.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.