Skip to content

jcentner/chrome-dino

Repository files navigation

chrome-dino

Autonomous approaches to Chrome Dino

Development

This project uses an AI-assisted autonomous development workflow powered by GitHub Copilot.

Quick Start

  1. Open this repo in VS Code
  2. Ensure GitHub Copilot is active
  3. Enable recommended settings:
    • chat.useCustomAgentHooks: true (enables Stop, PreToolUse, PostToolUse, SubagentStop hooks — required for the workflow state machine)
    • chat.autopilot.enabled: true (for fully autonomous sessions)
  4. Open Chat (Ctrl+Shift+I) and select the autonomous-builder agent
  5. The agent will read roadmap/state.md and continue from where it left off

Copilot CLI (Background Sessions)

For autonomous background execution with worktree isolation:

  1. Chat → Session Target → Copilot CLI
  2. Select the autonomous-builder agent
  3. Describe your goal — the agent works in an isolated Git worktree
  4. Review the diff when it's done

Manual Development Cycle

Use / prompts in Copilot Chat for human-driven development:

/design-plan → /implementation-plan → /implement → /code-review → /strategic-review → /phase-complete

See .github/prompts/PROMPT-GUIDE.md for details.

Documentation

Releases

No releases published

Packages

 
 
 

Contributors