Skip to content
Draft
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
node_modules/
out/
claude/
claude/
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ Commits are managed via the Vers orchestrator API at `https://api.vers.sh/api/v1
## Development

```bash
npm install
npm test
bun install
bun test
```

## Optional flags
Expand Down
2 changes: 1 addition & 1 deletion src/topology.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function defaultRootVmConfig() {

export function defaultSharedOperationalDna() {
return {
services: ["bootloader", "cron", "docs", "github", "installer", "lieutenant", "services", "swarm", "ui", "vers-config"],
services: ["bootloader", "cron", "docs", "github", "installer", "lieutenant", "services", "signals", "swarm", "ui", "vers-config"],
capabilities: ["github", "pi-vers", "punkin", "reef-extension", "vers-fleets"],
};
}
Expand Down