diff --git a/.gitignore b/.gitignore index 72aae85..6af5172 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ node_modules/ out/ +claude/ +claude/ diff --git a/README.md b/README.md index aae8ee5..3c6792e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/topology.js b/src/topology.js index b4367c8..2efe45e 100644 --- a/src/topology.js +++ b/src/topology.js @@ -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"], }; }