tree: eaa783c8780d368a7eb29ebe7c21d25f89464475
  1. .agent/
  2. reviews/
  3. scripts/
  4. verifications/
  5. BUILD.gn
  6. README.md
build/beads/README.md

BEADS: Build Evolution with AI Directed Synthesis

Introduction

BEADS is a backronym for Build Evolution with AI Directed Synthesis. This is the home directory to collect and organize tools and documentation related to AI-assisted GN to Bazel migration.

Before more information is available, please refer to the following:

Bazel migration skills

Migration skills are available under .agent/skills.

To make these skills discoverable by Gemini, follow Skill discovery and configuration from Fuchsia skills guide. One common approach is to have the following entry in your ~/.gemini/config/skills.json:

{
  "entries": [
    {
      "path": "<FUCHSIA>/build/beads/.agent/skills/"
    }
  ]
}

where <FUCHSIA> is the root of your Fuchsia checkout directory. Note that this path should be an absolute path.