Skip to content
Merged
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 .beads/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ embeddeddolt/
bd.sock
bd.sock.startlock
sync-state.json
last_pull
last-touched
.exclusive-lock

Expand Down
193 changes: 98 additions & 95 deletions bun.lock

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "ISC",
"packageManager": "bun@1.3.0",
"dependencies": {
"@anthropic-ai/claude-code": "^2.1.138",
"@anthropic-ai/claude-code": "^2.1.139",
"@augmentcode/auggie": "^0.26.0",
"@biomejs/biome": "^2.4.15",
"@ccusage/amp": "^18.0.11",
Expand All @@ -21,51 +21,51 @@
"@ccusage/pi": "^18.0.11",
"@fission-ai/openspec": "^1.3.1",
"@getgrit/cli": "^0.1.0-alpha.1743007075",
"@github/copilot": "^1.0.44",
"@github/copilot": "^1.0.45",
"@google/gemini-cli": "^0.41.2",
"@google/jules": "^0.1.42",
"@googleworkspace/cli": "^0.22.5",
"@kaitranntt/ccs": "^7.78.0",
"@mariozechner/pi-coding-agent": "^0.73.1",
"@nanocollective/nanocoder": "^1.26.1",
"@oh-my-pi/pi-coding-agent": "^14.9.3",
"@oh-my-pi/pi-natives": "^14.9.3",
"@oh-my-pi/pi-coding-agent": "^14.9.5",
"@oh-my-pi/pi-natives": "^14.9.5",
"@oh-my-pi/swarm-extension": "^13.17.0",
"@openai/codex": "^0.130.0",
"@pencil.dev/cli": "^0.2.6",
"@pkieltyka/gitgenie": "^0.1.2",
"@pulumi/pulumi": "^3.237.0",
"@redwoodjs/agent-ci": "^0.15.1",
"@schpet/linear-cli": "^2.0.0",
"@sourcegraph/amp": "^0.0.1778490053-g69501e",
"@sourcegraph/amp": "^0.0.1778568214-g18c770",
"@steipete/bird": "^0.8.0",
"@tobilu/qmd": "^2.1.0",
"@traces-sh/traces": "^0.5.6",
"@traces-sh/traces": "^0.5.7",
"@typescript/native-preview": "^7.0.0-dev.20260511.1",
"@upstash/context7-mcp": "^2.2.4",
"@upstash/context7-mcp": "^2.2.5",
"@vibe-kit/grok-cli": "^0.0.34",
"acpx": "^0.7.0",
"agent-browser": "^0.27.0",
"agentcash": "^0.14.4",
"btca": "^2.0.5",
"ccusage": "^18.0.11",
"chrome-devtools-axi": "^0.1.21",
"chrome-devtools-mcp": "^0.25.0",
"chrome-devtools-mcp": "^0.26.0",
"clawdhub": "^0.3.0",
"cline": "^2.18.0",
"deepsec": "^2.0.8",
"droid": "^0.122.0",
"droid": "^0.123.0",
"get-shit-done-cc": "^1.41.2",
"gh-axi": "^0.1.16",
"mcp-remote": "^0.1.38",
"mcporter": "^0.10.2",
"obsidian-headless": "^0.0.8",
"open-composer": "^0.8.23",
"openclaw": "^2026.5.7",
"oxfmt": "^0.48.0",
"oxlint": "^1.63.0",
"oxfmt": "^0.49.0",
"oxlint": "^1.64.0",
"paperclipai": "^2026.428.0",
"playwright-chromium": "^1.59.1",
"playwright-chromium": "^1.60.0",
"portless": "^0.13.0",
"ralph-tui": "^0.11.0",
"takt": "^0.40.0",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tools = [
"ruff>=0.15.12",
"serena-agent>=1.2.0",
"transformers>=5.7.0",
"vllm>=0.20.0",
"vllm>=0.20.1",
"vllm-mlx>=0.2.9",
]
# Hermes gateway runtime deps - installed into hermes venv via uv pip install
Expand Down
2 changes: 2 additions & 0 deletions spec/activate_roborev_spec.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# shellcheck shell=bash
Describe 'home-manager/services/roborev/activate.sh'
SCRIPT="$PWD/home-manager/services/roborev/activate.sh"

Expand Down Expand Up @@ -30,6 +31,7 @@ End

It 'passes data dir to activate script'
When run cat "$PWD/home-manager/services/roborev/default.nix"
# shellcheck disable=SC2016
The output should include '"${./activate.sh}" "${dataDir}"'
End
End
Loading