From 9108b0f85dd797d5aa0310905310d6d0498e44af Mon Sep 17 00:00:00 2001 From: Tw93 Date: Wed, 14 Jan 2026 10:46:55 +0800 Subject: [PATCH] update the windows user use --- AGENTS.md | 6 ++++-- README.md | 6 ++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 2e19f28..3774f23 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -33,7 +33,7 @@ Before any operation: - Check protection logic before cleanup operations - Test with dry-run modes first - Validate syntax before suggesting changes: `bash -n ` -- Use `gh` CLI for all GitHub operations (issues, PRs, releases, etc.) +- **Prioritize `gh` CLI for ALL GitHub operations** - Always use `gh` to fetch and manipulate GitHub data (issues, PRs, releases, comments, etc.) instead of raw git commands or web scraping - Never commit code unless explicitly requested by user - Review and update `SECURITY_AUDIT.md` when modifying `clean` or `optimize` logic @@ -290,7 +290,9 @@ mole/ # Main CLI entrypoint (menu + routing) ## GitHub Operations -### Use gh CLI for All GitHub Work +### ⚡ ALWAYS Use gh CLI for GitHub Information + +**Golden Rule**: Whenever you need to fetch or manipulate GitHub data (issues, PRs, commits, releases, comments, etc.), **ALWAYS use `gh` CLI first**. It's more reliable, authenticated, and provides structured output compared to web scraping or raw git commands. **Preferred Commands**: diff --git a/README.md b/README.md index 9711675..824c862 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,6 @@ - **Disk insights**: Visualizes usage, manages large files, **rebuilds caches**, and refreshes system services - **Live monitoring**: Real-time stats for CPU, GPU, memory, disk, and network to **diagnose performance issues** -## Platform Support - -Mole is designed for **macOS**. For Windows users, please visit the [windows branch](https://github.com/tw93/Mole/tree/windows) for the native Windows version. - ## Quick Start **Install via Homebrew — recommended:** @@ -43,6 +39,8 @@ brew install mole curl -fsSL https://raw.githubusercontent.com/tw93/mole/main/install.sh | bash ``` +**Windows:** Mole is designed for macOS, but we offer an experimental Windows version based on user demand. See the [windows branch](https://github.com/tw93/Mole/tree/windows) — for early adopters only. + **Run:** ```bash