axm.sh 0.4.2 → 0.4.3
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 +190 -16
- package/dist/src/app.d.ts +1 -1
- package/dist/src/app.d.ts.map +1 -1
- package/dist/src/cli-flags.d.ts +1 -1
- package/dist/src/root/auth/_auth.d.ts +1 -1
- package/dist/src/root/auth/_auth.d.ts.map +1 -1
- package/dist/src/root/auth/login.d.ts +2 -2
- package/dist/src/root/auth/logout.d.ts +1 -1
- package/dist/src/root/auth/logout.d.ts.map +1 -1
- package/dist/src/root/auth/token.d.ts +1 -1
- package/dist/src/root/auth/whoami.d.ts +1 -1
- package/dist/src/root/commands/disable.d.ts +1 -1
- package/dist/src/root/commands/disable.d.ts.map +1 -1
- package/dist/src/root/commands/enable.d.ts +1 -1
- package/dist/src/root/commands/enable.d.ts.map +1 -1
- package/dist/src/root/commands/install/command-actions.d.ts +1 -1
- package/dist/src/root/commands/install/handler.d.ts +1 -1
- package/dist/src/root/commands/install/handler.d.ts.map +1 -1
- package/dist/src/root/commands/list.d.ts +1 -1
- package/dist/src/root/commands/list.d.ts.map +1 -1
- package/dist/src/root/commands/new.d.ts +1 -1
- package/dist/src/root/commands/new.d.ts.map +1 -1
- package/dist/src/root/commands/publish.d.ts +1 -1
- package/dist/src/root/commands/publish.d.ts.map +1 -1
- package/dist/src/root/commands/uninstall/handler.d.ts +1 -1
- package/dist/src/root/commands/uninstall/handler.d.ts.map +1 -1
- package/dist/src/root/commands/update.d.ts +1 -1
- package/dist/src/root/commands/update.d.ts.map +1 -1
- package/dist/src/root/install/handler.d.ts +1 -1
- package/dist/src/root/install/handler.d.ts.map +1 -1
- package/dist/src/root/install/resolve-root-install-intent.d.ts +1 -1
- package/dist/src/root/install/workspace-install-handler.d.ts +2 -2
- package/dist/src/root/install/workspace-install-handler.d.ts.map +1 -1
- package/dist/src/root/lint/handler.d.ts +1 -1
- package/dist/src/root/mcp-servers/install/command-actions.d.ts +1 -1
- package/dist/src/root/mcp-servers/install/handler.d.ts +1 -1
- package/dist/src/root/mcp-servers/install/handler.d.ts.map +1 -1
- package/dist/src/root/mcp-servers/uninstall/handler.d.ts +1 -1
- package/dist/src/root/mcp-servers/uninstall/handler.d.ts.map +1 -1
- package/dist/src/root/outdated/handler.d.ts +1 -1
- package/dist/src/root/outdated/handler.d.ts.map +1 -1
- package/dist/src/root/packs/add.d.ts +1 -1
- package/dist/src/root/packs/add.d.ts.map +1 -1
- package/dist/src/root/packs/install/command-actions.d.ts +1 -1
- package/dist/src/root/packs/install/handler.d.ts +1 -1
- package/dist/src/root/packs/install/handler.d.ts.map +1 -1
- package/dist/src/root/packs/install/plan.d.ts +1 -1
- package/dist/src/root/packs/new.d.ts +1 -1
- package/dist/src/root/packs/new.d.ts.map +1 -1
- package/dist/src/root/packs/publish.d.ts +1 -1
- package/dist/src/root/packs/publish.d.ts.map +1 -1
- package/dist/src/root/packs/remove.d.ts +1 -1
- package/dist/src/root/packs/remove.d.ts.map +1 -1
- package/dist/src/root/packs/uninstall/command-actions.d.ts +1 -1
- package/dist/src/root/packs/uninstall/handler.d.ts +1 -1
- package/dist/src/root/packs/uninstall/handler.d.ts.map +1 -1
- package/dist/src/root/packs/uninstall/plan.d.ts +1 -1
- package/dist/src/root/packs/unpack/handler.d.ts +1 -1
- package/dist/src/root/packs/unpack/handler.d.ts.map +1 -1
- package/dist/src/root/packs/unpack/plan.d.ts +1 -1
- package/dist/src/root/prune/handler.d.ts +1 -1
- package/dist/src/root/setup.d.ts +1 -1
- package/dist/src/root/setup.d.ts.map +1 -1
- package/dist/src/root/skills/disable.d.ts +1 -1
- package/dist/src/root/skills/disable.d.ts.map +1 -1
- package/dist/src/root/skills/enable.d.ts +1 -1
- package/dist/src/root/skills/enable.d.ts.map +1 -1
- package/dist/src/root/skills/fork.d.ts +1 -1
- package/dist/src/root/skills/fork.d.ts.map +1 -1
- package/dist/src/root/skills/install/command-actions.d.ts +1 -1
- package/dist/src/root/skills/install/handler.d.ts +1 -1
- package/dist/src/root/skills/install/handler.d.ts.map +1 -1
- package/dist/src/root/skills/install/plan.d.ts +1 -1
- package/dist/src/root/skills/install/plan.d.ts.map +1 -1
- package/dist/src/root/skills/install/resolve-skill-install-source.d.ts +1 -1
- package/dist/src/root/skills/list.d.ts +1 -1
- package/dist/src/root/skills/list.d.ts.map +1 -1
- package/dist/src/root/skills/new.d.ts +1 -1
- package/dist/src/root/skills/new.d.ts.map +1 -1
- package/dist/src/root/skills/prune/handler.d.ts +2 -2
- package/dist/src/root/skills/publish.d.ts +1 -1
- package/dist/src/root/skills/publish.d.ts.map +1 -1
- package/dist/src/root/skills/rename.d.ts +1 -1
- package/dist/src/root/skills/rename.d.ts.map +1 -1
- package/dist/src/root/skills/uninstall/handler.d.ts +1 -1
- package/dist/src/root/skills/uninstall/handler.d.ts.map +1 -1
- package/dist/src/root/skills/uninstall/plan.d.ts +1 -1
- package/dist/src/root/skills/update/handler.d.ts +1 -1
- package/dist/src/root/skills/update/handler.d.ts.map +1 -1
- package/dist/src/root/subagents/disable/handler.d.ts +1 -1
- package/dist/src/root/subagents/disable/handler.d.ts.map +1 -1
- package/dist/src/root/subagents/enable/handler.d.ts +1 -1
- package/dist/src/root/subagents/enable/handler.d.ts.map +1 -1
- package/dist/src/root/subagents/install/command-actions.d.ts +1 -1
- package/dist/src/root/subagents/install/handler.d.ts +1 -1
- package/dist/src/root/subagents/install/handler.d.ts.map +1 -1
- package/dist/src/root/subagents/install/plan.d.ts +1 -1
- package/dist/src/root/subagents/install/plan.d.ts.map +1 -1
- package/dist/src/root/subagents/install/resolve-subagent-install-source.d.ts +1 -1
- package/dist/src/root/subagents/list/handler.d.ts +1 -1
- package/dist/src/root/subagents/list/handler.d.ts.map +1 -1
- package/dist/src/root/subagents/new/handler.d.ts +1 -1
- package/dist/src/root/subagents/new/handler.d.ts.map +1 -1
- package/dist/src/root/subagents/publish/handler.d.ts +1 -1
- package/dist/src/root/subagents/publish/handler.d.ts.map +1 -1
- package/dist/src/root/subagents/rename/handler.d.ts +1 -1
- package/dist/src/root/subagents/rename/handler.d.ts.map +1 -1
- package/dist/src/root/subagents/uninstall/handler.d.ts +1 -1
- package/dist/src/root/subagents/uninstall/handler.d.ts.map +1 -1
- package/dist/src/root/subagents/update/handler.d.ts +1 -1
- package/dist/src/root/subagents/update/handler.d.ts.map +1 -1
- package/dist/src/root/uninstall/handler.d.ts +1 -1
- package/dist/src/root/uninstall/handler.d.ts.map +1 -1
- package/dist/src/root/uninstall/resolve-root-uninstall-intent.d.ts +1 -1
- package/dist/src/root/update/handler.d.ts +1 -1
- package/dist/src/root/update/handler.d.ts.map +1 -1
- package/dist/src/root/update/resolve-root-update-intent.d.ts +1 -1
- package/dist/src/root/update/workspace-update-handler.d.ts +1 -1
- package/dist/src/root/update/workspace-update-handler.d.ts.map +1 -1
- package/dist/src/root/upgrade/handler.d.ts +1 -1
- package/dist/src/runtime.d.ts +10 -10
- package/dist/src/runtime.d.ts.map +1 -1
- package/dist/src/test-helpers.d.ts +3 -3
- package/dist/src/update-check-startup.d.ts +1 -1
- package/package.json +38 -53
package/README.md
CHANGED
|
@@ -1,26 +1,200 @@
|
|
|
1
|
-
|
|
1
|
+
```
|
|
2
|
+
▄▀█ ▀▄▀ █▀▄▀█
|
|
3
|
+
█▀█ █ █ █ ▀ █
|
|
4
|
+
Agent Extension Manager by AgentXM
|
|
5
|
+
|
|
6
|
+
https://axm.sh | https://agentxm.ai
|
|
7
|
+
```
|
|
8
|
+
|
|
9
|
+

|
|
10
|
+
[](https://www.npmjs.com/package/axm.sh)
|
|
11
|
+
[](https://github.com/agentxm/axm/actions/workflows/ci.yml)
|
|
12
|
+
[](https://github.com/agentxm/axm/blob/main/LICENSE)
|
|
13
|
+
|
|
14
|
+
# axm CLI — Extension manager for coding agents and AI assistants
|
|
15
|
+
|
|
16
|
+
> [!WARNING]
|
|
17
|
+
> axm is in **early alpha** testing. Capabilities and APIs may change. To be
|
|
18
|
+
> included in the test user group, reach out to
|
|
19
|
+
> [hello@agentxm.ai](mailto:hello@agentxm.ai).
|
|
20
|
+
|
|
21
|
+
- **Multi-tool** — a unified context-engineering toolkit for managing
|
|
22
|
+
skills, commands, subagents, and MCP servers
|
|
23
|
+
- **Multi-agent** — share workflows across Claude Code, Codex, Cursor,
|
|
24
|
+
Gemini CLI, GitHub Copilot, OpenCode, and
|
|
25
|
+
[nearly 40 others](#supported-agents)
|
|
26
|
+
- **Cross-platform** — discover and distribute agent skills and extensions
|
|
27
|
+
across package ecosystems including JavaScript, Python, Java, .NET, Go,
|
|
28
|
+
Rust, Ruby, and more
|
|
29
|
+
|
|
30
|
+
## Installation
|
|
2
31
|
|
|
3
|
-
|
|
32
|
+
**Ask your agent to install axm:**
|
|
4
33
|
|
|
5
|
-
|
|
34
|
+
```
|
|
35
|
+
Follow these install instructions to set up axm: https://axm.sh/install.md
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
**macOS / Linux:**
|
|
39
|
+
|
|
40
|
+
```bash
|
|
41
|
+
curl -fsSL https://axm.sh/install.sh | sh
|
|
42
|
+
```
|
|
6
43
|
|
|
7
|
-
|
|
44
|
+
**Windows (PowerShell):**
|
|
8
45
|
|
|
9
|
-
|
|
10
|
-
|
|
46
|
+
```powershell
|
|
47
|
+
irm https://axm.sh/install.ps1 | iex
|
|
48
|
+
```
|
|
11
49
|
|
|
12
|
-
|
|
50
|
+
**Homebrew:**
|
|
13
51
|
|
|
14
|
-
```
|
|
15
|
-
|
|
52
|
+
```bash
|
|
53
|
+
brew install agentxm/tap/axm
|
|
16
54
|
```
|
|
17
55
|
|
|
18
|
-
|
|
56
|
+
**npx (no install, for agents and CI):**
|
|
57
|
+
|
|
58
|
+
```bash
|
|
59
|
+
npx axm.sh --version
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
## Getting started
|
|
63
|
+
|
|
64
|
+
Initialize axm in your project. axm detects your installed agents and creates
|
|
65
|
+
an `.axm/` workspace to manage extensions across all of them.
|
|
66
|
+
|
|
67
|
+
```bash
|
|
68
|
+
axm setup
|
|
69
|
+
```
|
|
70
|
+
|
|
71
|
+
See what's recommended for your project:
|
|
72
|
+
|
|
73
|
+
```bash
|
|
74
|
+
axm discover
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
Install an extension and axm wires it into every agent in your workspace:
|
|
78
|
+
|
|
79
|
+
```bash
|
|
80
|
+
axm install @acme/skills/code-review
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
## Extension types
|
|
84
|
+
|
|
85
|
+
| Type | What it is | Example |
|
|
86
|
+
| ------------------- | ------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------- |
|
|
87
|
+
| **Skills** | Context-triggered agent capabilities per the [agentskills.io](https://agentskills.io) spec | `@acme/skills/code-review` — apply team review standards on every diff |
|
|
88
|
+
| **Commands** | User-invokable prompts (slash commands, saved prompts) | `@acme/commands/release-notes` — draft release notes from recent commits |
|
|
89
|
+
| **Subagents** | Task-specialized agents the main agent delegates to | `@acme/subagents/researcher` — delegate doc-reading to a cheaper model |
|
|
90
|
+
| **MCP servers** | Model Context Protocol servers exposing tools, data, and integrations | `@acme/mcp-servers/linear` — tools for reading and updating Linear issues |
|
|
91
|
+
| **Extension packs** | Curated bundles teams install and keep in sync | `@acme/packs/frontend-tools` — the frontend guild's standard skills and commands |
|
|
92
|
+
|
|
93
|
+
Every type has its own subcommand namespace (`axm skills`, `axm commands`,
|
|
94
|
+
`axm subagents`, `axm mcp-servers`, `axm packs`) sharing a common shape:
|
|
95
|
+
`install`, `uninstall`, `list`, `update`, `new`, `publish`, plus
|
|
96
|
+
`enable`/`disable` where it applies.
|
|
97
|
+
|
|
98
|
+
## Subcommands
|
|
99
|
+
|
|
100
|
+
Examples below use `skills`; the same shape applies to every type.
|
|
101
|
+
|
|
102
|
+
```bash
|
|
103
|
+
axm skills new my-skill # Scaffold a new skill
|
|
104
|
+
axm skills fork my-skill # Fork an installed skill to customize
|
|
105
|
+
axm skills install @acme/skills/code-review
|
|
106
|
+
axm skills list
|
|
107
|
+
axm skills disable my-skill # Turn off without uninstalling
|
|
108
|
+
axm skills enable my-skill
|
|
109
|
+
axm skills publish my-skill # Publish to the registry
|
|
110
|
+
```
|
|
111
|
+
|
|
112
|
+
`axm packs` adds bundling commands:
|
|
113
|
+
|
|
114
|
+
```bash
|
|
115
|
+
axm packs add my-pack @acme/skills/code-review
|
|
116
|
+
axm packs add my-pack "effect-*" # Add all matching extensions
|
|
117
|
+
```
|
|
118
|
+
|
|
119
|
+
Run `axm --help` for the top-level command list, or `axm <command> --help`
|
|
120
|
+
for options on any subcommand.
|
|
121
|
+
|
|
122
|
+
## Workspace
|
|
123
|
+
|
|
124
|
+
Top-level commands work across every extension type and infer the target from
|
|
125
|
+
your input:
|
|
126
|
+
|
|
127
|
+
```bash
|
|
128
|
+
axm install # Sync extensions from .axm/settings.json
|
|
129
|
+
axm install @acme/skills/code-review # Install a single extension
|
|
130
|
+
axm update # Pull latest versions
|
|
131
|
+
axm outdated # Show extensions with available updates
|
|
132
|
+
axm uninstall @acme/skills/code-review
|
|
133
|
+
axm prune # Remove extensions axm isn't managing
|
|
134
|
+
axm upgrade # Update axm itself
|
|
135
|
+
```
|
|
136
|
+
|
|
137
|
+
## Publishing
|
|
138
|
+
|
|
139
|
+
Extensions publish to the registry in four steps.
|
|
140
|
+
|
|
141
|
+
```bash
|
|
142
|
+
axm skills new my-skill # 1. Scaffold
|
|
143
|
+
# 2. Author content in the scaffolded directory
|
|
144
|
+
axm lint # 3. Check the publish gate locally
|
|
145
|
+
axm skills publish my-skill # 4. Publish
|
|
146
|
+
```
|
|
147
|
+
|
|
148
|
+
`axm lint` checks the same rules the registry enforces — see
|
|
149
|
+
[Lint](#lint) for details.
|
|
150
|
+
|
|
151
|
+
## Lint
|
|
152
|
+
|
|
153
|
+
`axm lint` evaluates workspace and per-extension invariants against a shared
|
|
154
|
+
rule catalog — the same one that drives the registry publish gate.
|
|
155
|
+
|
|
156
|
+
```bash
|
|
157
|
+
axm lint # Report findings against the current project
|
|
158
|
+
axm lint --fix # Apply every autofixable finding non-interactively
|
|
159
|
+
axm lint --scope user # Lint the user-scope workspace
|
|
160
|
+
axm lint --strict # Exit non-zero on warnings as well as errors
|
|
161
|
+
axm lint --json # Machine-readable findings envelope
|
|
162
|
+
```
|
|
163
|
+
|
|
164
|
+
Project scope is the default. Local `lint.rules` overrides in
|
|
165
|
+
`.axm/settings.json` affect `axm lint` only — the registry publish gate
|
|
166
|
+
remains authoritative.
|
|
167
|
+
|
|
168
|
+
## Authentication
|
|
169
|
+
|
|
170
|
+
Sign in to a registry to publish, install private extensions, or attribute
|
|
171
|
+
usage to your account:
|
|
172
|
+
|
|
173
|
+
```bash
|
|
174
|
+
axm login # Sign in to the default registry
|
|
175
|
+
axm whoami # Show the current identity
|
|
176
|
+
axm logout
|
|
177
|
+
axm token # Print the current token (for scripting)
|
|
178
|
+
```
|
|
179
|
+
|
|
180
|
+
## Supported agents
|
|
181
|
+
|
|
182
|
+
axm supports nearly 40 agents — Claude Code, Codex, Cursor,
|
|
183
|
+
Gemini CLI, GitHub Copilot, OpenCode, Windsurf, Cline, Continue, Roo, Goose,
|
|
184
|
+
and more. If your agent isn't there,
|
|
185
|
+
[open an issue](https://github.com/agentxm/axm/issues) and we'll add it.
|
|
186
|
+
|
|
187
|
+
## Source and contributing
|
|
188
|
+
|
|
189
|
+
Source lives at [github.com/agentxm/axm](https://github.com/agentxm/axm).
|
|
190
|
+
See [CONTRIBUTING.md](https://github.com/agentxm/axm/blob/main/CONTRIBUTING.md)
|
|
191
|
+
for the development workflow.
|
|
192
|
+
|
|
193
|
+
---
|
|
194
|
+
|
|
195
|
+
**Open Agents, Open Standards, Open Source.**
|
|
19
196
|
|
|
20
|
-
|
|
21
|
-
- `axm-darwin-x64`
|
|
22
|
-
- `axm-linux-arm64`
|
|
23
|
-
- `axm-linux-x64`
|
|
24
|
-
- `axm-windows-x64.exe`
|
|
197
|
+
## License
|
|
25
198
|
|
|
26
|
-
|
|
199
|
+
MIT © 2025-2026 AgentXM, Inc. — see
|
|
200
|
+
[LICENSE](https://github.com/agentxm/axm/blob/main/LICENSE).
|
package/dist/src/app.d.ts
CHANGED
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
* Root CLI application.
|
|
3
3
|
*/
|
|
4
4
|
import { Command } from "effect/unstable/cli";
|
|
5
|
-
export declare const rootCommand: Command.Command<"axm", {}, {}, never, import("packages/core/src/unstable/auth/device-login.
|
|
5
|
+
export declare const rootCommand: Command.Command<"axm", {}, {}, never, import("packages/core/dist/src/unstable/auth/device-login.js").DeviceLoginInteraction>;
|
|
6
6
|
export declare const run: (args?: ReadonlyArray<string>) => Promise<void>;
|
|
7
7
|
//# sourceMappingURL=app.d.ts.map
|
package/dist/src/app.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.ts","sourceRoot":"","sources":["../../src/app.ts"],"names":[],"mappings":"AAAA;;GAEG;AAIH,OAAO,EAAa,OAAO,EAAc,MAAM,qBAAqB,CAAC;AAyCrE,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"app.d.ts","sourceRoot":"","sources":["../../src/app.ts"],"names":[],"mappings":"AAAA;;GAEG;AAIH,OAAO,EAAa,OAAO,EAAc,MAAM,qBAAqB,CAAC;AAyCrE,eAAO,MAAM,WAAW,8HA6CvB,CAAC;AAWF,eAAO,MAAM,GAAG,GAAU,OAAM,aAAa,CAAC,MAAM,CAAyB,KAAG,OAAO,CAAC,IAAI,CA8B3F,CAAC"}
|
package/dist/src/cli-flags.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { Command } from "effect/unstable/cli";
|
|
2
|
-
export declare const authCommand: Command.Command<"auth", {}, {}, never, "effect/unstable/cli/GlobalFlag/axm-non-interactive" | "
|
|
2
|
+
export declare const authCommand: Command.Command<"auth", {}, {}, never, "effect/unstable/cli/GlobalFlag/axm-non-interactive" | import("packages/core/dist/src/unstable/auth/device-login.js").DeviceLoginInteraction | "effect/unstable/cli/GlobalFlag/axm-json" | "effect/unstable/cli/GlobalFlag/axm-quiet" | "effect/unstable/cli/GlobalFlag/axm-verbose" | "effect/unstable/cli/GlobalFlag/axm-debug">;
|
|
3
3
|
//# sourceMappingURL=_auth.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_auth.d.ts","sourceRoot":"","sources":["../../../../src/root/auth/_auth.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAO9C,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"_auth.d.ts","sourceRoot":"","sources":["../../../../src/root/auth/_auth.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAO9C,eAAO,MAAM,WAAW,2WAQvB,CAAC"}
|
|
@@ -9,7 +9,7 @@ interface LoginInteractions {
|
|
|
9
9
|
}
|
|
10
10
|
export declare const handleLogin: (options: {
|
|
11
11
|
yes: boolean;
|
|
12
|
-
}, interactions?: LoginInteractions | undefined) => Effect.Effect<void, AppError | PromptCancelled, CliRenderer | "effect/unstable/cli/GlobalFlag/axm-non-interactive" |
|
|
13
|
-
export declare const loginCommand: Command.Command<"login", Record<string, unknown>, {}, never, "effect/unstable/cli/GlobalFlag/axm-non-interactive" | "effect/unstable/cli/GlobalFlag/axm-json" | "effect/unstable/cli/GlobalFlag/axm-quiet" | "effect/unstable/cli/GlobalFlag/axm-verbose" | "effect/unstable/cli/GlobalFlag/axm-debug"
|
|
12
|
+
}, interactions?: LoginInteractions | undefined) => Effect.Effect<void, AppError | PromptCancelled, CliRenderer | Prompt.Environment | "effect/unstable/cli/GlobalFlag/axm-non-interactive" | RegistryUrl | CredentialStore | AuthClient | import("@agentxm/client-core/unstable/auth").DeviceLoginInteraction>;
|
|
13
|
+
export declare const loginCommand: Command.Command<"login", Record<string, unknown>, {}, never, "effect/unstable/cli/GlobalFlag/axm-non-interactive" | import("@agentxm/client-core/unstable/auth").DeviceLoginInteraction | "effect/unstable/cli/GlobalFlag/axm-json" | "effect/unstable/cli/GlobalFlag/axm-quiet" | "effect/unstable/cli/GlobalFlag/axm-verbose" | "effect/unstable/cli/GlobalFlag/axm-debug">;
|
|
14
14
|
export {};
|
|
15
15
|
//# sourceMappingURL=login.d.ts.map
|
|
@@ -2,6 +2,6 @@ import * as Effect from "effect/Effect";
|
|
|
2
2
|
import { Command } from "effect/unstable/cli";
|
|
3
3
|
import { AuthClient, RegistryUrl, CredentialStore } from "@agentxm/client-core/unstable/auth";
|
|
4
4
|
import { CliRenderer } from "@agentxm/client-core/unstable/cli-renderer";
|
|
5
|
-
export declare const handleLogout: () => Effect.Effect<void, import("packages/core/src/unstable/app-error/app-error.
|
|
5
|
+
export declare const handleLogout: () => Effect.Effect<void, import("packages/core/dist/src/unstable/app-error/app-error.js").AppError, CliRenderer | RegistryUrl | CredentialStore | AuthClient>;
|
|
6
6
|
export declare const logoutCommand: Command.Command<"logout", Record<string, unknown>, {}, never, "effect/unstable/cli/GlobalFlag/axm-non-interactive" | "effect/unstable/cli/GlobalFlag/axm-json" | "effect/unstable/cli/GlobalFlag/axm-quiet" | "effect/unstable/cli/GlobalFlag/axm-verbose" | "effect/unstable/cli/GlobalFlag/axm-debug">;
|
|
7
7
|
//# sourceMappingURL=logout.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logout.d.ts","sourceRoot":"","sources":["../../../../src/root/auth/logout.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAE9C,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC;AAC9F,OAAO,EAAE,WAAW,EAAE,MAAM,4CAA4C,CAAC;AAczE,eAAO,MAAM,YAAY,
|
|
1
|
+
{"version":3,"file":"logout.d.ts","sourceRoot":"","sources":["../../../../src/root/auth/logout.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAE9C,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC;AAC9F,OAAO,EAAE,WAAW,EAAE,MAAM,4CAA4C,CAAC;AAczE,eAAO,MAAM,YAAY,gKAmDR,CAAC;AAIlB,eAAO,MAAM,aAAa,0SASzB,CAAC"}
|
|
@@ -2,6 +2,6 @@ import * as Effect from "effect/Effect";
|
|
|
2
2
|
import { Command } from "effect/unstable/cli";
|
|
3
3
|
import { RegistryUrl } from "@agentxm/client-core/unstable/auth";
|
|
4
4
|
import { CliRenderer } from "@agentxm/client-core/unstable/cli-renderer";
|
|
5
|
-
export declare const handleToken: () => Effect.Effect<void, import("@agentxm/client-core/unstable/app-error").AppError, CliRenderer |
|
|
5
|
+
export declare const handleToken: () => Effect.Effect<void, import("@agentxm/client-core/unstable/app-error").AppError, CliRenderer | RegistryUrl | import("@agentxm/client-core/unstable/auth").CredentialStore | "effect/unstable/cli/GlobalFlag/axm-json">;
|
|
6
6
|
export declare const tokenCommand: Command.Command<"token", Record<string, unknown>, {}, never, "effect/unstable/cli/GlobalFlag/axm-non-interactive" | "effect/unstable/cli/GlobalFlag/axm-json" | "effect/unstable/cli/GlobalFlag/axm-quiet" | "effect/unstable/cli/GlobalFlag/axm-verbose" | "effect/unstable/cli/GlobalFlag/axm-debug">;
|
|
7
7
|
//# sourceMappingURL=token.d.ts.map
|
|
@@ -2,6 +2,6 @@ import * as Effect from "effect/Effect";
|
|
|
2
2
|
import { Command } from "effect/unstable/cli";
|
|
3
3
|
import { AuthClient, RegistryUrl } from "@agentxm/client-core/unstable/auth";
|
|
4
4
|
import { CliRenderer } from "@agentxm/client-core/unstable/cli-renderer";
|
|
5
|
-
export declare const handleWhoami: () => Effect.Effect<void, import("@agentxm/client-core/unstable/app-error").AppError, CliRenderer | import("@agentxm/client-core/unstable/auth").CredentialStore |
|
|
5
|
+
export declare const handleWhoami: () => Effect.Effect<void, import("@agentxm/client-core/unstable/app-error").AppError, CliRenderer | RegistryUrl | import("@agentxm/client-core/unstable/auth").CredentialStore | AuthClient>;
|
|
6
6
|
export declare const whoamiCommand: Command.Command<"whoami", Record<string, unknown>, {}, never, "effect/unstable/cli/GlobalFlag/axm-non-interactive" | "effect/unstable/cli/GlobalFlag/axm-json" | "effect/unstable/cli/GlobalFlag/axm-quiet" | "effect/unstable/cli/GlobalFlag/axm-verbose" | "effect/unstable/cli/GlobalFlag/axm-debug">;
|
|
7
7
|
//# sourceMappingURL=whoami.d.ts.map
|
|
@@ -12,6 +12,6 @@ export interface DisableCommandHandlerArgs {
|
|
|
12
12
|
readonly force: boolean;
|
|
13
13
|
readonly preview: boolean;
|
|
14
14
|
}
|
|
15
|
-
export declare const handleDisableCommand: (args: DisableCommandHandlerArgs) => Effect.Effect<undefined, import("@agentxm/client-core/unstable/app-error").AppError | import("packages/core/src/unstable/cli-prompt/prompt-cancelled.
|
|
15
|
+
export declare const handleDisableCommand: (args: DisableCommandHandlerArgs) => Effect.Effect<undefined, import("@agentxm/client-core/unstable/app-error").AppError | import("packages/core/dist/src/unstable/cli-prompt/prompt-cancelled.js").PromptCancelled, CliRenderer | Workspace | FileSystem.FileSystem | Path.Path | "effect/unstable/cli/GlobalFlag/axm-non-interactive" | import("@agentxm/client-core/unstable/cli-flags").Verbosity | CodingAgentRepository>;
|
|
16
16
|
export declare const disableCommand: Command.Command<"disable", Record<string, unknown>, {}, never, "effect/unstable/cli/GlobalFlag/axm-non-interactive" | "effect/unstable/cli/GlobalFlag/axm-json" | "effect/unstable/cli/GlobalFlag/axm-quiet" | "effect/unstable/cli/GlobalFlag/axm-verbose" | "effect/unstable/cli/GlobalFlag/axm-debug">;
|
|
17
17
|
//# sourceMappingURL=disable.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"disable.d.ts","sourceRoot":"","sources":["../../../../src/root/commands/disable.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,UAAU,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,IAAI,MAAM,aAAa,CAAC;AAEpC,OAAO,EAAY,OAAO,EAAQ,MAAM,qBAAqB,CAAC;AAC9D,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAC7E,OAAO,EAEL,KAAK,aAAa,EACnB,MAAM,0CAA0C,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,4CAA4C,CAAC;AACzE,OAAO,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AAiBpE,MAAM,WAAW,yBAAyB;IACxC,QAAQ,CAAC,IAAI,EAAE,aAAa,CAAC;IAC7B,QAAQ,CAAC,GAAG,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;CAC3B;AAED,eAAO,MAAM,oBAAoB,
|
|
1
|
+
{"version":3,"file":"disable.d.ts","sourceRoot":"","sources":["../../../../src/root/commands/disable.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,UAAU,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,IAAI,MAAM,aAAa,CAAC;AAEpC,OAAO,EAAY,OAAO,EAAQ,MAAM,qBAAqB,CAAC;AAC9D,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAC7E,OAAO,EAEL,KAAK,aAAa,EACnB,MAAM,0CAA0C,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,4CAA4C,CAAC;AACzE,OAAO,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AAiBpE,MAAM,WAAW,yBAAyB;IACxC,QAAQ,CAAC,IAAI,EAAE,aAAa,CAAC;IAC7B,QAAQ,CAAC,GAAG,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;CAC3B;AAED,eAAO,MAAM,oBAAoB,gaA6F/B,CAAC;AAYH,eAAO,MAAM,cAAc,2SAqB1B,CAAC"}
|
|
@@ -12,6 +12,6 @@ export interface EnableCommandHandlerArgs {
|
|
|
12
12
|
readonly force: boolean;
|
|
13
13
|
readonly preview: boolean;
|
|
14
14
|
}
|
|
15
|
-
export declare const handleEnableCommand: (args: EnableCommandHandlerArgs) => Effect.Effect<undefined, import("@agentxm/client-core/unstable/app-error").AppError | import("packages/core/src/unstable/cli-prompt/prompt-cancelled.
|
|
15
|
+
export declare const handleEnableCommand: (args: EnableCommandHandlerArgs) => Effect.Effect<undefined, import("@agentxm/client-core/unstable/app-error").AppError | import("packages/core/dist/src/unstable/cli-prompt/prompt-cancelled.js").PromptCancelled, CliRenderer | Workspace | FileSystem.FileSystem | Path.Path | "effect/unstable/cli/GlobalFlag/axm-non-interactive" | import("@agentxm/client-core/unstable/cli-flags").Verbosity | CodingAgentRepository>;
|
|
16
16
|
export declare const enableCommand: Command.Command<"enable", Record<string, unknown>, {}, never, "effect/unstable/cli/GlobalFlag/axm-non-interactive" | "effect/unstable/cli/GlobalFlag/axm-json" | "effect/unstable/cli/GlobalFlag/axm-quiet" | "effect/unstable/cli/GlobalFlag/axm-verbose" | "effect/unstable/cli/GlobalFlag/axm-debug">;
|
|
17
17
|
//# sourceMappingURL=enable.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enable.d.ts","sourceRoot":"","sources":["../../../../src/root/commands/enable.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,UAAU,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,IAAI,MAAM,aAAa,CAAC;AAEpC,OAAO,EAAY,OAAO,EAAQ,MAAM,qBAAqB,CAAC;AAC9D,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAC7E,OAAO,EAEL,KAAK,aAAa,EACnB,MAAM,0CAA0C,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,4CAA4C,CAAC;AACzE,OAAO,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AAapE,MAAM,WAAW,wBAAwB;IACvC,QAAQ,CAAC,IAAI,EAAE,aAAa,CAAC;IAC7B,QAAQ,CAAC,GAAG,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;CAC3B;AAED,eAAO,MAAM,mBAAmB,
|
|
1
|
+
{"version":3,"file":"enable.d.ts","sourceRoot":"","sources":["../../../../src/root/commands/enable.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,UAAU,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,IAAI,MAAM,aAAa,CAAC;AAEpC,OAAO,EAAY,OAAO,EAAQ,MAAM,qBAAqB,CAAC;AAC9D,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAC7E,OAAO,EAEL,KAAK,aAAa,EACnB,MAAM,0CAA0C,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,4CAA4C,CAAC;AACzE,OAAO,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AAapE,MAAM,WAAW,wBAAwB;IACvC,QAAQ,CAAC,IAAI,EAAE,aAAa,CAAC;IAC7B,QAAQ,CAAC,GAAG,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;CAC3B;AAED,eAAO,MAAM,mBAAmB,+ZAgG9B,CAAC;AAcH,eAAO,MAAM,aAAa,0SAqBzB,CAAC"}
|
|
@@ -56,6 +56,6 @@ export declare class InstallCommandCommandWorkflowActions extends InstallCommand
|
|
|
56
56
|
* Constructs the actions by resolving all services at layer-build time.
|
|
57
57
|
* Each action method closes over the captured services so `R = never`.
|
|
58
58
|
*/
|
|
59
|
-
export declare const InstallCommandCommandWorkflowActionsLive: Layer.Layer<InstallCommandCommandWorkflowActions, never,
|
|
59
|
+
export declare const InstallCommandCommandWorkflowActionsLive: Layer.Layer<InstallCommandCommandWorkflowActions, never, SourceHostProviders | Workspace | CommandManager | FileSystem.FileSystem | Path.Path>;
|
|
60
60
|
export {};
|
|
61
61
|
//# sourceMappingURL=command-actions.d.ts.map
|
|
@@ -7,5 +7,5 @@ export interface CommandInstallHandlerArgs {
|
|
|
7
7
|
readonly force: boolean;
|
|
8
8
|
readonly preview: boolean;
|
|
9
9
|
}
|
|
10
|
-
export declare const handleInstallCommand: (args: CommandInstallHandlerArgs) => Effect.Effect<void, import("packages/core/src/unstable/app-error/app-error.
|
|
10
|
+
export declare const handleInstallCommand: (args: CommandInstallHandlerArgs) => Effect.Effect<void, import("packages/core/dist/src/unstable/app-error/app-error.js").AppError | import("packages/core/dist/src/unstable/cli-prompt/prompt-cancelled.js").PromptCancelled, import("packages/core/dist/src/unstable/cli-renderer/cli-renderer.js").CliRenderer | "effect/unstable/cli/GlobalFlag/axm-non-interactive" | import("packages/core/dist/src/unstable/cli-flags/verbosity.js").Verbosity | (InstallCommandCommandWorkflowActions | import("packages/core/dist/src/unstable/source-resolution/service.js").SourceHostProviders | import("packages/core/dist/src/unstable/workspace/service-interface.js").Workspace | import("effect/FileSystem").FileSystem | import("effect/Path").Path | import("effect/Scope").Scope | import("../../mcp-servers/install/command-actions.ts").InstallMcpServerCommandWorkflowActions | import("../../packs/install/command-actions.ts").InstallPackCommandWorkflowActions | import("../../skills/install/command-actions.ts").InstallSkillCommandWorkflowActions | import("../../subagents/install/command-actions.ts").InstallSubagentCommandWorkflowActions)>;
|
|
11
11
|
//# sourceMappingURL=handler.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"handler.d.ts","sourceRoot":"","sources":["../../../../../src/root/commands/install/handler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,OAAO,EACL,oCAAoC,EAErC,MAAM,sBAAsB,CAAC;AAE9B,MAAM,WAAW,yBAAyB;IACxC,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACvC,QAAQ,CAAC,GAAG,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;CAC3B;AAED,eAAO,MAAM,oBAAoB,
|
|
1
|
+
{"version":3,"file":"handler.d.ts","sourceRoot":"","sources":["../../../../../src/root/commands/install/handler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,OAAO,EACL,oCAAoC,EAErC,MAAM,sBAAsB,CAAC;AAE9B,MAAM,WAAW,yBAAyB;IACxC,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACvC,QAAQ,CAAC,GAAG,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;CAC3B;AAED,eAAO,MAAM,oBAAoB,imCA0B/B,CAAC"}
|
|
@@ -2,6 +2,6 @@ import { Command } from "effect/unstable/cli";
|
|
|
2
2
|
import * as Effect from "effect/Effect";
|
|
3
3
|
import { CliRenderer } from "@agentxm/client-core/unstable/cli-renderer";
|
|
4
4
|
import { Workspace } from "@agentxm/client-core/unstable/workspace";
|
|
5
|
-
export declare const handleListCommands: () => Effect.Effect<void, import("packages/core/src/unstable/app-error/app-error.
|
|
5
|
+
export declare const handleListCommands: () => Effect.Effect<void, import("packages/core/dist/src/unstable/app-error/app-error.js").AppError, CliRenderer | Workspace>;
|
|
6
6
|
export declare const listCommand: Command.Command<"list", Record<string, unknown>, {}, never, "effect/unstable/cli/GlobalFlag/axm-non-interactive" | "effect/unstable/cli/GlobalFlag/axm-json" | "effect/unstable/cli/GlobalFlag/axm-quiet" | "effect/unstable/cli/GlobalFlag/axm-verbose" | "effect/unstable/cli/GlobalFlag/axm-debug">;
|
|
7
7
|
//# sourceMappingURL=list.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../../src/root/commands/list.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAQ,MAAM,qBAAqB,CAAC;AACpD,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAE,WAAW,EAAkB,MAAM,4CAA4C,CAAC;AACzF,OAAO,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AAiCpE,eAAO,MAAM,kBAAkB,
|
|
1
|
+
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../../src/root/commands/list.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAQ,MAAM,qBAAqB,CAAC;AACpD,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAE,WAAW,EAAkB,MAAM,4CAA4C,CAAC;AACzF,OAAO,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AAiCpE,eAAO,MAAM,kBAAkB,+HA8B7B,CAAC;AAQH,eAAO,MAAM,WAAW,wSAavB,CAAC"}
|
|
@@ -14,6 +14,6 @@ export interface CommandsNewHandlerArgs {
|
|
|
14
14
|
readonly force: boolean;
|
|
15
15
|
readonly preview: boolean;
|
|
16
16
|
}
|
|
17
|
-
export declare const handleCommandsNew: (args: CommandsNewHandlerArgs) => Effect.Effect<undefined, import("@agentxm/client-core/unstable/app-error").AppError | import("packages/core/src/unstable/cli-prompt/prompt-cancelled.
|
|
17
|
+
export declare const handleCommandsNew: (args: CommandsNewHandlerArgs) => Effect.Effect<undefined, import("@agentxm/client-core/unstable/app-error").AppError | import("packages/core/dist/src/unstable/cli-prompt/prompt-cancelled.js").PromptCancelled, CliRenderer | Workspace | FileSystem.FileSystem | Path.Path | "effect/unstable/cli/GlobalFlag/axm-non-interactive" | import("@agentxm/client-core/unstable/cli-flags").Verbosity>;
|
|
18
18
|
export declare const newCommand: Command.Command<"new", Record<string, unknown>, {}, never, "effect/unstable/cli/GlobalFlag/axm-non-interactive" | "effect/unstable/cli/GlobalFlag/axm-json" | "effect/unstable/cli/GlobalFlag/axm-quiet" | "effect/unstable/cli/GlobalFlag/axm-verbose" | "effect/unstable/cli/GlobalFlag/axm-debug">;
|
|
19
19
|
//# sourceMappingURL=new.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"new.d.ts","sourceRoot":"","sources":["../../../../src/root/commands/new.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,UAAU,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,IAAI,MAAM,aAAa,CAAC;AACpC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAY,OAAO,EAAQ,MAAM,qBAAqB,CAAC;AAE9D,OAAO,EAIL,KAAK,aAAa,EACnB,MAAM,0CAA0C,CAAC;AAGlD,OAAO,EAAE,WAAW,EAAE,MAAM,4CAA4C,CAAC;AACzE,OAAO,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AAapE,MAAM,WAAW,sBAAsB;IACrC,QAAQ,CAAC,IAAI,EAAE,aAAa,CAAC;IAC7B,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACxC,QAAQ,CAAC,GAAG,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;CAC3B;AAID,eAAO,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"new.d.ts","sourceRoot":"","sources":["../../../../src/root/commands/new.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,UAAU,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,IAAI,MAAM,aAAa,CAAC;AACpC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAY,OAAO,EAAQ,MAAM,qBAAqB,CAAC;AAE9D,OAAO,EAIL,KAAK,aAAa,EACnB,MAAM,0CAA0C,CAAC;AAGlD,OAAO,EAAE,WAAW,EAAE,MAAM,4CAA4C,CAAC;AACzE,OAAO,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AAapE,MAAM,WAAW,sBAAsB;IACrC,QAAQ,CAAC,IAAI,EAAE,aAAa,CAAC;IAC7B,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACxC,QAAQ,CAAC,GAAG,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;CAC3B;AAID,eAAO,MAAM,iBAAiB,qYAmG5B,CAAC;AAmBH,eAAO,MAAM,UAAU,uSAsBtB,CAAC"}
|
|
@@ -15,6 +15,6 @@ export interface CommandsPublishHandlerArgs {
|
|
|
15
15
|
/**
|
|
16
16
|
* Handles the `axm commands publish` command.
|
|
17
17
|
*/
|
|
18
|
-
export declare const handleCommandsPublish: (args: CommandsPublishHandlerArgs) => Effect.Effect<void, import("@agentxm/client-core/unstable/app-error").AppError | import("packages/core/src/unstable/cli-prompt/prompt-cancelled.
|
|
18
|
+
export declare const handleCommandsPublish: (args: CommandsPublishHandlerArgs) => Effect.Effect<void, import("@agentxm/client-core/unstable/app-error").AppError | import("packages/core/dist/src/unstable/cli-prompt/prompt-cancelled.js").PromptCancelled, CliRenderer | Workspace | FileSystem.FileSystem | Path.Path | "effect/unstable/cli/GlobalFlag/axm-non-interactive" | import("@agentxm/client-core/unstable/auth").RegistryUrl | import("@agentxm/client-core/unstable/auth").CredentialStore | import("@agentxm/client-core/unstable/cli-flags").Verbosity>;
|
|
19
19
|
export declare const publishCommand: Command.Command<"publish", Record<string, unknown>, {}, never, "effect/unstable/cli/GlobalFlag/axm-non-interactive" | "effect/unstable/cli/GlobalFlag/axm-json" | "effect/unstable/cli/GlobalFlag/axm-quiet" | "effect/unstable/cli/GlobalFlag/axm-verbose" | "effect/unstable/cli/GlobalFlag/axm-debug">;
|
|
20
20
|
//# sourceMappingURL=publish.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"publish.d.ts","sourceRoot":"","sources":["../../../../src/root/commands/publish.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,UAAU,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,IAAI,MAAM,aAAa,CAAC;AACpC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAY,OAAO,EAAQ,MAAM,qBAAqB,CAAC;AAG9D,OAAO,EAAE,WAAW,EAAE,MAAM,4CAA4C,CAAC;AASzE,OAAO,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AAoBpE,MAAM,WAAW,0BAA0B;IACzC,QAAQ,CAAC,UAAU,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC3C,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACzC,QAAQ,CAAC,GAAG,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;CAC3B;AA0FD;;GAEG;AACH,eAAO,MAAM,qBAAqB,
|
|
1
|
+
{"version":3,"file":"publish.d.ts","sourceRoot":"","sources":["../../../../src/root/commands/publish.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,UAAU,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,IAAI,MAAM,aAAa,CAAC;AACpC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAY,OAAO,EAAQ,MAAM,qBAAqB,CAAC;AAG9D,OAAO,EAAE,WAAW,EAAE,MAAM,4CAA4C,CAAC;AASzE,OAAO,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AAoBpE,MAAM,WAAW,0BAA0B;IACzC,QAAQ,CAAC,UAAU,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC3C,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACzC,QAAQ,CAAC,GAAG,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;CAC3B;AA0FD;;GAEG;AACH,eAAO,MAAM,qBAAqB,8fAOhC,CAAC;AAiNH,eAAO,MAAM,cAAc,2SAqB1B,CAAC"}
|
|
@@ -4,5 +4,5 @@ export declare const handleUninstallCommand: (args: UninstallCommandHandlerArgs,
|
|
|
4
4
|
yes: boolean;
|
|
5
5
|
force: boolean;
|
|
6
6
|
preview: boolean;
|
|
7
|
-
}) => Effect.Effect<void, import("packages/core/src/unstable/app-error/app-error.
|
|
7
|
+
}) => Effect.Effect<void, import("packages/core/dist/src/unstable/app-error/app-error.js").AppError | import("packages/core/dist/src/unstable/cli-prompt/prompt-cancelled.js").PromptCancelled, import("packages/core/dist/src/unstable/cli-renderer/cli-renderer.js").CliRenderer | import("packages/core/dist/src/unstable/workspace/service-interface.js").Workspace | import("effect/FileSystem").FileSystem | import("effect/Path").Path | UninstallCommandCommandWorkflowActions | "effect/unstable/cli/GlobalFlag/axm-non-interactive" | import("packages/core/dist/src/unstable/cli-flags/verbosity.js").Verbosity>;
|
|
8
8
|
//# sourceMappingURL=handler.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"handler.d.ts","sourceRoot":"","sources":["../../../../../src/root/commands/uninstall/handler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAIxC,OAAO,EACL,sCAAsC,EACtC,KAAK,2BAA2B,EACjC,MAAM,sBAAsB,CAAC;AAE9B,eAAO,MAAM,sBAAsB,GACjC,MAAM,2BAA2B,EACjC,OAAO;IAAE,GAAG,EAAE,OAAO,CAAC;IAAC,KAAK,EAAE,OAAO,CAAC;IAAC,OAAO,EAAE,OAAO,CAAA;CAAE,
|
|
1
|
+
{"version":3,"file":"handler.d.ts","sourceRoot":"","sources":["../../../../../src/root/commands/uninstall/handler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAIxC,OAAO,EACL,sCAAsC,EACtC,KAAK,2BAA2B,EACjC,MAAM,sBAAsB,CAAC;AAE9B,eAAO,MAAM,sBAAsB,GACjC,MAAM,2BAA2B,EACjC,OAAO;IAAE,GAAG,EAAE,OAAO,CAAC;IAAC,KAAK,EAAE,OAAO,CAAC;IAAC,OAAO,EAAE,OAAO,CAAA;CAAE,0lBAMvD,CAAC"}
|
|
@@ -13,6 +13,6 @@ export interface UpdateCommandHandlerArgs {
|
|
|
13
13
|
readonly force: boolean;
|
|
14
14
|
readonly preview: boolean;
|
|
15
15
|
}
|
|
16
|
-
export declare const handleUpdateCommand: (args: UpdateCommandHandlerArgs) => Effect.Effect<undefined, import("@agentxm/client-core/unstable/app-error").AppError | import("packages/core/src/unstable/cli-prompt/prompt-cancelled.
|
|
16
|
+
export declare const handleUpdateCommand: (args: UpdateCommandHandlerArgs) => Effect.Effect<undefined, import("@agentxm/client-core/unstable/app-error").AppError | import("packages/core/dist/src/unstable/cli-prompt/prompt-cancelled.js").PromptCancelled, CliRenderer | SourceHostProviders | Workspace | FileSystem.FileSystem | Path.Path | import("effect/Scope").Scope | "effect/unstable/cli/GlobalFlag/axm-non-interactive" | import("@agentxm/client-core/unstable/cli-flags").Verbosity | CodingAgentRepository>;
|
|
17
17
|
export declare const updateCommand: Command.Command<"update", Record<string, unknown>, {}, never, "effect/unstable/cli/GlobalFlag/axm-non-interactive" | "effect/unstable/cli/GlobalFlag/axm-json" | "effect/unstable/cli/GlobalFlag/axm-quiet" | "effect/unstable/cli/GlobalFlag/axm-verbose" | "effect/unstable/cli/GlobalFlag/axm-debug">;
|
|
18
18
|
//# sourceMappingURL=update.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update.d.ts","sourceRoot":"","sources":["../../../../src/root/commands/update.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,UAAU,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,IAAI,MAAM,aAAa,CAAC;AACpC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAY,OAAO,EAAQ,MAAM,qBAAqB,CAAC;AAC9D,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAC7E,OAAO,EAAE,WAAW,EAAE,MAAM,4CAA4C,CAAC;AACzE,OAAO,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AAEpE,OAAO,EAEL,mBAAmB,EACpB,MAAM,iDAAiD,CAAC;AAYzD,MAAM,WAAW,wBAAwB;IACvC,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACrC,QAAQ,CAAC,GAAG,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;CAC3B;AAED,eAAO,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"update.d.ts","sourceRoot":"","sources":["../../../../src/root/commands/update.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,UAAU,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,IAAI,MAAM,aAAa,CAAC;AACpC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAY,OAAO,EAAQ,MAAM,qBAAqB,CAAC;AAC9D,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAC7E,OAAO,EAAE,WAAW,EAAE,MAAM,4CAA4C,CAAC;AACzE,OAAO,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AAEpE,OAAO,EAEL,mBAAmB,EACpB,MAAM,iDAAiD,CAAC;AAYzD,MAAM,WAAW,wBAAwB;IACvC,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACrC,QAAQ,CAAC,GAAG,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;CAC3B;AAED,eAAO,MAAM,mBAAmB,odAwK9B,CAAC;AAiBH,eAAO,MAAM,aAAa,0SAyBzB,CAAC"}
|
|
@@ -13,5 +13,5 @@ export interface RootInstallFlags {
|
|
|
13
13
|
export interface RootInstallHandlerArgs extends RootInstallFlags {
|
|
14
14
|
readonly source: Option.Option<string>;
|
|
15
15
|
}
|
|
16
|
-
export declare const handleInstall: (args: RootInstallHandlerArgs) => Effect.Effect<void, import("packages/core/src/unstable/app-error/app-error.
|
|
16
|
+
export declare const handleInstall: (args: RootInstallHandlerArgs) => Effect.Effect<void, import("packages/core/dist/src/unstable/app-error/app-error.js").AppError | import("packages/core/dist/src/unstable/cli-prompt/prompt-cancelled.js").PromptCancelled, import("packages/core/dist/src/unstable/cli-renderer/cli-renderer.js").CliRenderer | "effect/unstable/cli/GlobalFlag/axm-non-interactive" | import("packages/core/dist/src/unstable/cli-flags/verbosity.js").Verbosity | (InstallCommandCommandWorkflowActions | import("packages/core/dist/src/unstable/source-resolution/service.js").SourceHostProviders | import("packages/core/dist/src/unstable/workspace/service-interface.js").Workspace | import("effect/FileSystem").FileSystem | import("effect/Path").Path | import("effect/Scope").Scope | InstallMcpServerCommandWorkflowActions | InstallPackCommandWorkflowActions | InstallSkillCommandWorkflowActions | InstallSubagentCommandWorkflowActions)> | Effect.Effect<void, import("packages/core/dist/src/unstable/app-error/app-error.js").AppError | import("packages/core/dist/src/unstable/cli-prompt/prompt-cancelled.js").PromptCancelled, import("packages/core/dist/src/unstable/cli-renderer/cli-renderer.js").CliRenderer | InstallCommandCommandWorkflowActions | import("packages/core/dist/src/unstable/workspace/service-interface.js").Workspace | import("effect/FileSystem").FileSystem | import("effect/Path").Path | InstallMcpServerCommandWorkflowActions | InstallPackCommandWorkflowActions | "effect/unstable/cli/GlobalFlag/axm-non-interactive" | InstallSkillCommandWorkflowActions | InstallSubagentCommandWorkflowActions | import("packages/core/dist/src/unstable/cli-flags/verbosity.js").Verbosity>;
|
|
17
17
|
//# sourceMappingURL=handler.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"handler.d.ts","sourceRoot":"","sources":["../../../../src/root/install/handler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAQxC,OAAO,EACL,oCAAoC,EAErC,MAAM,wCAAwC,CAAC;AAChD,OAAO,EACL,sCAAsC,EAEvC,MAAM,2CAA2C,CAAC;AACnD,OAAO,EACL,iCAAiC,EAElC,MAAM,qCAAqC,CAAC;AAC7C,OAAO,EAAE,kCAAkC,EAAE,MAAM,sCAAsC,CAAC;AAC1F,OAAO,EAAE,qCAAqC,EAAE,MAAM,yCAAyC,CAAC;AAIhG,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,GAAG,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;CAC3B;AAED,MAAM,WAAW,sBAAuB,SAAQ,gBAAgB;IAC9D,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;CACxC;AA2CD,eAAO,MAAM,aAAa,GAAI,MAAM,sBAAsB,
|
|
1
|
+
{"version":3,"file":"handler.d.ts","sourceRoot":"","sources":["../../../../src/root/install/handler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAQxC,OAAO,EACL,oCAAoC,EAErC,MAAM,wCAAwC,CAAC;AAChD,OAAO,EACL,sCAAsC,EAEvC,MAAM,2CAA2C,CAAC;AACnD,OAAO,EACL,iCAAiC,EAElC,MAAM,qCAAqC,CAAC;AAC7C,OAAO,EAAE,kCAAkC,EAAE,MAAM,sCAAsC,CAAC;AAC1F,OAAO,EAAE,qCAAqC,EAAE,MAAM,yCAAyC,CAAC;AAIhG,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,GAAG,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;CAC3B;AAED,MAAM,WAAW,sBAAuB,SAAQ,gBAAgB;IAC9D,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;CACxC;AA2CD,eAAO,MAAM,aAAa,GAAI,MAAM,sBAAsB,gmDAwBtD,CAAC"}
|
|
@@ -11,6 +11,6 @@ export interface RootInstallIntent {
|
|
|
11
11
|
}
|
|
12
12
|
export declare const resolveRootInstallIntent: (input: string) => Effect.Effect<{
|
|
13
13
|
source: string;
|
|
14
|
-
type: "command" | "skill" | "
|
|
14
|
+
type: "command" | "skill" | "mcp-server" | "subagent" | "pack";
|
|
15
15
|
}, import("@agentxm/client-core/unstable/app-error").AppError, never>;
|
|
16
16
|
//# sourceMappingURL=resolve-root-install-intent.d.ts.map
|
|
@@ -13,11 +13,11 @@ export declare const handleWorkspaceInstall: (args: {
|
|
|
13
13
|
readonly planName: string;
|
|
14
14
|
readonly planDescription: Option.Option<string>;
|
|
15
15
|
readonly flags: WorkspaceInstallFlags;
|
|
16
|
-
}) => Effect.Effect<void, import("packages/core/src/unstable/app-error/app-error.
|
|
16
|
+
}) => Effect.Effect<void, import("packages/core/dist/src/unstable/app-error/app-error.js").AppError | import("packages/core/dist/src/unstable/cli-prompt/prompt-cancelled.js").PromptCancelled, import("packages/core/dist/src/unstable/cli-renderer/cli-renderer.js").CliRenderer | "effect/unstable/cli/GlobalFlag/axm-non-interactive" | import("packages/core/dist/src/unstable/cli-flags/verbosity.js").Verbosity | (import("../commands/install/command-actions.ts").InstallCommandCommandWorkflowActions | import("packages/core/dist/src/unstable/source-resolution/service.js").SourceHostProviders | import("packages/core/dist/src/unstable/workspace/service-interface.js").Workspace | import("effect/FileSystem").FileSystem | import("effect/Path").Path | import("effect/Scope").Scope | import("../mcp-servers/install/command-actions.ts").InstallMcpServerCommandWorkflowActions | import("../packs/install/command-actions.ts").InstallPackCommandWorkflowActions | import("../skills/install/command-actions.ts").InstallSkillCommandWorkflowActions | import("../subagents/install/command-actions.ts").InstallSubagentCommandWorkflowActions)>;
|
|
17
17
|
export declare const runWorkspaceInstall: (args: {
|
|
18
18
|
readonly type: Option.Option<WorkspaceInstallableType>;
|
|
19
19
|
readonly planName: string;
|
|
20
20
|
readonly planDescription: Option.Option<string>;
|
|
21
21
|
readonly flags: WorkspaceInstallFlags;
|
|
22
|
-
}) => Effect.Effect<Option.None<PlanResolution> | Option.Some<PlanResolution>, import("packages/core/src/unstable/app-error/app-error.
|
|
22
|
+
}) => Effect.Effect<Option.None<PlanResolution> | Option.Some<PlanResolution>, import("packages/core/dist/src/unstable/app-error/app-error.js").AppError | import("packages/core/dist/src/unstable/cli-prompt/prompt-cancelled.js").PromptCancelled, import("packages/core/dist/src/unstable/cli-renderer/cli-renderer.js").CliRenderer | "effect/unstable/cli/GlobalFlag/axm-non-interactive" | import("packages/core/dist/src/unstable/cli-flags/verbosity.js").Verbosity | (import("../commands/install/command-actions.ts").InstallCommandCommandWorkflowActions | import("packages/core/dist/src/unstable/source-resolution/service.js").SourceHostProviders | import("packages/core/dist/src/unstable/workspace/service-interface.js").Workspace | import("effect/FileSystem").FileSystem | import("effect/Path").Path | import("effect/Scope").Scope | import("../mcp-servers/install/command-actions.ts").InstallMcpServerCommandWorkflowActions | import("../packs/install/command-actions.ts").InstallPackCommandWorkflowActions | import("../skills/install/command-actions.ts").InstallSkillCommandWorkflowActions | import("../subagents/install/command-actions.ts").InstallSubagentCommandWorkflowActions)>;
|
|
23
23
|
//# sourceMappingURL=workspace-install-handler.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workspace-install-handler.d.ts","sourceRoot":"","sources":["../../../../src/root/install/workspace-install-handler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAOxC,OAAO,EAAsB,KAAK,cAAc,EAAE,MAAM,oCAAoC,CAAC;AAO7F,OAAO,EAA6B,KAAK,wBAAwB,EAAE,MAAM,wBAAwB,CAAC;AAQlG,MAAM,WAAW,qBAAqB;IACpC,QAAQ,CAAC,GAAG,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;CAC3B;AAED,eAAO,MAAM,sBAAsB,GAAI,MAAM;IAC3C,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,wBAAwB,CAAC,CAAC;IACvD,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,eAAe,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAChD,QAAQ,CAAC,KAAK,EAAE,qBAAqB,CAAC;CACvC,
|
|
1
|
+
{"version":3,"file":"workspace-install-handler.d.ts","sourceRoot":"","sources":["../../../../src/root/install/workspace-install-handler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAOxC,OAAO,EAAsB,KAAK,cAAc,EAAE,MAAM,oCAAoC,CAAC;AAO7F,OAAO,EAA6B,KAAK,wBAAwB,EAAE,MAAM,wBAAwB,CAAC;AAQlG,MAAM,WAAW,qBAAqB;IACpC,QAAQ,CAAC,GAAG,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;CAC3B;AAED,eAAO,MAAM,sBAAsB,GAAI,MAAM;IAC3C,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,wBAAwB,CAAC,CAAC;IACvD,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,eAAe,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAChD,QAAQ,CAAC,KAAK,EAAE,qBAAqB,CAAC;CACvC,omCAqCG,CAAC;AAEL,eAAO,MAAM,mBAAmB,GAAI,MAAM;IACxC,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,wBAAwB,CAAC,CAAC;IACvD,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,eAAe,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAChD,QAAQ,CAAC,KAAK,EAAE,qBAAqB,CAAC;CACvC,ypCAcG,CAAC"}
|
|
@@ -62,5 +62,5 @@ export declare const resolveLintRoot: (args: {
|
|
|
62
62
|
readonly homeDir: string;
|
|
63
63
|
readonly axmUserHome: Option.Option<string>;
|
|
64
64
|
}) => string;
|
|
65
|
-
export declare const handleLint: (args: HandleLintArgs) => Effect.Effect<undefined, AppError, CliRenderer |
|
|
65
|
+
export declare const handleLint: (args: HandleLintArgs) => Effect.Effect<undefined, AppError, CliRenderer | SourceHostProviders | Workspace | CommandManager | FileSystem.FileSystem | Path.Path | Scope.Scope | McpServerManager | ExtensionPackManager | SkillManager | CodingAgentRepository>;
|
|
66
66
|
//# sourceMappingURL=handler.d.ts.map
|
|
@@ -43,6 +43,6 @@ export declare class InstallMcpServerCommandWorkflowActions extends InstallMcpSe
|
|
|
43
43
|
* Constructs the actions by resolving all services at layer-build time.
|
|
44
44
|
* Each action method closes over the captured services so `R = never`.
|
|
45
45
|
*/
|
|
46
|
-
export declare const InstallMcpServerCommandWorkflowActionsLive: Layer.Layer<InstallMcpServerCommandWorkflowActions, never, FileSystem.FileSystem | Path.Path |
|
|
46
|
+
export declare const InstallMcpServerCommandWorkflowActionsLive: Layer.Layer<InstallMcpServerCommandWorkflowActions, never, SourceHostProviders | Workspace | FileSystem.FileSystem | Path.Path | McpServerManager>;
|
|
47
47
|
export {};
|
|
48
48
|
//# sourceMappingURL=command-actions.d.ts.map
|
|
@@ -9,5 +9,5 @@ export interface InstallMcpServerFlags {
|
|
|
9
9
|
export interface McpServerInstallHandlerArgs {
|
|
10
10
|
readonly source: Option.Option<string>;
|
|
11
11
|
}
|
|
12
|
-
export declare const handleInstallMcpServer: (args: McpServerInstallHandlerArgs, flags: InstallMcpServerFlags) => Effect.Effect<void, import("packages/core/src/unstable/app-error/app-error.
|
|
12
|
+
export declare const handleInstallMcpServer: (args: McpServerInstallHandlerArgs, flags: InstallMcpServerFlags) => Effect.Effect<void, import("packages/core/dist/src/unstable/app-error/app-error.js").AppError | import("packages/core/dist/src/unstable/cli-prompt/prompt-cancelled.js").PromptCancelled, import("packages/core/dist/src/unstable/cli-renderer/cli-renderer.js").CliRenderer | "effect/unstable/cli/GlobalFlag/axm-non-interactive" | import("packages/core/dist/src/unstable/cli-flags/verbosity.js").Verbosity | (import("../../commands/install/command-actions.ts").InstallCommandCommandWorkflowActions | import("packages/core/dist/src/unstable/source-resolution/service.js").SourceHostProviders | import("packages/core/dist/src/unstable/workspace/service-interface.js").Workspace | import("effect/FileSystem").FileSystem | import("effect/Path").Path | import("effect/Scope").Scope | InstallMcpServerCommandWorkflowActions | import("../../packs/install/command-actions.ts").InstallPackCommandWorkflowActions | import("../../skills/install/command-actions.ts").InstallSkillCommandWorkflowActions | import("../../subagents/install/command-actions.ts").InstallSubagentCommandWorkflowActions)>;
|
|
13
13
|
//# sourceMappingURL=handler.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"handler.d.ts","sourceRoot":"","sources":["../../../../../src/root/mcp-servers/install/handler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,OAAO,EACL,sCAAsC,EAEvC,MAAM,sBAAsB,CAAC;AAE9B,MAAM,WAAW,qBAAqB;IACpC,QAAQ,CAAC,GAAG,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;CAC3B;AAED,MAAM,WAAW,2BAA2B;IAC1C,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;CACxC;AAED,eAAO,MAAM,sBAAsB,GACjC,MAAM,2BAA2B,EACjC,OAAO,qBAAqB,
|
|
1
|
+
{"version":3,"file":"handler.d.ts","sourceRoot":"","sources":["../../../../../src/root/mcp-servers/install/handler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,OAAO,EACL,sCAAsC,EAEvC,MAAM,sBAAsB,CAAC;AAE9B,MAAM,WAAW,qBAAqB;IACpC,QAAQ,CAAC,GAAG,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;CAC3B;AAED,MAAM,WAAW,2BAA2B;IAC1C,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;CACxC;AAED,eAAO,MAAM,sBAAsB,GACjC,MAAM,2BAA2B,EACjC,OAAO,qBAAqB,4jCAiB1B,CAAC"}
|
|
@@ -4,5 +4,5 @@ export declare const handleUninstallMcpServer: (args: UninstallMcpServerHandlerA
|
|
|
4
4
|
yes: boolean;
|
|
5
5
|
force: boolean;
|
|
6
6
|
preview: boolean;
|
|
7
|
-
}) => Effect.Effect<void, import("packages/core/src/unstable/app-error/app-error.
|
|
7
|
+
}) => Effect.Effect<void, import("packages/core/dist/src/unstable/app-error/app-error.js").AppError | import("packages/core/dist/src/unstable/cli-prompt/prompt-cancelled.js").PromptCancelled, import("packages/core/dist/src/unstable/cli-renderer/cli-renderer.js").CliRenderer | import("packages/core/dist/src/unstable/workspace/service-interface.js").Workspace | import("effect/FileSystem").FileSystem | import("effect/Path").Path | UninstallMcpServerCommandWorkflowActions | "effect/unstable/cli/GlobalFlag/axm-non-interactive" | import("packages/core/dist/src/unstable/cli-flags/verbosity.js").Verbosity>;
|
|
8
8
|
//# sourceMappingURL=handler.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"handler.d.ts","sourceRoot":"","sources":["../../../../../src/root/mcp-servers/uninstall/handler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAIxC,OAAO,EACL,wCAAwC,EACxC,KAAK,6BAA6B,EACnC,MAAM,sBAAsB,CAAC;AAE9B,eAAO,MAAM,wBAAwB,GACnC,MAAM,6BAA6B,EACnC,OAAO;IAAE,GAAG,EAAE,OAAO,CAAC;IAAC,KAAK,EAAE,OAAO,CAAC;IAAC,OAAO,EAAE,OAAO,CAAA;CAAE,
|
|
1
|
+
{"version":3,"file":"handler.d.ts","sourceRoot":"","sources":["../../../../../src/root/mcp-servers/uninstall/handler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAIxC,OAAO,EACL,wCAAwC,EACxC,KAAK,6BAA6B,EACnC,MAAM,sBAAsB,CAAC;AAE9B,eAAO,MAAM,wBAAwB,GACnC,MAAM,6BAA6B,EACnC,OAAO;IAAE,GAAG,EAAE,OAAO,CAAC;IAAC,KAAK,EAAE,OAAO,CAAC;IAAC,OAAO,EAAE,OAAO,CAAA;CAAE,4lBAMvD,CAAC"}
|