Skip to content

Commit 0b499f2

Browse files
committed
chore: update stale callstackincubator references
1 parent 204be34 commit 0b499f2

9 files changed

Lines changed: 18 additions & 18 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
# agent-device
1010

1111
[![npm version](https://img.shields.io/npm/v/agent-device.svg)](https://www.npmjs.com/package/agent-device)
12-
[![CI](https://github.com/callstackincubator/agent-device/actions/workflows/ci.yml/badge.svg)](https://github.com/callstackincubator/agent-device/actions/workflows/ci.yml)
12+
[![CI](https://github.com/callstack/agent-device/actions/workflows/ci.yml/badge.svg)](https://github.com/callstack/agent-device/actions/workflows/ci.yml)
1313
[![License: MIT](https://img.shields.io/badge/license-MIT-black.svg)](LICENSE)
14-
[![Glama MCP server](https://glama.ai/mcp/servers/callstackincubator/agent-device/badges/score.svg)](https://glama.ai/mcp/servers/callstackincubator/agent-device)
14+
[![Glama MCP server](https://glama.ai/mcp/servers/callstack/agent-device/badges/score.svg)](https://glama.ai/mcp/servers/callstack/agent-device)
1515

1616
Mobile app verification for AI agents.
1717

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"homepage": "https://agent-device.dev/",
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/callstackincubator/agent-device.git"
11+
"url": "git+https://github.com/callstack/agent-device.git"
1212
},
1313
"bugs": {
14-
"url": "https://github.com/callstackincubator/agent-device/issues"
14+
"url": "https://github.com/callstack/agent-device/issues"
1515
},
1616
"type": "module",
1717
"packageManager": "pnpm@11.1.2",

server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"title": "agent-device",
55
"description": "Let AI agents inspect, control, and debug real iOS, Android, desktop, and TV apps",
66
"repository": {
7-
"url": "https://github.com/callstackincubator/agent-device",
7+
"url": "https://github.com/callstack/agent-device",
88
"source": "github"
99
},
1010
"version": "0.17.5",

src/compat/maestro/support-matrix.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ export const MAESTRO_COMPAT_UNSUPPORTED_CAPABILITIES = [
2626
] as const;
2727

2828
export const MAESTRO_COMPAT_TRACKER_URL =
29-
'https://github.com/callstackincubator/agent-device/issues/558';
29+
'https://github.com/callstack/agent-device/issues/558';
3030

3131
export const MAESTRO_NEW_ISSUE_URL =
32-
'https://github.com/callstackincubator/agent-device/issues/new';
32+
'https://github.com/callstack/agent-device/issues/new';
3333

3434
export function formatMaestroSupportedSubsetForCli(): string {
3535
return `Supported subset: ${formatMaestroCapabilityList(MAESTRO_COMPAT_SUPPORTED_CAPABILITIES)}.`;

test/skillgym/suites/agent-device-smoke-suite.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -940,14 +940,14 @@ const SKILL_GUIDANCE_CASES: Case[] = [
940940
id: 'install-from-github-artifact-before-open',
941941
contract: [
942942
'Platform: Android',
943-
'Install source: GitHub Actions artifact callstackincubator/agent-device:agent-device-tester-apk',
943+
'Install source: GitHub Actions artifact callstack/agent-device:agent-device-tester-apk',
944944
'Known package after install: com.callstack.agentdevicetester',
945945
'Remote daemon can resolve the artifact server-side',
946946
],
947947
task: 'Plan commands to install from the GitHub Actions artifact, then open the installed package in fresh runtime state.',
948948
outputs: [
949949
plannedCommand('install-from-source'),
950-
/--github-actions-artifact\s+callstackincubator\/agent-device:agent-device-tester-apk/i,
950+
/--github-actions-artifact\s+callstack\/agent-device:agent-device-tester-apk/i,
951951
plannedCommand('open'),
952952
/com\.callstack\.agentdevicetester/i,
953953
/--relaunch/i,

website/docs/docs/agent-setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ For Node, Xcode, Android SDK, macOS, and iOS device prerequisites, see [Installa
3737
Install the skill when your agent runtime supports skills:
3838

3939
```bash
40-
npx skills add callstackincubator/agent-device
40+
npx skills add callstack/agent-device
4141
```
4242

43-
The bundled [agent-device skill](https://github.com/callstackincubator/agent-device/blob/main/skills/agent-device/SKILL.md) is the canonical router for skill-aware clients. It intentionally points agents back to installed CLI help instead of duplicating the command manual.
43+
The bundled [agent-device skill](https://github.com/callstack/agent-device/blob/main/skills/agent-device/SKILL.md) is the canonical router for skill-aware clients. It intentionally points agents back to installed CLI help instead of duplicating the command manual.
4444

4545
## Recommended agent rule
4646

@@ -86,7 +86,7 @@ No global install variant. Pin a user- or project-selected package version for u
8686
}
8787
```
8888

89-
Registry metadata uses MCP name `io.github.callstackincubator/agent-device`, npm package `agent-device`, stdio transport, `mcpName` package verification, `server.json`, `glama.json`, and `smithery.yaml`. Glama lists the server at [callstackincubator/agent-device](https://glama.ai/mcp/servers/callstackincubator/agent-device).
89+
Registry metadata uses MCP name `io.github.callstackincubator/agent-device`, npm package `agent-device`, stdio transport, `mcpName` package verification, `server.json`, `glama.json`, and `smithery.yaml`. Glama lists the server at [callstack/agent-device](https://glama.ai/mcp/servers/callstack/agent-device).
9090

9191
## Cursor
9292

website/docs/docs/client-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ import {
150150

151151
const helperVersion = '<agent-device version>';
152152
const manifestUrl =
153-
`https://github.com/callstackincubator/agent-device/releases/download/v${helperVersion}/` +
153+
`https://github.com/callstack/agent-device/releases/download/v${helperVersion}/` +
154154
`agent-device-android-snapshot-helper-${helperVersion}.manifest.json`;
155155

156156
const artifact = await prepareAndroidSnapshotHelperArtifactFromManifestUrl({

website/docs/docs/replay-e2e.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ agent-device test ./maestro-flows --maestro --platform android --artifacts-dir .
5959

6060
Maestro compatibility translates supported YAML commands into Agent Device replay actions. It is intended for common mobile flows, not full Maestro parity. Unsupported Maestro syntax fails loudly with the command or field name and a line number when available. If a missing command matters for your flows, use the compatibility tracker to check current support and share demand:
6161

62-
- Supported and unsupported capabilities: https://github.com/callstackincubator/agent-device/issues/558
63-
- New focused compatibility request: https://github.com/callstackincubator/agent-device/issues/new
62+
- Supported and unsupported capabilities: https://github.com/callstack/agent-device/issues/558
63+
- New focused compatibility request: https://github.com/callstack/agent-device/issues/new
6464

6565
Currently supported areas include app launch with Apple-platform launch arguments and Android/iOS simulator `clearState`, `runFlow` file/inline with `when.platform`, `when.visible`, `when.notVisible`, and limited `when.true` boolean/platform expressions, `onFlowStart` and `onFlowComplete` hooks, deterministic `repeat.times`, `tapOn` including `optional`, `index`, `childOf`, `label`, and absolute/percentage point taps, `doubleTapOn` and `longPressOn`, `inputText`, focused-field `eraseText`, and `pasteText`, `openLink`, visibility assertions and `extendedWaitUntil`, `scroll` and `scrollUntilVisible`, absolute/percentage `swipe` and `swipe.label`, screenshots, keyboard dismiss, basic `pressKey`, `back`, animation waits, and `stopApp`, and ordered trusted `runScript` file/env scripts with `http.post`, `json`, and `output` variables. `runScript` is supported only as an ordered Maestro compatibility step for trusted file/env scripts; it can make network requests, and is not a native `.ad` command or security sandbox. Script execution uses Node `vm` only for compatibility isolation, not for security; the script timeout bounds synchronous execution, while `http.post` requests are bounded by the helper process timeout. Output keys cannot contain `.` because exported variables are addressed as `output.<key>`.
6666

@@ -253,4 +253,4 @@ Use `replay -u` locally during maintenance, review the rewritten `.ad` lines, th
253253
- Replay file parse error:
254254
- Validate quoting in `.ad` lines (unclosed quotes are rejected).
255255
- Maestro compatibility flow fails on unsupported syntax:
256-
- Check the linked command or field in https://github.com/callstackincubator/agent-device/issues/558. If it is important to your suite, comment there or open a focused issue with a small flow snippet.
256+
- Check the linked command or field in https://github.com/callstack/agent-device/issues/558. If it is important to your suite, comment there or open a focused issue with a small flow snippet.

website/rspress.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ export default withCallstackPreset(
88
title: 'agent-device',
99
description:
1010
'Agent-native CLI for AI mobile testing, React Native QA, Expo app verification, simulator and emulator automation, app observability, and replayable device workflows.',
11-
editUrl: 'https://github.com/callstackincubator/agent-device/edit/main/website',
11+
editUrl: 'https://github.com/callstack/agent-device/edit/main/website',
1212
rootUrl: 'https://oss.callstack.com/agent-device',
1313
rootDir: 'docs',
1414
icon: '/logo.svg',
1515
logoLight: '/logo-light.svg',
1616
logoDark: '/logo-dark.svg',
1717
ogImage: '/og-image.jpg',
1818
socials: {
19-
github: 'https://github.com/callstackincubator/agent-device',
19+
github: 'https://github.com/callstack/agent-device',
2020
discord: 'https://discord.gg/eYapw6F3',
2121
},
2222
},

0 commit comments

Comments
 (0)