Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@agentuity/cli

Package Overview
Dependencies
Maintainers
2
Versions
251
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agentuity/cli - npm Package Compare versions

Comparing version
0.0.13
to
0.0.15
+1
-1
dist/cmd/auth/api.d.ts

@@ -1,2 +0,2 @@

import type { Config } from '@/types';
import type { Config } from '../../types';
export interface LoginResult {

@@ -3,0 +3,0 @@ apiKey: string;

@@ -1,1 +0,1 @@

{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../src/cmd/auth/api.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,SAAS,CAAC;AAkBtC,MAAM,WAAW,WAAW;IAC3B,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,IAAI,CAAC;CACd;AAQD,MAAM,WAAW,YAAY;IAC5B,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,IAAI,CAAC;CACd;AAED,wBAAsB,gBAAgB,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,MAAM,CAAC,CAa9F;AAED,wBAAsB,sBAAsB,CAC3C,MAAM,EAAE,MAAM,EACd,GAAG,EAAE,MAAM,EACX,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,EACtB,SAAS,SAAQ,GACf,OAAO,CAAC,WAAW,CAAC,CAyBtB;AAED,wBAAgB,iBAAiB,IAAI,MAAM,CAS1C;AAED,wBAAsB,uBAAuB,CAC5C,MAAM,EAAE,MAAM,EACd,GAAG,EAAE,MAAM,EACX,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,EACtB,SAAS,SAAS,GAChB,OAAO,CAAC,YAAY,CAAC,CAkCvB"}
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../src/cmd/auth/api.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAkB1C,MAAM,WAAW,WAAW;IAC3B,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,IAAI,CAAC;CACd;AAQD,MAAM,WAAW,YAAY;IAC5B,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,IAAI,CAAC;CACd;AAED,wBAAsB,gBAAgB,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,MAAM,CAAC,CAa9F;AAED,wBAAsB,sBAAsB,CAC3C,MAAM,EAAE,MAAM,EACd,GAAG,EAAE,MAAM,EACX,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,EACtB,SAAS,SAAQ,GACf,OAAO,CAAC,WAAW,CAAC,CAyBtB;AAED,wBAAgB,iBAAiB,IAAI,MAAM,CAS1C;AAED,wBAAsB,uBAAuB,CAC5C,MAAM,EAAE,MAAM,EACd,GAAG,EAAE,MAAM,EACX,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,EACtB,SAAS,SAAS,GAChB,OAAO,CAAC,YAAY,CAAC,CAkCvB"}

@@ -1,2 +0,2 @@

export declare const command: import("@/types").CommandDefinition;
export declare const command: import("../..").CommandDefinition;
//# sourceMappingURL=index.d.ts.map

@@ -1,1 +0,1 @@

{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/cmd/auth/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,OAAO,qCAIlB,CAAC"}
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/cmd/auth/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,OAAO,mCAIlB,CAAC"}

@@ -1,3 +0,3 @@

import type { SubcommandDefinition } from '@/types';
import type { SubcommandDefinition } from '../../types';
export declare const loginCommand: SubcommandDefinition;
//# sourceMappingURL=login.d.ts.map

@@ -1,1 +0,1 @@

{"version":3,"file":"login.d.ts","sourceRoot":"","sources":["../../../src/cmd/auth/login.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAMpD,eAAO,MAAM,YAAY,EAAE,oBA6E1B,CAAC"}
{"version":3,"file":"login.d.ts","sourceRoot":"","sources":["../../../src/cmd/auth/login.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAMxD,eAAO,MAAM,YAAY,EAAE,oBA6E1B,CAAC"}

@@ -1,3 +0,3 @@

import type { SubcommandDefinition } from '@/types';
import type { SubcommandDefinition } from '../../types';
export declare const logoutCommand: SubcommandDefinition;
//# sourceMappingURL=logout.d.ts.map

@@ -1,1 +0,1 @@

{"version":3,"file":"logout.d.ts","sourceRoot":"","sources":["../../../src/cmd/auth/logout.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAIpD,eAAO,MAAM,aAAa,EAAE,oBAS3B,CAAC"}
{"version":3,"file":"logout.d.ts","sourceRoot":"","sources":["../../../src/cmd/auth/logout.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAIxD,eAAO,MAAM,aAAa,EAAE,oBAS3B,CAAC"}

@@ -1,3 +0,3 @@

import type { SubcommandDefinition } from '@/types';
import type { SubcommandDefinition } from '../../types';
export declare const signupCommand: SubcommandDefinition;
//# sourceMappingURL=signup.d.ts.map

@@ -1,1 +0,1 @@

{"version":3,"file":"signup.d.ts","sourceRoot":"","sources":["../../../src/cmd/auth/signup.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAMpD,eAAO,MAAM,aAAa,EAAE,oBA4C3B,CAAC"}
{"version":3,"file":"signup.d.ts","sourceRoot":"","sources":["../../../src/cmd/auth/signup.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAMxD,eAAO,MAAM,aAAa,EAAE,oBA4C3B,CAAC"}

@@ -1,2 +0,2 @@

export declare const command: import("@/types").SubcommandDefinition;
export declare const command: import("../..").SubcommandDefinition;
//# sourceMappingURL=index.d.ts.map

@@ -1,1 +0,1 @@

{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/cmd/bundle/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,OAAO,wCAgClB,CAAC"}
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/cmd/bundle/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,OAAO,sCAgClB,CAAC"}

@@ -1,2 +0,2 @@

export declare const command: import("@/types").CommandDefinition;
export declare const command: import("../..").CommandDefinition;
//# sourceMappingURL=index.d.ts.map

@@ -1,1 +0,1 @@

{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/cmd/dev/index.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,OAAO,qCAgKlB,CAAC"}
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/cmd/dev/index.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,OAAO,mCAgKlB,CAAC"}

@@ -1,2 +0,2 @@

export declare const createUserSubcommand: import("@/types").SubcommandDefinition;
export declare const createUserSubcommand: import("../..").SubcommandDefinition;
//# sourceMappingURL=create-user.d.ts.map

@@ -1,1 +0,1 @@

{"version":3,"file":"create-user.d.ts","sourceRoot":"","sources":["../../../src/cmd/example/create-user.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,oBAAoB,wCAkC/B,CAAC"}
{"version":3,"file":"create-user.d.ts","sourceRoot":"","sources":["../../../src/cmd/example/create-user.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,oBAAoB,sCAkC/B,CAAC"}

@@ -1,2 +0,2 @@

export declare const createCommand: import("@/types").SubcommandDefinition;
export declare const createCommand: import("../..").SubcommandDefinition;
//# sourceMappingURL=create.d.ts.map

@@ -1,1 +0,1 @@

{"version":3,"file":"create.d.ts","sourceRoot":"","sources":["../../../src/cmd/example/create.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa,wCA2BxB,CAAC"}
{"version":3,"file":"create.d.ts","sourceRoot":"","sources":["../../../src/cmd/example/create.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa,sCA2BxB,CAAC"}

@@ -1,2 +0,2 @@

export declare const deploySubcommand: import("@/types").SubcommandDefinition;
export declare const deploySubcommand: import("../..").SubcommandDefinition;
//# sourceMappingURL=deploy.d.ts.map

@@ -1,1 +0,1 @@

{"version":3,"file":"deploy.d.ts","sourceRoot":"","sources":["../../../src/cmd/example/deploy.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,gBAAgB,wCAgC3B,CAAC"}
{"version":3,"file":"deploy.d.ts","sourceRoot":"","sources":["../../../src/cmd/example/deploy.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,gBAAgB,sCAgC3B,CAAC"}

@@ -1,2 +0,2 @@

export declare const command: import("@/types").CommandDefinition;
export declare const command: import("../..").CommandDefinition;
//# sourceMappingURL=index.d.ts.map

@@ -1,1 +0,1 @@

{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/cmd/example/index.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,OAAO,qCAgBlB,CAAC"}
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/cmd/example/index.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,OAAO,mCAgBlB,CAAC"}

@@ -1,2 +0,2 @@

export declare const listSubcommand: import("@/types").SubcommandDefinition;
export declare const listSubcommand: import("../..").SubcommandDefinition;
//# sourceMappingURL=list.d.ts.map

@@ -1,1 +0,1 @@

{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../src/cmd/example/list.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,cAAc,wCA4BzB,CAAC"}
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../src/cmd/example/list.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,cAAc,sCA4BzB,CAAC"}

@@ -1,3 +0,3 @@

import type { SubcommandDefinition } from '@/types';
import type { SubcommandDefinition } from '../../types';
export declare const optionalAuthSubcommand: SubcommandDefinition;
//# sourceMappingURL=optional-auth.d.ts.map

@@ -1,1 +0,1 @@

{"version":3,"file":"optional-auth.d.ts","sourceRoot":"","sources":["../../../src/cmd/example/optional-auth.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAA4B,MAAM,SAAS,CAAC;AAG9E,eAAO,MAAM,sBAAsB,EAAE,oBAkCpC,CAAC"}
{"version":3,"file":"optional-auth.d.ts","sourceRoot":"","sources":["../../../src/cmd/example/optional-auth.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAA4B,MAAM,aAAa,CAAC;AAGlF,eAAO,MAAM,sBAAsB,EAAE,oBAkCpC,CAAC"}

@@ -1,2 +0,2 @@

export declare const runCommandSubcommand: import("@/types").SubcommandDefinition;
export declare const runCommandSubcommand: import("../..").SubcommandDefinition;
//# sourceMappingURL=run-command.d.ts.map

@@ -1,1 +0,1 @@

{"version":3,"file":"run-command.d.ts","sourceRoot":"","sources":["../../../src/cmd/example/run-command.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,oBAAoB,wCAyC/B,CAAC"}
{"version":3,"file":"run-command.d.ts","sourceRoot":"","sources":["../../../src/cmd/example/run-command.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,oBAAoB,sCAyC/B,CAAC"}

@@ -1,2 +0,2 @@

export declare const spinnerSubcommand: import("@/types").SubcommandDefinition;
export declare const spinnerSubcommand: import("../..").SubcommandDefinition;
//# sourceMappingURL=spinner.d.ts.map

@@ -1,1 +0,1 @@

{"version":3,"file":"spinner.d.ts","sourceRoot":"","sources":["../../../src/cmd/example/spinner.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,iBAAiB,wCAwC5B,CAAC"}
{"version":3,"file":"spinner.d.ts","sourceRoot":"","sources":["../../../src/cmd/example/spinner.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,iBAAiB,sCAwC5B,CAAC"}

@@ -1,2 +0,2 @@

export declare const stepsSubcommand: import("@/types").SubcommandDefinition;
export declare const stepsSubcommand: import("../..").SubcommandDefinition;
//# sourceMappingURL=steps.d.ts.map

@@ -1,1 +0,1 @@

{"version":3,"file":"steps.d.ts","sourceRoot":"","sources":["../../../src/cmd/example/steps.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,eAAe,wCA8D1B,CAAC"}
{"version":3,"file":"steps.d.ts","sourceRoot":"","sources":["../../../src/cmd/example/steps.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,eAAe,sCA8D1B,CAAC"}

@@ -1,2 +0,2 @@

export declare const versionSubcommand: import("@/types").SubcommandDefinition;
export declare const versionSubcommand: import("../..").SubcommandDefinition;
//# sourceMappingURL=version.d.ts.map

@@ -1,1 +0,1 @@

{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../../src/cmd/example/version.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,wCAU5B,CAAC"}
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../../src/cmd/example/version.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,sCAU5B,CAAC"}

@@ -1,2 +0,2 @@

export declare const createCommand: import("@/types").SubcommandDefinition;
export declare const createCommand: import("../..").SubcommandDefinition;
//# sourceMappingURL=create.d.ts.map

@@ -1,1 +0,1 @@

{"version":3,"file":"create.d.ts","sourceRoot":"","sources":["../../../src/cmd/profile/create.ts"],"names":[],"mappings":"AAcA,eAAO,MAAM,aAAa,wCA0CxB,CAAC"}
{"version":3,"file":"create.d.ts","sourceRoot":"","sources":["../../../src/cmd/profile/create.ts"],"names":[],"mappings":"AAcA,eAAO,MAAM,aAAa,sCA0CxB,CAAC"}

@@ -1,2 +0,2 @@

export declare const deleteCommand: import("@/types").SubcommandDefinition;
export declare const deleteCommand: import("../..").SubcommandDefinition;
//# sourceMappingURL=delete.d.ts.map

@@ -1,1 +0,1 @@

{"version":3,"file":"delete.d.ts","sourceRoot":"","sources":["../../../src/cmd/profile/delete.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,aAAa,wCA6CxB,CAAC"}
{"version":3,"file":"delete.d.ts","sourceRoot":"","sources":["../../../src/cmd/profile/delete.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,aAAa,sCA6CxB,CAAC"}

@@ -1,2 +0,2 @@

export declare const command: import("@/types").CommandDefinition;
export declare const command: import("../..").CommandDefinition;
//# sourceMappingURL=index.d.ts.map

@@ -1,1 +0,1 @@

{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/cmd/profile/index.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,OAAO,qCAIlB,CAAC"}
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/cmd/profile/index.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,OAAO,mCAIlB,CAAC"}

@@ -1,3 +0,3 @@

import type { SubcommandDefinition } from '@/types';
import type { SubcommandDefinition } from '../../types';
export declare const listCommand: SubcommandDefinition;
//# sourceMappingURL=list.d.ts.map

@@ -1,1 +0,1 @@

{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../src/cmd/profile/list.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAKpD,eAAO,MAAM,WAAW,EAAE,oBAqBzB,CAAC"}
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../src/cmd/profile/list.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAKxD,eAAO,MAAM,WAAW,EAAE,oBAqBzB,CAAC"}

@@ -1,2 +0,2 @@

export declare const showCommand: import("@/types").SubcommandDefinition;
export declare const showCommand: import("../..").SubcommandDefinition;
//# sourceMappingURL=show.d.ts.map

@@ -1,1 +0,1 @@

{"version":3,"file":"show.d.ts","sourceRoot":"","sources":["../../../src/cmd/profile/show.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,WAAW,wCA+CtB,CAAC"}
{"version":3,"file":"show.d.ts","sourceRoot":"","sources":["../../../src/cmd/profile/show.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,WAAW,sCA+CtB,CAAC"}

@@ -1,2 +0,2 @@

export declare const useCommand: import("@/types").SubcommandDefinition;
export declare const useCommand: import("../..").SubcommandDefinition;
//# sourceMappingURL=use.d.ts.map

@@ -1,1 +0,1 @@

{"version":3,"file":"use.d.ts","sourceRoot":"","sources":["../../../src/cmd/profile/use.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,UAAU,wCAwBrB,CAAC"}
{"version":3,"file":"use.d.ts","sourceRoot":"","sources":["../../../src/cmd/profile/use.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,UAAU,sCAwBrB,CAAC"}

@@ -1,2 +0,2 @@

export declare const createProjectSubcommand: import("@/types").SubcommandDefinition;
export declare const createProjectSubcommand: import("../..").SubcommandDefinition;
//# sourceMappingURL=create.d.ts.map

@@ -1,1 +0,1 @@

{"version":3,"file":"create.d.ts","sourceRoot":"","sources":["../../../src/cmd/project/create.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,uBAAuB,wCA+ClC,CAAC"}
{"version":3,"file":"create.d.ts","sourceRoot":"","sources":["../../../src/cmd/project/create.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,uBAAuB,sCA+ClC,CAAC"}

@@ -1,2 +0,2 @@

export declare const deleteSubcommand: import("@/types").SubcommandDefinition;
export declare const deleteSubcommand: import("../..").SubcommandDefinition;
//# sourceMappingURL=delete.d.ts.map

@@ -1,1 +0,1 @@

{"version":3,"file":"delete.d.ts","sourceRoot":"","sources":["../../../src/cmd/project/delete.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB,wCAU3B,CAAC"}
{"version":3,"file":"delete.d.ts","sourceRoot":"","sources":["../../../src/cmd/project/delete.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB,sCAU3B,CAAC"}

@@ -1,2 +0,2 @@

import type { Logger } from '@/logger';
import type { Logger } from '../../logger';
import type { TemplateInfo } from './templates';

@@ -3,0 +3,0 @@ interface DownloadOptions {

@@ -1,1 +0,1 @@

{"version":3,"file":"download.d.ts","sourceRoot":"","sources":["../../../src/cmd/project/download.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAGvC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAKhD,UAAU,eAAe;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,YAAY,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,UAAU,YAAY;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;CACf;AAsBD,wBAAsB,gBAAgB,CAAC,OAAO,EAAE,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC,CAuD9E;AAED,wBAAsB,YAAY,CAAC,OAAO,EAAE,YAAY,GAAG,OAAO,CAAC,IAAI,CAAC,CAgCvE"}
{"version":3,"file":"download.d.ts","sourceRoot":"","sources":["../../../src/cmd/project/download.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AAG3C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAKhD,UAAU,eAAe;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,YAAY,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,UAAU,YAAY;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;CACf;AAsBD,wBAAsB,gBAAgB,CAAC,OAAO,EAAE,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC,CAuD9E;AAED,wBAAsB,YAAY,CAAC,OAAO,EAAE,YAAY,GAAG,OAAO,CAAC,IAAI,CAAC,CAgCvE"}

@@ -1,2 +0,2 @@

export declare const command: import("@/types").CommandDefinition;
export declare const command: import("../..").CommandDefinition;
//# sourceMappingURL=index.d.ts.map

@@ -1,1 +0,1 @@

{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/cmd/project/index.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,OAAO,qCAIlB,CAAC"}
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/cmd/project/index.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,OAAO,mCAIlB,CAAC"}

@@ -1,2 +0,2 @@

export declare const listSubcommand: import("@/types").SubcommandDefinition;
export declare const listSubcommand: import("../..").SubcommandDefinition;
//# sourceMappingURL=list.d.ts.map

@@ -1,1 +0,1 @@

{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../src/cmd/project/list.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,wCAUzB,CAAC"}
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../src/cmd/project/list.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,sCAUzB,CAAC"}

@@ -1,2 +0,2 @@

export declare const showSubcommand: import("@/types").SubcommandDefinition;
export declare const showSubcommand: import("../..").SubcommandDefinition;
//# sourceMappingURL=show.d.ts.map

@@ -1,1 +0,1 @@

{"version":3,"file":"show.d.ts","sourceRoot":"","sources":["../../../src/cmd/project/show.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,wCASzB,CAAC"}
{"version":3,"file":"show.d.ts","sourceRoot":"","sources":["../../../src/cmd/project/show.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,sCASzB,CAAC"}

@@ -1,2 +0,2 @@

import type { Logger } from '@/logger';
import type { Logger } from '../../logger';
interface CreateFlowOptions {

@@ -3,0 +3,0 @@ projectName?: string;

@@ -1,1 +0,1 @@

{"version":3,"file":"template-flow.d.ts","sourceRoot":"","sources":["../../../src/cmd/project/template-flow.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAMvC,UAAU,iBAAiB;IAC1B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,SAAS,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE,OAAO,CAAC;IACjB,WAAW,EAAE,OAAO,CAAC;IACrB,MAAM,EAAE,MAAM,CAAC;CACf;AAED,wBAAsB,aAAa,CAAC,OAAO,EAAE,iBAAiB,GAAG,OAAO,CAAC,IAAI,CAAC,CA0J7E"}
{"version":3,"file":"template-flow.d.ts","sourceRoot":"","sources":["../../../src/cmd/project/template-flow.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AAM3C,UAAU,iBAAiB;IAC1B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,SAAS,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE,OAAO,CAAC;IACjB,WAAW,EAAE,OAAO,CAAC;IACrB,MAAM,EAAE,MAAM,CAAC;CACf;AAED,wBAAsB,aAAa,CAAC,OAAO,EAAE,iBAAiB,GAAG,OAAO,CAAC,IAAI,CAAC,CA0J7E"}

@@ -1,2 +0,2 @@

export declare const command: import("@/types").CommandDefinition;
export declare const command: import("../..").CommandDefinition;
//# sourceMappingURL=index.d.ts.map

@@ -1,1 +0,1 @@

{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/cmd/version/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,OAAO,qCAWlB,CAAC"}
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/cmd/version/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,OAAO,mCAWlB,CAAC"}
{
"name": "@agentuity/cli",
"version": "0.0.13",
"version": "0.0.15",
"type": "module",

@@ -5,0 +5,0 @@ "main": "./src/index.ts",

@@ -1,3 +0,3 @@

import { APIClient, APIError } from '@/api';
import type { Config } from '@/types';
import { APIClient, APIError } from '../../api';
import type { Config } from '../../types';

@@ -4,0 +4,0 @@ interface APIResponse<T> {

@@ -1,2 +0,2 @@

import { createCommand } from '@/types';
import { createCommand } from '../../types';
import { loginCommand } from './login';

@@ -3,0 +3,0 @@ import { logoutCommand } from './logout';

@@ -1,6 +0,6 @@

import type { SubcommandDefinition } from '@/types';
import { getAPIBaseURL, getAppBaseURL, UpgradeRequiredError } from '@/api';
import { saveAuth } from '@/config';
import type { SubcommandDefinition } from '../../types';
import { getAPIBaseURL, getAppBaseURL, UpgradeRequiredError } from '../../api';
import { saveAuth } from '../../config';
import { generateLoginOTP, pollForLoginCompletion } from './api';
import * as tui from '@/tui';
import * as tui from '../../tui';

@@ -7,0 +7,0 @@ export const loginCommand: SubcommandDefinition = {

@@ -1,4 +0,4 @@

import type { SubcommandDefinition } from '@/types';
import { clearAuth } from '@/config';
import * as tui from '@/tui';
import type { SubcommandDefinition } from '../../types';
import { clearAuth } from '../../config';
import * as tui from '../../tui';

@@ -5,0 +5,0 @@ export const logoutCommand: SubcommandDefinition = {

@@ -1,6 +0,6 @@

import type { SubcommandDefinition } from '@/types';
import { getAPIBaseURL, getAppBaseURL, UpgradeRequiredError } from '@/api';
import { saveAuth } from '@/config';
import type { SubcommandDefinition } from '../../types';
import { getAPIBaseURL, getAppBaseURL, UpgradeRequiredError } from '../../api';
import { saveAuth } from '../../config';
import { generateSignupOTP, pollForSignupCompletion } from './api';
import * as tui from '@/tui';
import * as tui from '../../tui';

@@ -7,0 +7,0 @@ export const signupCommand: SubcommandDefinition = {

@@ -1,2 +0,2 @@

import { createSubcommand } from '@/types';
import { createSubcommand } from '../../types';
import { z } from 'zod';

@@ -3,0 +3,0 @@ import { resolve } from 'node:path';

@@ -1,2 +0,2 @@

import { createCommand } from '@/types';
import { createCommand } from '../../types';
import { z } from 'zod';

@@ -6,3 +6,3 @@ import { resolve, join } from 'node:path';

import { existsSync, FSWatcher, watch } from 'node:fs';
import * as tui from '@/tui';
import * as tui from '../../tui';

@@ -9,0 +9,0 @@ export const command = createCommand({

@@ -1,2 +0,2 @@

import { createSubcommand } from '@/types';
import { createSubcommand } from '../../types';
import { z } from 'zod';

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

import { createSubcommand } from '@/types';
import { createSubcommand } from '../../types';
import { z } from 'zod';

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

import { createSubcommand } from '@/types';
import { createSubcommand } from '../../types';
import { z } from 'zod';

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

import { createCommand } from '@/types';
import { createCommand } from '../../types';
import { createCommand as createSubCmd } from './create';

@@ -3,0 +3,0 @@ import { listSubcommand } from './list';

@@ -1,2 +0,2 @@

import { createSubcommand } from '@/types';
import { createSubcommand } from '../../types';
import { z } from 'zod';

@@ -3,0 +3,0 @@

@@ -1,3 +0,3 @@

import type { SubcommandDefinition, CommandContext, AuthData } from '@/types';
import * as tui from '@/tui';
import type { SubcommandDefinition, CommandContext, AuthData } from '../../types';
import * as tui from '../../tui';

@@ -4,0 +4,0 @@ export const optionalAuthSubcommand: SubcommandDefinition = {

@@ -1,3 +0,3 @@

import { createSubcommand } from '@/types';
import * as tui from '@/tui';
import { createSubcommand } from '../../types';
import * as tui from '../../tui';

@@ -4,0 +4,0 @@ export const runCommandSubcommand = createSubcommand({

import type { SubcommandDefinition } from '../../types';
import * as tui from '@/tui';
import { playSound } from '@/sound';
import * as tui from '../../tui';
import { playSound } from '../../sound';

@@ -5,0 +5,0 @@ export const soundSubcommand: SubcommandDefinition = {

@@ -1,3 +0,3 @@

import { createSubcommand } from '@/types';
import * as tui from '@/tui';
import { createSubcommand } from '../../types';
import * as tui from '../../tui';

@@ -4,0 +4,0 @@ export const spinnerSubcommand = createSubcommand({

@@ -1,3 +0,3 @@

import { createSubcommand } from '@/types';
import { runSteps, stepSuccess, stepSkipped, stepError } from '@/steps';
import { createSubcommand } from '../../types';
import { runSteps, stepSuccess, stepSkipped, stepError } from '../../steps';

@@ -4,0 +4,0 @@ export const stepsSubcommand = createSubcommand({

@@ -1,2 +0,2 @@

import { createSubcommand } from '@/types';
import { createSubcommand } from '../../types';

@@ -3,0 +3,0 @@ export const versionSubcommand = createSubcommand({

@@ -1,2 +0,2 @@

import { createSubcommand } from '@/types';
import { createSubcommand } from '../../types';
import { z } from 'zod';

@@ -8,6 +8,6 @@ import {

generateYAMLTemplate,
} from '@/config';
} from '../../config';
import { join } from 'node:path';
import { writeFile } from 'node:fs/promises';
import * as tui from '@/tui';
import * as tui from '../../tui';

@@ -14,0 +14,0 @@ const PROFILE_NAME_REGEX = /^[\w_-]{3,}$/;

@@ -1,6 +0,6 @@

import { createSubcommand } from '@/types';
import { createSubcommand } from '../../types';
import { z } from 'zod';
import { fetchProfiles } from '@/config';
import { fetchProfiles } from '../../config';
import { unlink } from 'node:fs/promises';
import * as tui from '@/tui';
import * as tui from '../../tui';

@@ -7,0 +7,0 @@ export const deleteCommand = createSubcommand({

@@ -1,2 +0,2 @@

import { createCommand } from '@/types';
import { createCommand } from '../../types';
import { createCommand as createProfileCmd } from './create';

@@ -3,0 +3,0 @@ import { useCommand } from './use';

@@ -1,5 +0,5 @@

import type { SubcommandDefinition } from '@/types';
import { fetchProfiles } from '@/config';
import type { SubcommandDefinition } from '../../types';
import { fetchProfiles } from '../../config';
import { basename, dirname } from 'node:path';
import * as tui from '@/tui';
import * as tui from '../../tui';

@@ -6,0 +6,0 @@ export const listCommand: SubcommandDefinition = {

@@ -1,6 +0,6 @@

import { createSubcommand } from '@/types';
import { createSubcommand } from '../../types';
import { z } from 'zod';
import { getProfile, fetchProfiles } from '@/config';
import { getProfile, fetchProfiles } from '../../config';
import { readFile } from 'node:fs/promises';
import * as tui from '@/tui';
import * as tui from '../../tui';

@@ -7,0 +7,0 @@ export const showCommand = createSubcommand({

@@ -1,5 +0,5 @@

import { createSubcommand } from '@/types';
import { createSubcommand } from '../../types';
import { z } from 'zod';
import { fetchProfiles, saveProfile } from '@/config';
import * as tui from '@/tui';
import { fetchProfiles, saveProfile } from '../../config';
import * as tui from '../../tui';

@@ -6,0 +6,0 @@ export const useCommand = createSubcommand({

@@ -1,2 +0,2 @@

import { createSubcommand } from '@/types';
import { createSubcommand } from '../../types';
import { z } from 'zod';

@@ -3,0 +3,0 @@ import { runCreateFlow } from './template-flow';

@@ -1,2 +0,2 @@

import { createSubcommand } from '@/types';
import { createSubcommand } from '../../types';

@@ -3,0 +3,0 @@ export const deleteSubcommand = createSubcommand({

@@ -7,5 +7,5 @@ import { join, resolve } from 'node:path';

import { extract, type Headers } from 'tar-fs';
import type { Logger } from '@/logger';
import * as tui from '@/tui';
import { downloadWithSpinner } from '@/download';
import type { Logger } from '../../logger';
import * as tui from '../../tui';
import { downloadWithSpinner } from '../../download';
import type { TemplateInfo } from './templates';

@@ -12,0 +12,0 @@

@@ -1,2 +0,2 @@

import { createCommand } from '@/types';
import { createCommand } from '../../types';
import { createProjectSubcommand } from './create';

@@ -3,0 +3,0 @@ import { listSubcommand } from './list';

@@ -1,2 +0,2 @@

import { createSubcommand } from '@/types';
import { createSubcommand } from '../../types';

@@ -3,0 +3,0 @@ export const listSubcommand = createSubcommand({

@@ -1,2 +0,2 @@

import { createSubcommand } from '@/types';
import { createSubcommand } from '../../types';

@@ -3,0 +3,0 @@ export const showSubcommand = createSubcommand({

@@ -6,5 +6,5 @@ import { basename, resolve } from 'node:path';

import enquirer from 'enquirer';
import type { Logger } from '@/logger';
import * as tui from '@/tui';
import { playSound } from '@/sound';
import type { Logger } from '../../logger';
import * as tui from '../../tui';
import { playSound } from '../../sound';
import { fetchTemplates, type TemplateInfo } from './templates';

@@ -11,0 +11,0 @@ import { downloadTemplate, setupProject } from './download';

@@ -1,4 +0,4 @@

import { createCommand } from '@/types';
import { getVersion } from '@/version';
import { logger } from '@/logger';
import { createCommand } from '../../types';
import { getVersion } from '../../version';
import { logger } from '../../logger';

@@ -5,0 +5,0 @@ export const command = createCommand({

@@ -7,3 +7,3 @@ import { YAML } from 'bun';

import { ConfigSchema } from './types';
import * as tui from '@/tui';
import * as tui from './tui';
import { z } from 'zod';

@@ -10,0 +10,0 @@