Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ cmd/VERSION
/pebble
dist/
*.test
.workshop.lock
6 changes: 6 additions & 0 deletions .workshop/dev.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: dev
base: ubuntu@26.04
sdks:
- name: go
channel: 1.26/stable
- name: project-tools
3 changes: 3 additions & 0 deletions .workshop/tools/hooks/setup-base
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Node and npm are required by the Pi agent harness
apt-get update
apt-get install nodejs npm
2 changes: 2 additions & 0 deletions .workshop/tools/hooks/setup-project
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Pi agent harness
curl -fsSL https://pi.dev/install.sh | sh
6 changes: 6 additions & 0 deletions .workshop/tools/sdk.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: tools

plugs:
pi-data:
interface: mount
workshop-target: /home/workshop/.pi
Loading