@orderful/droid 0.31.2 → 0.32.0
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/.claude-plugin/marketplace.json +13 -0
- package/AGENTS.md +15 -0
- package/CHANGELOG.md +22 -0
- package/dist/bin/droid.js +515 -434
- package/dist/commands/setup.d.ts +1 -0
- package/dist/commands/setup.d.ts.map +1 -1
- package/dist/commands/tui/components/PlatformBadges.d.ts +6 -0
- package/dist/commands/tui/components/PlatformBadges.d.ts.map +1 -0
- package/dist/commands/tui/components/SettingsDetails.d.ts +4 -1
- package/dist/commands/tui/components/SettingsDetails.d.ts.map +1 -1
- package/dist/commands/tui/types.d.ts +1 -1
- package/dist/commands/tui/types.d.ts.map +1 -1
- package/dist/commands/tui/views/SetupScreen.d.ts +3 -2
- package/dist/commands/tui/views/SetupScreen.d.ts.map +1 -1
- package/dist/commands/tui.d.ts.map +1 -1
- package/dist/index.js +138 -86
- package/dist/lib/agents.d.ts +7 -2
- package/dist/lib/agents.d.ts.map +1 -1
- package/dist/lib/platforms.d.ts +10 -1
- package/dist/lib/platforms.d.ts.map +1 -1
- package/dist/lib/skills.d.ts.map +1 -1
- package/dist/lib/types.d.ts +5 -0
- package/dist/lib/types.d.ts.map +1 -1
- package/dist/tools/wrapup/.claude-plugin/plugin.json +16 -0
- package/dist/tools/wrapup/TOOL.yaml +16 -0
- package/dist/tools/wrapup/commands/wrapup.md +21 -0
- package/dist/tools/wrapup/skills/wrapup/SKILL.md +86 -0
- package/dist/tools/wrapup/skills/wrapup/references/output-schema.md +93 -0
- package/dist/tools/wrapup/skills/wrapup/references/subagent-prompts.md +87 -0
- package/package.json +1 -1
- package/src/commands/setup.ts +67 -61
- package/src/commands/tui/components/PlatformBadges.tsx +36 -0
- package/src/commands/tui/components/SettingsDetails.tsx +16 -4
- package/src/commands/tui/types.ts +1 -1
- package/src/commands/tui/views/SetupScreen.tsx +26 -49
- package/src/commands/tui.tsx +21 -9
- package/src/lib/agents.ts +23 -7
- package/src/lib/platforms.ts +44 -1
- package/src/lib/skills.ts +79 -40
- package/src/lib/types.ts +11 -0
- package/src/tools/wrapup/.claude-plugin/plugin.json +16 -0
- package/src/tools/wrapup/TOOL.yaml +16 -0
- package/src/tools/wrapup/commands/wrapup.md +21 -0
- package/src/tools/wrapup/skills/wrapup/SKILL.md +86 -0
- package/src/tools/wrapup/skills/wrapup/references/output-schema.md +93 -0
- package/src/tools/wrapup/skills/wrapup/references/subagent-prompts.md +87 -0
package/dist/commands/setup.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"setup.d.ts","sourceRoot":"","sources":["../../src/commands/setup.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,QAAQ,EAA0D,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"setup.d.ts","sourceRoot":"","sources":["../../src/commands/setup.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,QAAQ,EAA0D,MAAM,cAAc,CAAC;AAIhG,OAAO,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AA8B1E;;GAEG;AACH,wBAAgB,4BAA4B,CAAC,QAAQ,EAAE,QAAQ,GAAG;IAAE,KAAK,EAAE,MAAM,EAAE,CAAC;IAAC,cAAc,EAAE,OAAO,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE,CAmF7H;AAyBD,wBAAsB,YAAY,IAAI,OAAO,CAAC,IAAI,CAAC,CAoIlD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PlatformBadges.d.ts","sourceRoot":"","sources":["../../../../src/commands/tui/components/PlatformBadges.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAQ9C,wBAAgB,cAAc,CAAC,EAC7B,QAAQ,EACR,OAAO,GACR,EAAE;IACD,QAAQ,EAAE,QAAQ,EAAE,CAAC;IACrB,OAAO,EAAE,QAAQ,EAAE,CAAC;CACrB,2CAoBA"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
+
import { Platform } from '../../../lib/types';
|
|
1
2
|
export interface SettingsDetailsProps {
|
|
2
3
|
isFocused: boolean;
|
|
4
|
+
detectedPlatforms: Platform[];
|
|
5
|
+
onRedetect?: () => void;
|
|
3
6
|
}
|
|
4
|
-
export declare function SettingsDetails({ isFocused, }: SettingsDetailsProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export declare function SettingsDetails({ isFocused, detectedPlatforms, onRedetect: _onRedetect, }: SettingsDetailsProps): import("react/jsx-runtime").JSX.Element;
|
|
5
8
|
//# sourceMappingURL=SettingsDetails.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SettingsDetails.d.ts","sourceRoot":"","sources":["../../../../src/commands/tui/components/SettingsDetails.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SettingsDetails.d.ts","sourceRoot":"","sources":["../../../../src/commands/tui/components/SettingsDetails.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAG9C,MAAM,WAAW,oBAAoB;IACnC,SAAS,EAAE,OAAO,CAAC;IACnB,iBAAiB,EAAE,QAAQ,EAAE,CAAC;IAC9B,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;CACzB;AAQD,wBAAgB,eAAe,CAAC,EAC9B,SAAS,EACT,iBAAiB,EACjB,UAAU,EAAE,WAAW,GACxB,EAAE,oBAAoB,2CA4DtB"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export type Tab = 'tools' | 'settings';
|
|
2
2
|
export type View = 'welcome' | 'tool-updates' | 'setup' | 'menu' | 'detail' | 'configure' | 'readme' | 'explorer';
|
|
3
|
-
export type SetupStep = '
|
|
3
|
+
export type SetupStep = 'user_mention' | 'auto_update' | 'confirm';
|
|
4
4
|
export type ComponentType = 'skill' | 'command' | 'agent';
|
|
5
5
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/commands/tui/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,GAAG,GAAG,OAAO,GAAG,UAAU,CAAC;AACvC,MAAM,MAAM,IAAI,GAAG,SAAS,GAAG,cAAc,GAAG,OAAO,GAAG,MAAM,GAAG,QAAQ,GAAG,WAAW,GAAG,QAAQ,GAAG,UAAU,CAAC;AAClH,MAAM,MAAM,SAAS,GAAG,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/commands/tui/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,GAAG,GAAG,OAAO,GAAG,UAAU,CAAC;AACvC,MAAM,MAAM,IAAI,GAAG,SAAS,GAAG,cAAc,GAAG,OAAO,GAAG,MAAM,GAAG,QAAQ,GAAG,WAAW,GAAG,QAAQ,GAAG,UAAU,CAAC;AAClH,MAAM,MAAM,SAAS,GAAG,cAAc,GAAG,aAAa,GAAG,SAAS,CAAC;AACnE,MAAM,MAAM,aAAa,GAAG,OAAO,GAAG,SAAS,GAAG,OAAO,CAAC"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { type DroidConfig } from '../../../lib/types';
|
|
1
|
+
import { Platform, type DroidConfig } from '../../../lib/types';
|
|
2
2
|
export interface SetupScreenProps {
|
|
3
3
|
onComplete: () => void;
|
|
4
4
|
onSkip: () => void;
|
|
5
5
|
initialConfig?: DroidConfig;
|
|
6
|
+
detectedPlatforms: Platform[];
|
|
6
7
|
}
|
|
7
|
-
export declare function SetupScreen({ onComplete, onSkip, initialConfig }: SetupScreenProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export declare function SetupScreen({ onComplete, onSkip, initialConfig, detectedPlatforms }: SetupScreenProps): import("react/jsx-runtime").JSX.Element;
|
|
8
9
|
//# sourceMappingURL=SetupScreen.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SetupScreen.d.ts","sourceRoot":"","sources":["../../../../src/commands/tui/views/SetupScreen.tsx"],"names":[],"mappings":"AAKA,OAAO,
|
|
1
|
+
{"version":3,"file":"SetupScreen.d.ts","sourceRoot":"","sources":["../../../../src/commands/tui/views/SetupScreen.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,QAAQ,EAAiB,KAAK,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAI/E,MAAM,WAAW,gBAAgB;IAC/B,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,aAAa,CAAC,EAAE,WAAW,CAAC;IAC5B,iBAAiB,EAAE,QAAQ,EAAE,CAAC;CAC/B;AAQD,wBAAgB,WAAW,CAAC,EAAE,UAAU,EAAE,MAAM,EAAE,aAAa,EAAE,iBAAiB,EAAE,EAAE,gBAAgB,2CAqMrG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tui.d.ts","sourceRoot":"","sources":["../../src/commands/tui.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"tui.d.ts","sourceRoot":"","sources":["../../src/commands/tui.tsx"],"names":[],"mappings":"AAgjBA,wBAAsB,UAAU,IAAI,OAAO,CAAC,IAAI,CAAC,CAiBhD"}
|