Skip to content

Instantly share code, notes, and snippets.

View tusharmctrl's full-sized avatar
🎯
Focusing

tusharmctrl

🎯
Focusing
View GitHub Profile

GitHub Copilot / Cursor / Cluade-Code Guide

Tool Selection and Model Strategy

Interface Overview

When you open GitHub Copilot (bottom‑right corner) you’ll see Agent, Edit, and Ask. Focus on Agent and Ask.

When to Use Each Mode

@tusharmctrl
tusharmctrl / summary.md
Created August 28, 2025 10:10
Flow summary

User Journey: Registration on Bluffbet Platform

Platform Overview

The user registration journey on the Bluffbet platform is structured to facilitate a smooth and engaging process for new users. The process incorporates elements vital to user-friendliness, including clear indicators for required fields, a promotional focus, and user guidance through validation messaging.

Entry Point

  • Homepage Access:
    • Users begin at the homepage, which features prominent Login and Register buttons.
    • A promotional banner offers an enticing bonus of up to $25,000 and 1,000 free spins to encourage users to sign up.
  • Navigation options include menus for various site sections like Casino, Live Casino, Sports, etc.
#!/usr/bin/env node
/**
* Standalone HyperBrowser Script
*
* This script demonstrates how to use HyperBrowser for browser automation
* similar to how it's used in interaction.graph.ts
*/
import { HyperAgent, TaskStatus } from "@hyperbrowser/agent";
import dotenv from "dotenv";
import chalk from "chalk";
import HyperAgent from "@hyperbrowser/agent";
dotenv.config();
// ===== Configuration =====
const CONFIG = {
browser: {
channel: "chrome",