docs(readme): installer links at top + fenced code blocks for copy button (#266, #268)#278
Conversation
Greptile SummaryThis PR adds installer asset download links adjacent to the Getting Started section in Confidence Score: 5/5Safe to merge — documentation-only changes with no logic, no regressions, and the previously flagged duplicate changelog section resolved. All three changed files are documentation. The README additions are correct and complete (download callout, Quick Download links, fenced code blocks on every command). The SPECIFICATION tasks are correctly marked completed. The duplicate No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["User lands on README.md"] --> B{"Scrolls past TL;DR?"}
B -- No --> C["Sees ⬇️ Get Deft blockquote\n(line 21)\nGitHub Releases link"]
B -- Yes --> D["Reaches 🚀 Getting Started\n(line 23)"]
C --> D
D --> E["⬇️ Quick Download callout\nDirect binary links\nWindows / macOS / Linux\n(lines 27–30)"]
E --> F["Platform install steps\nwith fenced bash blocks\n(copy-button enabled)"]
F --> G["Windows — GUI only\n(no fenced block needed)"]
F --> H["macOS — chmod+run\n+ xattr quarantine removal\n```bash blocks```"]
F --> I["Linux — chmod+run\n```bash block```"]
F --> J["Build from source / git clone\n```bash blocks```"]
Reviews (3): Last reviewed commit: "fix(changelog): merge duplicate Unreleas..." | Re-trigger Greptile |
- Move the README doc entries into the existing [Unreleased] Changed section - Remove the duplicate Changed header Greptile flagged - Preserve all existing changelog content while restoring Keep a Changelog structure
27d0aab to
d868d5b
Compare
|
rebase-only onto master (post-#276 merge) -- no logic changes |
Summary
t2.10.1andt2.10.2as completed and add CHANGELOG entries under[Unreleased]Related Issues
Closes #266
Closes #268
References: t2.10.1, t2.10.2
Checklist
/deft:change <name>-- N/A: task was explicitly constrained toREADME.md,SPECIFICATION.md, andCHANGELOG.mdonlyCHANGELOG.md-- added entries under[Unreleased]ROADMAP.md-- N/A (release-time update convention)uv run pytest tests/content/ -x -qpasses;task checkand fullpytesthit a pre-existing Windows pytest teardown error (WinError 448) after test execution completes