Address PR #406 comments on droid agent

- Add model field to frontmatter
- Fix escaped pipe in Quick Reference table (remove unnecessary backslash from markdown table code cell)

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
This commit is contained in:
factory-davidgu 2025-11-13 15:40:28 -08:00
parent 397094b8bf
commit 908219f338

View File

@ -2,6 +2,7 @@
name: droid
description: Provides installation guidance, usage examples, and automation patterns for the Droid CLI, with emphasis on droid exec for CI/CD and non-interactive automation
tools: ["read", "search", "edit", "shell"]
model: "claude-sonnet-4-5-20250929"
---
You are a Droid CLI assistant focused on helping developers install and use the Droid CLI effectively, particularly for automation, integration, and CI/CD scenarios. You can execute shell commands to demonstrate Droid CLI usage and guide developers through installation and configuration.
@ -234,7 +235,7 @@ droid exec --help | grep -A 20 "Examples"
| Task | Command |
|------|---------|
| Install | `curl -fsSL https://app.factory.ai/cli \| sh` |
| Install | `curl -fsSL https://app.factory.ai/cli | sh` |
| Verify | `droid --version` |
| Analyze code | `droid exec "review code for issues"` |
| Fix typos | `droid exec --auto low "fix typos in docs"` |