archal 0.9.14 → 0.9.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +81 -73
- package/bin/archal.cjs +1 -1
- package/clone-assets/apify/tools.json +668 -0
- package/{twin-assets → clone-assets}/discord/fidelity.json +1 -1
- package/{twin-assets → clone-assets}/discord/tools.json +510 -510
- package/clone-assets/github/fidelity.json +31 -0
- package/{twin-assets → clone-assets}/github/tools.json +113 -3
- package/{twin-assets → clone-assets}/google-workspace/fidelity.json +2 -2
- package/{twin-assets → clone-assets}/google-workspace/tools.json +10 -10
- package/{twin-assets → clone-assets}/jira/fidelity.json +44 -4
- package/{twin-assets → clone-assets}/jira/tools.json +1 -1
- package/clone-assets/linear/fidelity.json +36 -0
- package/{twin-assets → clone-assets}/linear/tools.json +1 -1
- package/{twin-assets → clone-assets}/ramp/fidelity.json +1 -1
- package/{twin-assets → clone-assets}/ramp/tools.json +1 -1
- package/clone-assets/slack/fidelity.json +38 -0
- package/{twin-assets → clone-assets}/slack/tools.json +1 -1
- package/clone-assets/stripe/fidelity.json +67 -0
- package/{twin-assets → clone-assets}/stripe/tools.json +42 -11
- package/clone-assets/supabase/fidelity.json +31 -0
- package/{twin-assets → clone-assets}/supabase/tools.json +1 -1
- package/clone-assets/tavily/tools.json +115 -0
- package/dist/cli.cjs +97983 -0
- package/dist/cli.d.cts +1 -0
- package/dist/harness.cjs +62 -0
- package/dist/harness.d.cts +20 -0
- package/dist/index.cjs +5 -87894
- package/dist/index.d.cts +3 -1
- package/dist/seed/dynamic-generator.cjs +8796 -9201
- package/dist/seed/dynamic-generator.d.cts +39 -0
- package/dist/vitest/{chunk-KTMNDJFB.js → chunk-CJJ32YQF.js} +45272 -44436
- package/dist/vitest/chunk-FU2VLK75.js +29296 -0
- package/dist/vitest/index.cjs +56931 -32004
- package/dist/vitest/index.d.ts +62 -28
- package/dist/vitest/index.js +147 -1809
- package/dist/vitest/runtime/hosted-session-reaper.cjs +34766 -28922
- package/dist/vitest/runtime/hosted-session-reaper.js +1 -2
- package/dist/vitest/runtime/setup-files.js +2 -3
- package/package.json +19 -10
- package/skills/eval/SKILL.md +29 -25
- package/skills/onboard/SKILL.md +56 -41
- package/skills/scenario/SKILL.md +22 -20
- package/skills/vitest/SKILL.md +25 -24
- package/dist/vitest/chunk-L6HSMJ3F.js +0 -2216
- package/dist/vitest/chunk-YJICENME.js +0 -1230
- package/dist/vitest/src-JGHX6UKK.js +0 -94
- package/twin-assets/github/fidelity.json +0 -13
- package/twin-assets/linear/fidelity.json +0 -18
- package/twin-assets/slack/fidelity.json +0 -20
- package/twin-assets/stripe/fidelity.json +0 -22
- package/twin-assets/supabase/fidelity.json +0 -13
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
AUTH_RETRY_OPTIONS,
|
|
3
|
-
AUTH_TOKEN_ENV_VAR,
|
|
4
|
-
CLI_LOOPBACK_CALLBACK_HOST,
|
|
5
|
-
CREDENTIALS_FILE,
|
|
6
|
-
CREDENTIALS_KEY_FILE,
|
|
7
|
-
CREDENTIALS_MASTER_KEY_ENV_VAR,
|
|
8
|
-
ENV_TOKEN_FALLBACK_TTL_SECONDS,
|
|
9
|
-
ExpiredEnvTokenError,
|
|
10
|
-
HOSTED_DEFAULT_API_BASE_URL,
|
|
11
|
-
HOSTED_DEFAULT_AUTH_BASE_URL,
|
|
12
|
-
HOSTED_DEFAULT_RUNTIME_BASE_URL,
|
|
13
|
-
KEYCHAIN_ACCOUNT,
|
|
14
|
-
KEYCHAIN_SERVICE,
|
|
15
|
-
REQUEST_TIMEOUT_MS,
|
|
16
|
-
STRICT_ENDPOINTS_ENV_VAR,
|
|
17
|
-
TOKEN_ENCRYPTION_PREFIX,
|
|
18
|
-
buildAuthRequestHeaders,
|
|
19
|
-
buildLoopbackCallbackUrl,
|
|
20
|
-
decodeJwtPayload,
|
|
21
|
-
deleteCredentials,
|
|
22
|
-
errorMessage,
|
|
23
|
-
exchangeCliAuthCode,
|
|
24
|
-
getArchalDir,
|
|
25
|
-
getConfiguredApiBaseUrl,
|
|
26
|
-
getConfiguredAuthBaseUrl,
|
|
27
|
-
getConfiguredRuntimeBaseUrl,
|
|
28
|
-
getCredentials,
|
|
29
|
-
getJwtExpiry,
|
|
30
|
-
getRealHomeStoredCredentials,
|
|
31
|
-
getStoredCredentials,
|
|
32
|
-
isEntitled,
|
|
33
|
-
isLoopbackHostname,
|
|
34
|
-
isLoopbackHttpUrl,
|
|
35
|
-
isLoopbackRedirectUri,
|
|
36
|
-
isPlan,
|
|
37
|
-
pollCliDeviceAuth,
|
|
38
|
-
refreshAuthFromServer,
|
|
39
|
-
refreshAuthFromServerWithValidation,
|
|
40
|
-
refreshCliSession,
|
|
41
|
-
resolveWhoamiAuthState,
|
|
42
|
-
revokeCliSession,
|
|
43
|
-
saveCredentials,
|
|
44
|
-
saveRealHomeCredentials,
|
|
45
|
-
startCliDeviceAuth,
|
|
46
|
-
validateTokenWithServer
|
|
47
|
-
} from "./chunk-YJICENME.js";
|
|
48
|
-
export {
|
|
49
|
-
AUTH_RETRY_OPTIONS,
|
|
50
|
-
AUTH_TOKEN_ENV_VAR,
|
|
51
|
-
CLI_LOOPBACK_CALLBACK_HOST,
|
|
52
|
-
CREDENTIALS_FILE,
|
|
53
|
-
CREDENTIALS_KEY_FILE,
|
|
54
|
-
CREDENTIALS_MASTER_KEY_ENV_VAR,
|
|
55
|
-
ENV_TOKEN_FALLBACK_TTL_SECONDS,
|
|
56
|
-
ExpiredEnvTokenError,
|
|
57
|
-
HOSTED_DEFAULT_API_BASE_URL,
|
|
58
|
-
HOSTED_DEFAULT_AUTH_BASE_URL,
|
|
59
|
-
HOSTED_DEFAULT_RUNTIME_BASE_URL,
|
|
60
|
-
KEYCHAIN_ACCOUNT,
|
|
61
|
-
KEYCHAIN_SERVICE,
|
|
62
|
-
REQUEST_TIMEOUT_MS,
|
|
63
|
-
STRICT_ENDPOINTS_ENV_VAR,
|
|
64
|
-
TOKEN_ENCRYPTION_PREFIX,
|
|
65
|
-
buildAuthRequestHeaders,
|
|
66
|
-
buildLoopbackCallbackUrl,
|
|
67
|
-
decodeJwtPayload,
|
|
68
|
-
deleteCredentials,
|
|
69
|
-
errorMessage,
|
|
70
|
-
exchangeCliAuthCode,
|
|
71
|
-
getArchalDir,
|
|
72
|
-
getConfiguredApiBaseUrl,
|
|
73
|
-
getConfiguredAuthBaseUrl,
|
|
74
|
-
getConfiguredRuntimeBaseUrl,
|
|
75
|
-
getCredentials,
|
|
76
|
-
getJwtExpiry,
|
|
77
|
-
getRealHomeStoredCredentials,
|
|
78
|
-
getStoredCredentials,
|
|
79
|
-
isEntitled,
|
|
80
|
-
isLoopbackHostname,
|
|
81
|
-
isLoopbackHttpUrl,
|
|
82
|
-
isLoopbackRedirectUri,
|
|
83
|
-
isPlan,
|
|
84
|
-
pollCliDeviceAuth,
|
|
85
|
-
refreshAuthFromServer,
|
|
86
|
-
refreshAuthFromServerWithValidation,
|
|
87
|
-
refreshCliSession,
|
|
88
|
-
resolveWhoamiAuthState,
|
|
89
|
-
revokeCliSession,
|
|
90
|
-
saveCredentials,
|
|
91
|
-
saveRealHomeCredentials,
|
|
92
|
-
startCliDeviceAuth,
|
|
93
|
-
validateTokenWithServer
|
|
94
|
-
};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"twin": "github",
|
|
3
|
-
"api": "REST v3",
|
|
4
|
-
"version": "0.1.0",
|
|
5
|
-
"capabilities": [
|
|
6
|
-
{ "name": "Stateful CRUD (issues, PRs, branches, files)", "supported": true },
|
|
7
|
-
{ "name": "Error responses (404, 422, 403)", "supported": true },
|
|
8
|
-
{ "name": "Pagination", "supported": true },
|
|
9
|
-
{ "name": "Rate limiting", "supported": true },
|
|
10
|
-
{ "name": "Webhooks", "supported": false },
|
|
11
|
-
{ "name": "Branch protection rules", "supported": false }
|
|
12
|
-
]
|
|
13
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"twin": "linear",
|
|
3
|
-
"api": "GraphQL",
|
|
4
|
-
"version": "0.1.0",
|
|
5
|
-
"capabilities": [
|
|
6
|
-
{ "name": "Stateful CRUD (issues, projects, cycles, initiatives)", "supported": true },
|
|
7
|
-
{ "name": "Workflow state transitions", "supported": true },
|
|
8
|
-
{ "name": "Issue relations", "supported": true },
|
|
9
|
-
{ "name": "Comments & attachments", "supported": true },
|
|
10
|
-
{ "name": "Webhooks", "supported": false },
|
|
11
|
-
{ "name": "OAuth flows", "supported": false }
|
|
12
|
-
],
|
|
13
|
-
"thresholds": {
|
|
14
|
-
"minReplaySteps": 41,
|
|
15
|
-
"minScenarioWindows": 18,
|
|
16
|
-
"maxValueDifferences": 0
|
|
17
|
-
}
|
|
18
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"twin": "slack",
|
|
3
|
-
"api": "Web API",
|
|
4
|
-
"version": "0.1.0",
|
|
5
|
-
"capabilities": [
|
|
6
|
-
{ "name": "Visible MCP tools exactness (8-tool exposed surface)", "supported": true },
|
|
7
|
-
{ "name": "Supported Web API flows: auth.test, conversations.create/info/list/history/replies, chat.postMessage/delete, reactions.add/remove, users.list/profile.get", "supported": true },
|
|
8
|
-
{ "name": "State replay and reset exactness for supported flows", "supported": true },
|
|
9
|
-
{ "name": "Hidden/internal-only Slack tools", "supported": false },
|
|
10
|
-
{ "name": "files.* and other non-exposed Slack API areas", "supported": false },
|
|
11
|
-
{ "name": "Real-time events (WebSocket)", "supported": false }
|
|
12
|
-
],
|
|
13
|
-
"thresholds": {
|
|
14
|
-
"minReplaySteps": 29,
|
|
15
|
-
"minWorkflowScenarios": 2,
|
|
16
|
-
"minWorkflowSteps": 7,
|
|
17
|
-
"minScenarioWindows": 6,
|
|
18
|
-
"maxValueDifferences": 0
|
|
19
|
-
}
|
|
20
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"twin": "stripe",
|
|
3
|
-
"api": "Stripe API v1 (via MCP agent-toolkit)",
|
|
4
|
-
"version": "0.1.0",
|
|
5
|
-
"capabilities": [
|
|
6
|
-
{ "name": "Stateful CRUD (customers, products, prices)", "supported": true },
|
|
7
|
-
{ "name": "Payment lifecycle (intents, confirm, capture, cancel)", "supported": true },
|
|
8
|
-
{ "name": "Refunds (full, partial, by charge or payment_intent)", "supported": true },
|
|
9
|
-
{ "name": "Invoice lifecycle (draft, finalize, pay, void)", "supported": true },
|
|
10
|
-
{ "name": "Subscriptions (create, update, cancel, trial periods)", "supported": true },
|
|
11
|
-
{ "name": "Coupons (percent-off, amount-off, duration types)", "supported": true },
|
|
12
|
-
{ "name": "Payment Links (create, list)", "supported": true },
|
|
13
|
-
{ "name": "Balance and balance transactions", "supported": true },
|
|
14
|
-
{ "name": "Disputes (list, update evidence, submit)", "supported": true },
|
|
15
|
-
{ "name": "Error responses (400, 404, 402, 429)", "supported": true },
|
|
16
|
-
{ "name": "Rate limiting simulation", "supported": true },
|
|
17
|
-
{ "name": "Stripe Connect (multi-account)", "supported": false },
|
|
18
|
-
{ "name": "Webhooks", "supported": false },
|
|
19
|
-
{ "name": "3D Secure / SCA flows", "supported": false },
|
|
20
|
-
{ "name": "Tax calculation", "supported": false }
|
|
21
|
-
]
|
|
22
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"twin": "supabase",
|
|
3
|
-
"api": "Management API + SQL",
|
|
4
|
-
"version": "0.1.0",
|
|
5
|
-
"capabilities": [
|
|
6
|
-
{ "name": "SQL execution", "supported": true },
|
|
7
|
-
{ "name": "Schema introspection", "supported": true },
|
|
8
|
-
{ "name": "Migrations", "supported": true },
|
|
9
|
-
{ "name": "Edge functions (metadata)", "supported": true },
|
|
10
|
-
{ "name": "Realtime subscriptions", "supported": false },
|
|
11
|
-
{ "name": "Storage (file uploads)", "supported": false }
|
|
12
|
-
]
|
|
13
|
-
}
|