From bfd59343462f2e2ad7a09e9255c1548ff9ef5ed6 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Wed, 1 Jul 2026 09:28:52 +0000 Subject: [PATCH] Clean up public docs drift for release Co-authored-by: Aanish Bhirud --- README.md | 10 +-- docs/PRE_RELEASE_REVIEW.md | 172 +++++++++---------------------------- 2 files changed, 44 insertions(+), 138 deletions(-) diff --git a/README.md b/README.md index acf7c3d..91e817e 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # QuickRunner -QuickRunner (`qr`) is a fast Rust CLI for common developer shell workflows: jumping to projects, running scripts, managing aliases, scanning project roots, tracking lightweight command stats, and an AI router (`qr do`) that turns natural language into a shell command or a hand-off to a coding agent. Every config key can be overridden via `QR_` environment variables. +QuickRunner (`qr`) is a fast Rust CLI for common developer shell workflows: jumping to projects, running scripts, managing aliases, scanning project roots, tracking lightweight command stats, and an AI router (`qr do`) that turns natural language into a shell command or a hand-off to a coding agent. ## Features - `qr go ` / `qr g`: fuzzy project lookup backed by a cached scanner (interactive picker on multiple matches) -- `qr run [watch|log|output]