bash Via Rust/Cargo cargo install mdbook Via Homebrew (macOS) brew install mdbook Via pre-built binary (Linux/macOS/Windows) Download from: https://github.com/rust-lang/mdBook/releases bash git clone https://github.com/ZhangHanDong/harness-engineering-from-cc-to-ai-coding.git cd harness-engineering-from-cc-to-ai-coding Build the book mdbook build book Serve locally with live reload mdbook serve book Default: http://localhost:3000 book/ ├── src/ # Markdown source files │ ├── SUMMARY.md # Table of contents / navigation │ ├── assets/ # Images (cover, diagrams) │ └── / .md # Chapter files └── boo…