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
6 changes: 6 additions & 0 deletions stacks/hermes/1.0.0/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ metadata:
attributes:
controller.devfile.io/storage-type: per-workspace

starterProjects:
- name: hermes-agent
git:
remotes:
origin: https://github.com/che-incubator/hermes-placeholder.git

components:
- name: tools
container:
Expand Down
6 changes: 6 additions & 0 deletions stacks/openclaw/1.0.0/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ metadata:
attributes:
controller.devfile.io/storage-type: per-workspace

starterProjects:
- name: openclaw
git:
remotes:
origin: https://github.com/che-incubator/openclaw-placeholder.git

components:
- name: tools
container:
Expand Down
6 changes: 6 additions & 0 deletions stacks/picoclaw/1.0.0/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ metadata:
attributes:
controller.devfile.io/storage-type: per-workspace

starterProjects:
- name: picoclaw
git:
remotes:
origin: https://github.com/sipeed/picoclaw.git

components:
- name: tools
container:
Expand Down
6 changes: 6 additions & 0 deletions stacks/zeroclaw/1.0.0/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ metadata:
attributes:
controller.devfile.io/storage-type: per-workspace

starterProjects:
- name: zeroclaw
git:
remotes:
origin: https://github.com/zeroclaw-labs/zeroclaw.git

components:
- name: tools
container:
Expand Down
Loading