mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
add build-cli and build-brightstaff skills
This commit is contained in:
parent
2f52774c0e
commit
9325beace3
2 changed files with 22 additions and 0 deletions
12
.claude/skills/build-brightstaff/SKILL.md
Normal file
12
.claude/skills/build-brightstaff/SKILL.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
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.
|
||||
10
.claude/skills/build-cli/SKILL.md
Normal file
10
.claude/skills/build-cli/SKILL.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
name: build-cli
|
||||
description: Build and install the Python CLI (planoai). Use after making changes to cli/ code to install locally.
|
||||
---
|
||||
|
||||
1. `cd cli && uv sync` — ensure dependencies are installed
|
||||
2. `cd cli && uv tool install --editable .` — install the CLI locally
|
||||
3. Verify the installation: `cd cli && uv run planoai --help`
|
||||
|
||||
If the build or install fails, diagnose and fix the issues.
|
||||
Loading…
Add table
Add a link
Reference in a new issue