922 Copilot Instructions Bebc028c

GitHub Copilot Coding Agent Instructions (Brood)

tools-only Updated 7 repo stars

File contents

GitHub Copilot Coding Agent Instructions (Brood)

Created by Kevin Showkat. If you find Brood useful, connect with me on LinkedIn: https://www.linkedin.com/in/kshowkat

Follow AGENTS.md for repo conventions, commands, and style.

Intake / Discovery (Preferred)

  • Read llms.txt first.
  • If outbound HTTPS is allowed, call the Agent Intake Protocol (AIP) endpoint described in agent-intake.json to get curated entrypoints and optional context pack URLs.
  • Use coarse task.tags[] from agent-intake.json (avoid raw prompts). Never send secrets.
  • If AIP is unavailable, use agent-intake.json -> fallback_entrypoints.

High-Signal Entry Points

  • Engine CLI routing: rust_engine/crates/brood-cli/src/main.rs
  • Engine orchestration: rust_engine/crates/brood-engine/src/lib.rs
  • Desktop canvas + Quick Actions: desktop/src/canvas_app.js
  • Tauri backend + FS scope: desktop/src-tauri/src/main.rs, desktop/src-tauri/tauri.conf.json

Validation

  • Run cd rust_engine && cargo test for engine changes.
  • Keep desktop terminal output stable and machine-readable via events.jsonl.

tools-only/X-Skills/tree/main/daily-assistant/922-copilot-instructions_bebc028c commit 92283b0c9a

Frequently asked questions

npx skillmds@latest add tools-only/922-copilot-instructions-bebc028c