Zero-copy ethernet TX: encode directly into prepend_buffer, add info/test skills
This commit is contained in:
7
.claude/skills/info/SKILL.md
Normal file
7
.claude/skills/info/SKILL.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
name: info
|
||||
description: Query device info from connected Picos. Use when the user says "info", "check devices", or wants to verify devices are responding.
|
||||
user-invocable: true
|
||||
---
|
||||
|
||||
Run `go run ./cmd/picomap/ info` from the project root. This queries all connected devices and prints board ID, MAC, IP, and firmware name.
|
||||
10
.claude/skills/test/SKILL.md
Normal file
10
.claude/skills/test/SKILL.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
name: test
|
||||
description: Run device tests on connected Picos. Use when the user says "test", "run tests", or wants to verify firmware behavior.
|
||||
user-invocable: true
|
||||
---
|
||||
|
||||
Run `go run ./cmd/picomap/ test all` from the project root. This runs all registered tests on the test device.
|
||||
|
||||
To list available tests: `go run ./cmd/picomap/ test list`
|
||||
To run a specific test: `go run ./cmd/picomap/ test run <name>`
|
||||
Reference in New Issue
Block a user