plano/.claude/skills/build-brightstaff/SKILL.md

13 lines
246 B
Markdown
Raw Normal View History

---
name: build-brightstaff
description: Build the brightstaff native binary. Use when brightstaff code changes.
---
Build brightstaff:
```
cd crates && cargo build --release -p brightstaff
```
If the build fails, diagnose and fix the errors.