Skip to content

docs: rewrite README.md following technical writer persona#77

Open
rab781 wants to merge 5 commits intomainfrom
docs/rewrite-readme-18143404866858155081
Open

docs: rewrite README.md following technical writer persona#77
rab781 wants to merge 5 commits intomainfrom
docs/rewrite-readme-18143404866858155081

Conversation

@rab781
Copy link
Copy Markdown
Owner

@rab781 rab781 commented Mar 26, 2026

  • Fix code block indentation in Installation steps so blocks render nested under their list items

⚡ Quickly spin up Copilot coding agent tasks from anywhere on your macOS or Windows machine with Raycast.

Rewrote the README.md to follow best practices for developer documentation based on the Divio System and Technical Writer constraints.

Changes include:
- Clear separation of 'Why This Exists', 'Quick Start', and 'Installation'.
- Updated setup instructions and environment variable explanations.
- Comprehensive list and categorization of Telegram bot commands.
- Consistent voice (second person, active) and clean markdown formatting.
Copilot AI review requested due to automatic review settings March 26, 2026 05:31
@google-labs-jules
Copy link
Copy Markdown
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR rewrites README.md to improve developer-facing documentation structure and clarity (Quick Start/Installation/Configuration) and to expand the Telegram command reference for the trading bot.

Changes:

  • Added an npm version badge and refreshed the project introduction.
  • Reworked setup instructions (Quick Start + Installation + env var configuration).
  • Expanded and re-categorized the Telegram command reference (analysis, ML/AI, trading, alerts, UI).

Comment on lines +41 to +45
1. Clone the repository
```bash
# 1. Clone the repository
git clone https://github.com/yourusername/crypto-signal-bot.git
cd crypto-signal-bot
git clone https://github.com/rab781/RabTradebot.git
cd RabTradebot
```
Copy link

Copilot AI Mar 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The fenced code blocks under the numbered Installation steps aren’t indented, so GitHub Markdown will typically break the list formatting (the code blocks render outside the list). Indent the ``` fences/content (or switch the steps to headings) so each code block is nested under its list item.

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot apply changes based on this feedback

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in c7fae74. Each code block under the numbered Installation steps is now indented by 3 spaces and preceded by a blank line, so GitHub Markdown correctly renders them as nested within their list items.

### ML & AI
- `/mlpredict [symbol]` - GRU-based LSTM price prediction
- `/trainmodel [symbol] [epochs]` - Train ML model (e.g., `/trainmodel BTCUSDT 15`)
- `/mlstatus` - Check ML model status
Copy link

Copilot AI Mar 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/mlstats is implemented (see bot.command('mlstats', ...)), but it’s missing from this command reference even though /stats points users to it for detailed ML performance. Consider adding /mlstats [symbol] under “ML & AI” (or “Data & Status”) to keep the reference accurate.

Suggested change
- `/mlstatus` - Check ML model status
- `/mlstatus` - Check ML model status
- `/mlstats [symbol]` - Detailed ML performance statistics

Copilot uses AI. Check for mistakes.
rab781 and others added 2 commits March 26, 2026 05:36
Disabled the `@typescript-eslint/no-var-requires` eslint rule on line 239 of `src/services/bayesianOptimizer.ts` using an inline comment. This resolves the specific error that was causing the CI job `test (20.x)` to fail with exit code 1.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Ran `npm install` to sync the `package.json` with `package-lock.json` and resolve the `npm ci` failures in the GitHub Actions workflow where missing `pg` packages were reported.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants