Skip to content

Commit 2987e37

Browse files
authored
chore(examples): remove standalone example apps in favor of combined (#93)
## What - remove standalone example apps in favor of combined ## Why - simplify / focus on combined app ## Checklist - [ ] PR title follows `<type>(<scope>): <description>` format (see above) - [ ] `bun run check` passes (lint + format) - [ ] `bun run build` passes - [ ] `bun run test` passes - [ ] SDK documentation updated (if applicable)
1 parent 80064df commit 2987e37

68 files changed

Lines changed: 1 addition & 15569 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/dependabot.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,6 @@ updates:
99
labels:
1010
- "dependencies"
1111

12-
- package-ecosystem: "npm"
13-
directory: "/examples/acp-app"
14-
schedule:
15-
interval: "weekly"
16-
commit-message:
17-
prefix: "chore(deps)"
18-
labels:
19-
- "dependencies"
20-
21-
- package-ecosystem: "npm"
22-
directory: "/examples/claude-app"
23-
schedule:
24-
interval: "weekly"
25-
commit-message:
26-
prefix: "chore(deps)"
27-
labels:
28-
- "dependencies"
29-
3012
- package-ecosystem: "npm"
3113
directory: "/examples/claude-cli"
3214
schedule:

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ jobs:
4040

4141
- name: Build examples
4242
run: |
43-
bun run --filter '@runloop/example-acp-app' build
44-
bun run --filter '@runloop/example-claude-app' build
4543
bun run --filter '@runloop/example-combined-app' build
4644
4745
- name: Test with coverage

CONTRIBUTING.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ bun run --filter '@runloop/agent-axon-client' check:fix
5252
Each example app has its own dev server:
5353

5454
```bash
55-
bun run --filter '@runloop/example-acp-app' dev # ACP example
56-
bun run --filter '@runloop/example-claude-app' dev # Claude example
5755
bun run --filter '@runloop/example-combined-app' dev # Combined (Claude + ACP) example
5856
```
5957

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,10 +287,8 @@ sdk/ → @runloop/agent-axon-client (the published npm pack
287287
examples/
288288
acp-hello-world/ → Minimal ACP single-prompt script
289289
acp-cli/ → Interactive ACP REPL
290-
acp-app/ → Full-stack ACP demo (Express + React)
291290
claude-hello-world/ → Minimal Claude single-prompt script
292291
claude-cli/ → Interactive Claude REPL
293-
claude-app/ → Full-stack Claude demo (Express + React)
294292
combined-app/ → Full-stack combined demo (Claude + ACP, Express + React)
295293
```
296294

bun.lock

Lines changed: 0 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ Example applications and scripts showing how to use `@runloop/agent-axon-client`
1010
|-----------|-------------|
1111
| [`acp-hello-world`](acp-hello-world/) | Minimal ACP agent script — the simplest possible starting point |
1212
| [`acp-cli`](acp-cli/) | Interactive REPL for ACP-compatible agents (e.g. OpenCode) |
13-
| [`acp-app`](acp-app/) | Full-stack ACP demo with a React UI modeled after Cursor's chat interface |
1413
| [`claude-hello-world`](claude-hello-world/) | Minimal Claude agent script — the simplest possible starting point |
1514
| [`claude-cli`](claude-cli/) | Interactive REPL for Claude Code agents |
16-
| [`claude-app`](claude-app/) | Full-stack Claude demo with a React UI |
1715
| [`combined-app`](combined-app/) | Full-stack combined demo (Claude + ACP) with a unified React UI |
1816

1917
## Prerequisites

examples/acp-app/.env.example

Lines changed: 0 additions & 2 deletions
This file was deleted.

examples/acp-app/README.md

Lines changed: 0 additions & 234 deletions
This file was deleted.

0 commit comments

Comments
 (0)