crewx-agent-cli 0.2.5 → 0.2.7

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/dist/index.d.ts CHANGED
@@ -1,13 +1,13 @@
1
1
  #!/usr/bin/env node
2
- import { Command } from 'commander';
2
+ import { Command } from "commander";
3
3
  export declare function workCliEnvironment(url: string, token: string, runnerScope?: string): NodeJS.ProcessEnv;
4
4
  export declare function createProgram(): Command;
5
5
  export declare function main(argv?: string[]): Promise<void>;
6
6
  export declare function isMainModule(moduleUrl: string, invokedPath?: string | undefined): boolean;
7
- export { CrewXApi, type AgentDocumentListOptions, type AgentListPage, type AgentListPageOptions, type AgentMemoryListOptions, type AgentTaskListOptions, } from './api.js';
8
- export { configPath, readStoredConfig, resolveConfig, saveConfig } from './config.js';
9
- export { decodeJoinCode, encodeJoinCode } from './join.js';
10
- export { assemblePrompt, assignmentFromEvent } from './prompt.js';
11
- export { buildAdapterInvocation, parseAdapterLine, parseCodingCommand, runAdapter } from './adapters.js';
12
- export { attachBridgeWatchdog } from './bridge-watchdog.js';
7
+ export { CrewXApi, type AgentDocumentListOptions, type AgentListPage, type AgentListPageOptions, type AgentMemoryListOptions, type AgentTaskListOptions, } from "./api.js";
8
+ export { configPath, readStoredConfig, resolveConfig, saveConfig, } from "./config.js";
9
+ export { decodeJoinCode, encodeJoinCode } from "./join.js";
10
+ export { assemblePrompt, assignmentFromEvent } from "./prompt.js";
11
+ export { buildAdapterInvocation, parseAdapterLine, parseCodingCommand, runAdapter, } from "./adapters.js";
12
+ export { attachBridgeWatchdog } from "./bridge-watchdog.js";
13
13
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAOA,OAAO,EAAE,OAAO,EAAgC,MAAM,WAAW,CAAC;AAwDlE,wBAAgB,kBAAkB,CAChC,GAAG,EAAE,MAAM,EACX,KAAK,EAAE,MAAM,EACb,WAAW,CAAC,EAAE,MAAM,GACnB,MAAM,CAAC,UAAU,CAOnB;AAkED,wBAAgB,aAAa,IAAI,OAAO,CAmmBvC;AAED,wBAAsB,IAAI,CAAC,IAAI,WAAe,GAAG,OAAO,CAAC,IAAI,CAAC,CAQ7D;AAED,wBAAgB,YAAY,CAAC,SAAS,EAAE,MAAM,EAAE,WAAW,qBAAkB,GAAG,OAAO,CAQtF;AAMD,OAAO,EACL,QAAQ,EACR,KAAK,wBAAwB,EAC7B,KAAK,aAAa,EAClB,KAAK,oBAAoB,EACzB,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,GAC1B,MAAM,UAAU,CAAC;AAClB,OAAO,EAAE,UAAU,EAAE,gBAAgB,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AACtF,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAC3D,OAAO,EAAE,cAAc,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAClE,OAAO,EAAE,sBAAsB,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AACzG,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAOA,OAAO,EAAE,OAAO,EAAgC,MAAM,WAAW,CAAC;AAsFlE,wBAAgB,kBAAkB,CAChC,GAAG,EAAE,MAAM,EACX,KAAK,EAAE,MAAM,EACb,WAAW,CAAC,EAAE,MAAM,GACnB,MAAM,CAAC,UAAU,CAOnB;AAoED,wBAAgB,aAAa,IAAI,OAAO,CAyzBvC;AAED,wBAAsB,IAAI,CAAC,IAAI,WAAe,GAAG,OAAO,CAAC,IAAI,CAAC,CAY7D;AAED,wBAAgB,YAAY,CAC1B,SAAS,EAAE,MAAM,EACjB,WAAW,qBAAkB,GAC5B,OAAO,CAWT;AAMD,OAAO,EACL,QAAQ,EACR,KAAK,wBAAwB,EAC7B,KAAK,aAAa,EAClB,KAAK,oBAAoB,EACzB,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,GAC1B,MAAM,UAAU,CAAC;AAClB,OAAO,EACL,UAAU,EACV,gBAAgB,EAChB,aAAa,EACb,UAAU,GACX,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAC3D,OAAO,EAAE,cAAc,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAClE,OAAO,EACL,sBAAsB,EACtB,gBAAgB,EAChB,kBAAkB,EAClB,UAAU,GACX,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC"}