diff --git a/SHORTCUTS.md b/SHORTCUTS.md deleted file mode 100644 index af1dc5f9974..00000000000 --- a/SHORTCUTS.md +++ /dev/null @@ -1,79 +0,0 @@ -# Discord Shortcuts - -All commands are handled by **eng-1** (OmniCoder-9B). Commands are processed -before the LLM — instant returns, no tool calls, no context used. - ---- - -## Fleet / System - -| Command | Description | -|---------|-------------| -| `/help` | Show all available commands | -| `!ping` | Bot liveness check — model name + uptime | -| `!status` | Fleet GPU/RAM/agent status (all bots) | -| `!tasks` | Pending pipeline tasks from ChromaDB | -| `!models` | List all model files in `~/models/` | -| `!mad-hot-swap ` | Swap running model on a bot and restart it. e.g. `!mad-hot-swap eng-1 qwen3.5-9b` | -| `!restart ` | Restart eng-1, eng-2, or arch-1 | -| `/new` or `!reset` | Clear current session history | -| `/stop` | Stop current running task | - ---- - -## Research / Web - -| Command | Description | -|---------|-------------| -| `!summarize ` | Fetch a webpage and summarize it | -| `!wikipedia ` | Wikipedia summary for any subject (REST API, falls back to search) | -| `!gh ` | GitHub repo info + latest release. e.g. `!gh anthropics/claude-code` | -| `!search ` | Web search, 5 results, then stops | -| `!arxiv ` | arxiv search, 5 papers, then stops | -| `!reddit ` | Subreddit search, 5 posts, then stops | - ---- - -## Code / Dev - -| Command | Description | -|---------|-------------| -| `!diff` | Show nanobot commits since last upstream sync | -| `!mad-code-summary ` | Summarize a file's purpose. Resolves against `~/mad-lab-mcp/` and `~/nanobot/` | -| `!python ` | Generate a Python script or function | -| `!explain ` | Plain-English explanation | - ---- - -## Mad-Lab - -| Command | Description | -|---------|-------------| -| `!brief` | On-demand overnight summary (same as morning-brief cron) | -| `!mem ` | Search ChromaDB knowledge base | -| `!new-nanobot` | Interactive wizard — create a new bot config + systemd service files via Discord | -| `!new-nanobot cancel` | Cancel an in-progress wizard | -| `!remind