oh-my-opencode 5.0.0-beta.26 → 5.0.0-beta.29
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/cli/config-manager/parse-opencode-config-file.d.ts +2 -1
- package/dist/cli/doctor/checks/system-plugin.d.ts +4 -3
- package/dist/cli/index.js +59 -45
- package/dist/cli-node/index.js +82 -45
- package/dist/hooks/todo-continuation-enforcer/types.d.ts +1 -0
- package/dist/index.js +54 -31
- package/dist/shared/index.d.ts +1 -0
- package/dist/shared/legacy-plugin-warning.d.ts +2 -1
- package/dist/shared/plugin-entry-migrator.d.ts +4 -3
- package/dist/shared/plugin-entry-shape.d.ts +6 -0
- package/dist/skills/data-scientist/SKILL.md +99 -239
- package/dist/skills/data-scientist/references/execution-surfaces.md +91 -0
- package/dist/skills/data-scientist/references/placement.md +74 -0
- package/dist/skills/data-scientist/references/polars-lane.md +95 -0
- package/dist/skills/data-scientist/references/uv-setup.md +1 -1
- package/dist/skills/data-scientist/references/visualization.md +64 -0
- package/dist/skills/data-scientist/scripts/ensure-js-deps.sh +28 -0
- package/dist/skills/data-scientist/scripts/ensure-py-deps.sh +37 -0
- package/dist/skills/ulw-research/SKILL.md +3 -1
- package/dist/tui.d.ts +12 -0
- package/dist/tui.js +3 -3
- package/package.json +15 -15
- package/packages/lsp-core/src/request-context.test.ts +29 -0
- package/packages/lsp-core/src/request-context.ts +1 -1
- package/packages/lsp-daemon/dist/cli.js +1 -1
- package/packages/lsp-daemon/dist/client.js +1 -1
- package/packages/lsp-daemon/dist/index.js +1 -1
- package/packages/lsp-tools-mcp/dist/cli.js +1 -1
- package/packages/lsp-tools-mcp/dist/mcp.js +1 -1
- package/packages/lsp-tools-mcp/dist/request-context.js +1 -1
- package/packages/lsp-tools-mcp/dist/tools.js +1 -1
- package/packages/omo-codex/plugin/.codex-plugin/plugin.json +1 -1
- package/packages/omo-codex/plugin/components/bootstrap/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/bootstrap/package.json +1 -1
- package/packages/omo-codex/plugin/components/codegraph/package.json +1 -1
- package/packages/omo-codex/plugin/components/comment-checker/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/comment-checker/package.json +1 -1
- package/packages/omo-codex/plugin/components/git-bash/hooks/hooks.json +2 -2
- package/packages/omo-codex/plugin/components/git-bash/package.json +1 -1
- package/packages/omo-codex/plugin/components/lazycodex-executor-verify/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/lazycodex-executor-verify/package.json +1 -1
- package/packages/omo-codex/plugin/components/lsp/dist/.omo-runtime-manifest.json +2 -2
- package/packages/omo-codex/plugin/components/lsp/hooks/hooks.json +2 -2
- package/packages/omo-codex/plugin/components/lsp/package.json +1 -1
- package/packages/omo-codex/plugin/components/rules/hooks/hooks.json +4 -4
- package/packages/omo-codex/plugin/components/rules/package.json +1 -1
- package/packages/omo-codex/plugin/components/teammode/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/teammode/package.json +1 -1
- package/packages/omo-codex/plugin/components/telemetry/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/telemetry/package.json +1 -1
- package/packages/omo-codex/plugin/components/ultrawork/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/ultrawork/package.json +1 -1
- package/packages/omo-codex/plugin/components/ulw-execute-continuation/hooks/hooks.json +2 -2
- package/packages/omo-codex/plugin/components/ulw-execute-continuation/package.json +1 -1
- package/packages/omo-codex/plugin/components/ulw-loop/hooks/hooks.json +4 -4
- package/packages/omo-codex/plugin/components/ulw-loop/package.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-compact-resetting-git-bash-mcp-reminder.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-compact-resetting-lsp-diagnostics-cache.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-compact-resetting-project-rule-cache.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-tool-use-checking-codegraph-init-guidance.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-tool-use-checking-comments.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-tool-use-checking-lsp-diagnostics.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-tool-use-checking-thread-title-hygiene.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-tool-use-matching-project-rules.json +1 -1
- package/packages/omo-codex/plugin/hooks/pre-tool-use-enforcing-unlimited-goal-budget.json +1 -1
- package/packages/omo-codex/plugin/hooks/pre-tool-use-guarding-ulw-loop-spawns.json +1 -1
- package/packages/omo-codex/plugin/hooks/pre-tool-use-recommending-git-bash-mcp.json +1 -1
- package/packages/omo-codex/plugin/hooks/session-start-checking-auto-update.json +1 -1
- package/packages/omo-codex/plugin/hooks/session-start-checking-bootstrap-provisioning.json +1 -1
- package/packages/omo-codex/plugin/hooks/session-start-checking-codegraph-bootstrap.json +1 -1
- package/packages/omo-codex/plugin/hooks/session-start-loading-project-rules.json +1 -1
- package/packages/omo-codex/plugin/hooks/session-start-recording-session-telemetry.json +1 -1
- package/packages/omo-codex/plugin/hooks/stop-checking-ulw-execute-continuation.json +1 -1
- package/packages/omo-codex/plugin/hooks/stop-checking-ulw-loop-resume.json +1 -1
- package/packages/omo-codex/plugin/hooks/subagent-stop-checking-ulw-execute-continuation.json +1 -1
- package/packages/omo-codex/plugin/hooks/subagent-stop-verifying-lazycodex-executor-evidence.json +1 -1
- package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ultrawork-trigger.json +1 -1
- package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ulw-loop-steering.json +1 -1
- package/packages/omo-codex/plugin/hooks/user-prompt-submit-loading-project-rules.json +1 -1
- package/packages/omo-codex/plugin/package-lock.json +13 -13
- package/packages/omo-codex/plugin/package.json +1 -1
- package/packages/omo-codex/plugin/skills/data-scientist/SKILL.md +99 -239
- package/packages/omo-codex/plugin/skills/data-scientist/references/execution-surfaces.md +91 -0
- package/packages/omo-codex/plugin/skills/data-scientist/references/placement.md +74 -0
- package/packages/omo-codex/plugin/skills/data-scientist/references/polars-lane.md +95 -0
- package/packages/omo-codex/plugin/skills/data-scientist/references/uv-setup.md +1 -1
- package/packages/omo-codex/plugin/skills/data-scientist/references/visualization.md +64 -0
- package/packages/omo-codex/plugin/skills/data-scientist/scripts/ensure-js-deps.sh +28 -0
- package/packages/omo-codex/plugin/skills/data-scientist/scripts/ensure-py-deps.sh +37 -0
- package/packages/omo-codex/plugin/skills/ulw-research/SKILL.md +3 -1
- package/packages/omo-codex/scripts/install-dist/install-local.mjs +2 -2
- package/packages/shared-skills/skills/data-scientist/SKILL.md +99 -239
- package/packages/shared-skills/skills/data-scientist/references/execution-surfaces.md +91 -0
- package/packages/shared-skills/skills/data-scientist/references/placement.md +74 -0
- package/packages/shared-skills/skills/data-scientist/references/polars-lane.md +95 -0
- package/packages/shared-skills/skills/data-scientist/references/uv-setup.md +1 -1
- package/packages/shared-skills/skills/data-scientist/references/visualization.md +64 -0
- package/packages/shared-skills/skills/data-scientist/scripts/ensure-js-deps.sh +28 -0
- package/packages/shared-skills/skills/data-scientist/scripts/ensure-py-deps.sh +37 -0
- package/packages/shared-skills/skills/ulw-research/SKILL.md +3 -1
- package/dist/skills/data-scientist/references/common-scenarios.md +0 -176
- package/dist/skills/data-scientist/references/execution-templates.md +0 -197
- package/dist/skills/data-scientist/references/integration-patterns.md +0 -153
- package/dist/skills/data-scientist/references/performance-benchmarks.md +0 -37
- package/packages/omo-codex/plugin/skills/data-scientist/references/common-scenarios.md +0 -176
- package/packages/omo-codex/plugin/skills/data-scientist/references/execution-templates.md +0 -197
- package/packages/omo-codex/plugin/skills/data-scientist/references/integration-patterns.md +0 -153
- package/packages/omo-codex/plugin/skills/data-scientist/references/performance-benchmarks.md +0 -37
- package/packages/shared-skills/skills/data-scientist/references/common-scenarios.md +0 -176
- package/packages/shared-skills/skills/data-scientist/references/execution-templates.md +0 -197
- package/packages/shared-skills/skills/data-scientist/references/integration-patterns.md +0 -153
- package/packages/shared-skills/skills/data-scientist/references/performance-benchmarks.md +0 -37
package/dist/index.js
CHANGED
|
@@ -88602,6 +88602,16 @@ var SessionCategoryRegistry = {
|
|
|
88602
88602
|
// packages/omo-opencode/src/shared/index.ts
|
|
88603
88603
|
init_plugin_identity();
|
|
88604
88604
|
|
|
88605
|
+
// packages/omo-opencode/src/shared/plugin-entry-shape.ts
|
|
88606
|
+
function isPluginTupleEntry(entry) {
|
|
88607
|
+
return Array.isArray(entry) && typeof entry[0] === "string";
|
|
88608
|
+
}
|
|
88609
|
+
function getPluginEntryName(entry) {
|
|
88610
|
+
return isPluginTupleEntry(entry) ? entry[0] : entry;
|
|
88611
|
+
}
|
|
88612
|
+
function withPluginEntryName(entry, name) {
|
|
88613
|
+
return isPluginTupleEntry(entry) ? [name, entry[1]] : name;
|
|
88614
|
+
}
|
|
88605
88615
|
// packages/omo-opencode/src/shared/legacy-plugin-warning.ts
|
|
88606
88616
|
import { existsSync as existsSync35, readFileSync as readFileSync24 } from "fs";
|
|
88607
88617
|
import { join as join50 } from "path";
|
|
@@ -88624,10 +88634,12 @@ function getOpenCodeConfigPath(overrideConfigDir) {
|
|
|
88624
88634
|
return null;
|
|
88625
88635
|
}
|
|
88626
88636
|
function isLegacyPluginEntry(entry) {
|
|
88627
|
-
|
|
88637
|
+
const name = getPluginEntryName(entry);
|
|
88638
|
+
return name === LEGACY_PLUGIN_NAME || name.startsWith(`${LEGACY_PLUGIN_NAME}@`);
|
|
88628
88639
|
}
|
|
88629
88640
|
function isCanonicalPluginEntry(entry) {
|
|
88630
|
-
|
|
88641
|
+
const name = getPluginEntryName(entry);
|
|
88642
|
+
return name === PLUGIN_NAME || name.startsWith(`${PLUGIN_NAME}@`);
|
|
88631
88643
|
}
|
|
88632
88644
|
function checkForLegacyPluginEntry(overrideConfigDir) {
|
|
88633
88645
|
const configPath = getOpenCodeConfigPath(overrideConfigDir);
|
|
@@ -88668,17 +88680,20 @@ init_plugin_identity();
|
|
|
88668
88680
|
// packages/omo-opencode/src/shared/plugin-entry-migrator.ts
|
|
88669
88681
|
init_plugin_identity();
|
|
88670
88682
|
function isLegacyEntry(entry) {
|
|
88671
|
-
|
|
88683
|
+
const name = getPluginEntryName(entry);
|
|
88684
|
+
return name === LEGACY_PLUGIN_NAME || name.startsWith(`${LEGACY_PLUGIN_NAME}@`);
|
|
88672
88685
|
}
|
|
88673
88686
|
function isCanonicalEntry(entry) {
|
|
88674
|
-
|
|
88687
|
+
const name = getPluginEntryName(entry);
|
|
88688
|
+
return name === PLUGIN_NAME || name.startsWith(`${PLUGIN_NAME}@`);
|
|
88675
88689
|
}
|
|
88676
88690
|
function toCanonicalEntry(entry) {
|
|
88677
|
-
|
|
88678
|
-
|
|
88691
|
+
const name = getPluginEntryName(entry);
|
|
88692
|
+
if (name === LEGACY_PLUGIN_NAME) {
|
|
88693
|
+
return withPluginEntryName(entry, PLUGIN_NAME);
|
|
88679
88694
|
}
|
|
88680
|
-
if (
|
|
88681
|
-
return `${PLUGIN_NAME}${
|
|
88695
|
+
if (name.startsWith(`${LEGACY_PLUGIN_NAME}@`)) {
|
|
88696
|
+
return withPluginEntryName(entry, `${PLUGIN_NAME}${name.slice(LEGACY_PLUGIN_NAME.length)}`);
|
|
88682
88697
|
}
|
|
88683
88698
|
return entry;
|
|
88684
88699
|
}
|
|
@@ -88744,6 +88759,9 @@ function migrateLegacyPluginEntry(configPath) {
|
|
|
88744
88759
|
|
|
88745
88760
|
// packages/omo-opencode/src/shared/log-legacy-plugin-startup-warning.ts
|
|
88746
88761
|
init_plugin_identity();
|
|
88762
|
+
function describeEntry(entry) {
|
|
88763
|
+
return getPluginEntryName(entry);
|
|
88764
|
+
}
|
|
88747
88765
|
function logLegacyPluginStartupWarning(deps = {}) {
|
|
88748
88766
|
const checkForLegacyPluginEntryFn = deps.checkForLegacyPluginEntry ?? checkForLegacyPluginEntry;
|
|
88749
88767
|
const logFn = deps.log ?? log2;
|
|
@@ -88761,9 +88779,9 @@ function logLegacyPluginStartupWarning(deps = {}) {
|
|
|
88761
88779
|
console.warn(`[oh-my-openagent] WARNING: Your opencode.json uses the legacy package name "${LEGACY_PLUGIN_NAME}".` + ` The package has been renamed to "${PLUGIN_NAME}".` + ` Attempting auto-migration...`);
|
|
88762
88780
|
const migrated = migrateLegacyPluginEntryFn(result.configPath);
|
|
88763
88781
|
if (migrated) {
|
|
88764
|
-
console.warn(`[oh-my-openagent] Auto-migrated opencode.json: ${result.legacyEntries.join(", ")} -> ${suggestedEntries.join(", ")}`);
|
|
88782
|
+
console.warn(`[oh-my-openagent] Auto-migrated opencode.json: ${result.legacyEntries.map(describeEntry).join(", ")} -> ${suggestedEntries.map(describeEntry).join(", ")}`);
|
|
88765
88783
|
} else {
|
|
88766
|
-
console.warn(`[oh-my-openagent] Could not auto-migrate. Please manually update your opencode.json:` + ` ${result.legacyEntries.map((
|
|
88784
|
+
console.warn(`[oh-my-openagent] Could not auto-migrate. Please manually update your opencode.json:` + ` ${result.legacyEntries.map((entry, index) => `"${describeEntry(entry)}" -> "${describeEntry(suggestedEntries[index] ?? entry)}"`).join(", ")}`);
|
|
88767
88785
|
}
|
|
88768
88786
|
}
|
|
88769
88787
|
// packages/omo-opencode/src/shared/legacy-workspace-migration.ts
|
|
@@ -89523,7 +89541,11 @@ async function resolveLatestMessageInfo(ctx, sessionID, prefetchedMessages) {
|
|
|
89523
89541
|
return {
|
|
89524
89542
|
resolvedInfo: {
|
|
89525
89543
|
agent: info.agent,
|
|
89526
|
-
model: info.model ?? (info.providerID && info.modelID ? {
|
|
89544
|
+
model: info.model ?? (info.providerID && info.modelID ? {
|
|
89545
|
+
providerID: info.providerID,
|
|
89546
|
+
modelID: info.modelID,
|
|
89547
|
+
...info.variant ? { variant: info.variant } : {}
|
|
89548
|
+
} : undefined),
|
|
89527
89549
|
tools: info.tools
|
|
89528
89550
|
},
|
|
89529
89551
|
encounteredCompaction,
|
|
@@ -98705,7 +98727,7 @@ function getCachedVersion(options = {}) {
|
|
|
98705
98727
|
// package.json
|
|
98706
98728
|
var package_default = {
|
|
98707
98729
|
name: "oh-my-opencode",
|
|
98708
|
-
version: "5.0.0-beta.
|
|
98730
|
+
version: "5.0.0-beta.29",
|
|
98709
98731
|
description: "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
|
|
98710
98732
|
main: "./dist/index.js",
|
|
98711
98733
|
types: "dist/index.d.ts",
|
|
@@ -98886,7 +98908,7 @@ var package_default = {
|
|
|
98886
98908
|
zod: "^4.4.3"
|
|
98887
98909
|
},
|
|
98888
98910
|
devDependencies: {
|
|
98889
|
-
"@code-yeongyu/senpi": "2026.8.
|
|
98911
|
+
"@code-yeongyu/senpi": "2026.8.30-2",
|
|
98890
98912
|
"@oh-my-opencode/agents-md-core": "workspace:*",
|
|
98891
98913
|
"@oh-my-opencode/ast-grep-mcp": "workspace:*",
|
|
98892
98914
|
"@oh-my-opencode/boulder-state": "workspace:*",
|
|
@@ -98927,18 +98949,18 @@ var package_default = {
|
|
|
98927
98949
|
typescript: "^7.0.2"
|
|
98928
98950
|
},
|
|
98929
98951
|
optionalDependencies: {
|
|
98930
|
-
"oh-my-opencode-darwin-arm64": "5.0.0-beta.
|
|
98931
|
-
"oh-my-opencode-darwin-x64": "5.0.0-beta.
|
|
98932
|
-
"oh-my-opencode-darwin-x64-baseline": "5.0.0-beta.
|
|
98933
|
-
"oh-my-opencode-linux-arm64": "5.0.0-beta.
|
|
98934
|
-
"oh-my-opencode-linux-arm64-musl": "5.0.0-beta.
|
|
98935
|
-
"oh-my-opencode-linux-x64": "5.0.0-beta.
|
|
98936
|
-
"oh-my-opencode-linux-x64-baseline": "5.0.0-beta.
|
|
98937
|
-
"oh-my-opencode-linux-x64-musl": "5.0.0-beta.
|
|
98938
|
-
"oh-my-opencode-linux-x64-musl-baseline": "5.0.0-beta.
|
|
98939
|
-
"oh-my-opencode-windows-arm64": "5.0.0-beta.
|
|
98940
|
-
"oh-my-opencode-windows-x64": "5.0.0-beta.
|
|
98941
|
-
"oh-my-opencode-windows-x64-baseline": "5.0.0-beta.
|
|
98952
|
+
"oh-my-opencode-darwin-arm64": "5.0.0-beta.29",
|
|
98953
|
+
"oh-my-opencode-darwin-x64": "5.0.0-beta.29",
|
|
98954
|
+
"oh-my-opencode-darwin-x64-baseline": "5.0.0-beta.29",
|
|
98955
|
+
"oh-my-opencode-linux-arm64": "5.0.0-beta.29",
|
|
98956
|
+
"oh-my-opencode-linux-arm64-musl": "5.0.0-beta.29",
|
|
98957
|
+
"oh-my-opencode-linux-x64": "5.0.0-beta.29",
|
|
98958
|
+
"oh-my-opencode-linux-x64-baseline": "5.0.0-beta.29",
|
|
98959
|
+
"oh-my-opencode-linux-x64-musl": "5.0.0-beta.29",
|
|
98960
|
+
"oh-my-opencode-linux-x64-musl-baseline": "5.0.0-beta.29",
|
|
98961
|
+
"oh-my-opencode-windows-arm64": "5.0.0-beta.29",
|
|
98962
|
+
"oh-my-opencode-windows-x64": "5.0.0-beta.29",
|
|
98963
|
+
"oh-my-opencode-windows-x64-baseline": "5.0.0-beta.29"
|
|
98942
98964
|
},
|
|
98943
98965
|
overrides: {
|
|
98944
98966
|
"@earendil-works/pi-agent-core": "0.84.2",
|
|
@@ -98956,7 +98978,7 @@ var package_default = {
|
|
|
98956
98978
|
"@code-yeongyu/comment-checker"
|
|
98957
98979
|
],
|
|
98958
98980
|
patchedDependencies: {
|
|
98959
|
-
"@code-yeongyu/senpi@2026.8.
|
|
98981
|
+
"@code-yeongyu/senpi@2026.8.30-2": "patches/@code-yeongyu%2Fsenpi@2026.8.30-2.patch"
|
|
98960
98982
|
}
|
|
98961
98983
|
};
|
|
98962
98984
|
|
|
@@ -99126,6 +99148,8 @@ function syncCachePackageJsonToIntent(pluginInfo) {
|
|
|
99126
99148
|
import { existsSync as existsSync73 } from "fs";
|
|
99127
99149
|
import { dirname as dirname29, join as join89 } from "path";
|
|
99128
99150
|
import { fileURLToPath as fileURLToPath4 } from "url";
|
|
99151
|
+
// packages/omo-opencode/src/cli/config-manager/add-plugin-to-opencode-config.ts
|
|
99152
|
+
init_main();
|
|
99129
99153
|
// packages/omo-opencode/src/cli/fallback-lane-policy.ts
|
|
99130
99154
|
var EXCLUDED_FALLBACK_PROVIDERS = new Set(["openrouter", "opencode", "vercel"]);
|
|
99131
99155
|
// packages/omo-opencode/src/startup-migration.ts
|
|
@@ -101013,7 +101037,6 @@ var TARGET_TOOLS = new Set([
|
|
|
101013
101037
|
"context7_resolve-library-id",
|
|
101014
101038
|
"context7_query-docs",
|
|
101015
101039
|
"websearch_web_search_exa",
|
|
101016
|
-
"context7_get-library-docs",
|
|
101017
101040
|
"grep_app_searchgithub"
|
|
101018
101041
|
]);
|
|
101019
101042
|
var AGENT_TOOLS = new Set([
|
|
@@ -124769,8 +124792,8 @@ function autoMigrateLegacyPluginEntry(overrideConfigDir) {
|
|
|
124769
124792
|
if (legacyEntries.length === 0)
|
|
124770
124793
|
return { migrated: false, from: null, to: null, configPath };
|
|
124771
124794
|
const hasCanonical = plugins.some(isCanonicalEntry);
|
|
124772
|
-
const from = legacyEntries[0];
|
|
124773
|
-
const to = toCanonicalEntry(
|
|
124795
|
+
const from = getPluginEntryName(legacyEntries[0]);
|
|
124796
|
+
const to = getPluginEntryName(toCanonicalEntry(legacyEntries[0]));
|
|
124774
124797
|
const migrated = migrateLegacyPluginEntry(configPath);
|
|
124775
124798
|
if (!migrated)
|
|
124776
124799
|
return { migrated: false, from: null, to: null, configPath };
|
|
@@ -160216,7 +160239,7 @@ Step 4: Construct permalink
|
|
|
160216
160239
|
Tool 1: gh repo clone owner/repo \${TMPDIR:-/tmp}/repo -- --depth 1
|
|
160217
160240
|
Tool 2: grep_app_searchGitHub(query: "function_name", repo: "owner/repo")
|
|
160218
160241
|
Tool 3: gh api repos/owner/repo/commits/HEAD --jq '.sha'
|
|
160219
|
-
Tool 4:
|
|
160242
|
+
Tool 4: context7_query-docs(libraryId: id, query: "relevant-api")
|
|
160220
160243
|
\`\`\`
|
|
160221
160244
|
|
|
160222
160245
|
---
|
|
@@ -160337,7 +160360,6 @@ Use OS-appropriate temp directory:
|
|
|
160337
160360
|
- **TYPE B (Implementation)**: Suggested Calls 2-3 - Doc Discovery Required NO
|
|
160338
160361
|
- **TYPE C (Context)**: Suggested Calls 2-3 - Doc Discovery Required NO
|
|
160339
160362
|
- **TYPE D (Comprehensive)**: Suggested Calls 3-5 - Doc Discovery Required YES (Phase 0.5 first)
|
|
160340
|
-
| Request Type | Minimum Parallel Calls
|
|
160341
160363
|
|
|
160342
160364
|
**Doc Discovery is SEQUENTIAL** (websearch \u2192 version check \u2192 sitemap \u2192 investigate).
|
|
160343
160365
|
**Main phase is PARALLEL** once you know where to look.
|
|
@@ -165938,6 +165960,7 @@ function createLspMcpConfig(options = {}) {
|
|
|
165938
165960
|
enabled: resolvedCommand.exists,
|
|
165939
165961
|
cwd,
|
|
165940
165962
|
environment: {
|
|
165963
|
+
LSP_TOOLS_MCP_CWD: cwd,
|
|
165941
165964
|
LSP_TOOLS_MCP_PROJECT_CONFIG: PROJECT_LSP_CONFIGS.map((configPath) => resolve44(cwd, configPath)).join(delimiter2),
|
|
165942
165965
|
LSP_TOOLS_MCP_USER_CONFIG: resolve44(configDir, "lsp.json"),
|
|
165943
165966
|
LSP_TOOLS_MCP_INSTALL_DECISIONS: resolve44(configDir, "lsp-install-decisions.json"),
|
package/dist/shared/index.d.ts
CHANGED
|
@@ -71,6 +71,7 @@ export * from "./runtime-fallback-retry-marker";
|
|
|
71
71
|
export * from "./plugin-command-discovery";
|
|
72
72
|
export { SessionCategoryRegistry } from "./session-category-registry";
|
|
73
73
|
export * from "./plugin-identity";
|
|
74
|
+
export * from "./plugin-entry-shape";
|
|
74
75
|
export * from "./log-legacy-plugin-startup-warning";
|
|
75
76
|
export * from "./legacy-workspace-migration";
|
|
76
77
|
export * from "./task-system-enabled";
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import { type PluginEntry } from "./plugin-entry-shape";
|
|
1
2
|
export interface LegacyPluginCheckResult {
|
|
2
3
|
hasLegacyEntry: boolean;
|
|
3
4
|
hasCanonicalEntry: boolean;
|
|
4
|
-
legacyEntries:
|
|
5
|
+
legacyEntries: PluginEntry[];
|
|
5
6
|
configPath: string | null;
|
|
6
7
|
}
|
|
7
8
|
export declare function checkForLegacyPluginEntry(overrideConfigDir?: string): LegacyPluginCheckResult;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
export declare function
|
|
3
|
-
export declare function
|
|
1
|
+
import { type PluginEntry } from "./plugin-entry-shape";
|
|
2
|
+
export declare function isLegacyEntry(entry: PluginEntry): boolean;
|
|
3
|
+
export declare function isCanonicalEntry(entry: PluginEntry): boolean;
|
|
4
|
+
export declare function toCanonicalEntry(entry: PluginEntry): PluginEntry;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export type PluginEntryOptions = Record<string, unknown>;
|
|
2
|
+
export type PluginTupleEntry = readonly [string, PluginEntryOptions];
|
|
3
|
+
export type PluginEntry = string | PluginTupleEntry;
|
|
4
|
+
export declare function isPluginTupleEntry(entry: unknown): entry is PluginTupleEntry;
|
|
5
|
+
export declare function getPluginEntryName(entry: PluginEntry): string;
|
|
6
|
+
export declare function withPluginEntryName(entry: PluginEntry, name: string): PluginEntry;
|
|
@@ -1,243 +1,103 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: data-scientist
|
|
3
|
-
description: "Expert data processing
|
|
3
|
+
description: "Expert data processing with a hybrid engine strategy: resident-kernel engines first - DuckDB plus a resident Python stack (Polars/numpy/matplotlib) in persistent js/py eval kernels where the harness has them, bun/uv one-shots elsewhere - and per-action placement judgment (in-memory vs streaming vs remote-in-place). Triggers: 'analyze the data', 'what is in this CSV/parquet/json', 'summarize this', 'group by', 'filter rows', 'sort by', 'join these files', 'merge datasets', 'time series trend', 'compare yesterday and today', 'distribution/histogram', 'correlation', 'clean duplicates', 'handle missing values', 'dataset larger than RAM', 'SQL query on files', 'DataFrame operations', 'chart/plot this data', DuckDB vs Polars selection, quick data exploration CLI. NOT for plain text/code inspection, configs, or tiny inline math."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
# Data Scientist:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
-
|
|
61
|
-
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
##
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
import duckdb
|
|
105
|
-
# Query file directly - no memory load
|
|
106
|
-
result = duckdb.sql("""
|
|
107
|
-
SELECT category, SUM(amount) as total
|
|
108
|
-
FROM 'data.csv'
|
|
109
|
-
GROUP BY category
|
|
110
|
-
""").pl() # .pl() -> Polars via Arrow. Requires pyarrow. Never .df() (pandas).
|
|
111
|
-
```
|
|
112
|
-
|
|
113
|
-
### Polars Lazy Evaluation
|
|
114
|
-
|
|
115
|
-
```python
|
|
116
|
-
import polars as pl
|
|
117
|
-
# Lazy scan - optimizes and executes once
|
|
118
|
-
result = (
|
|
119
|
-
pl.scan_csv('data.csv')
|
|
120
|
-
.filter(pl.col('value') > 100)
|
|
121
|
-
.sort('value', descending=True)
|
|
122
|
-
.collect()
|
|
123
|
-
)
|
|
124
|
-
```
|
|
125
|
-
|
|
126
|
-
### Zero-Copy DuckDB → Polars
|
|
127
|
-
|
|
128
|
-
```python
|
|
129
|
-
import duckdb
|
|
130
|
-
# Direct conversion via Arrow (pyarrow required in the package set)
|
|
131
|
-
df_polars = duckdb.sql("SELECT * FROM 'data.csv'").pl()
|
|
132
|
-
```
|
|
133
|
-
|
|
134
|
-
### Hybrid Approach
|
|
135
|
-
|
|
136
|
-
```python
|
|
137
|
-
import duckdb
|
|
138
|
-
import polars as pl
|
|
139
|
-
|
|
140
|
-
# Phase 1: DuckDB for joins
|
|
141
|
-
joined = duckdb.sql(
|
|
142
|
-
"SELECT * FROM 'orders.csv' o "
|
|
143
|
-
"JOIN 'customers.csv' c ON o.customer_id = c.customer_id"
|
|
144
|
-
).pl()
|
|
145
|
-
|
|
146
|
-
# Phase 2: Polars for filtering
|
|
147
|
-
filtered = joined.filter(pl.col('amount') > 100)
|
|
148
|
-
|
|
149
|
-
# Phase 3: Back to DuckDB for aggregation
|
|
150
|
-
duckdb.register('filtered_data', filtered)
|
|
151
|
-
final = duckdb.sql('SELECT category, SUM(amount) FROM filtered_data GROUP BY category').pl()
|
|
152
|
-
```
|
|
153
|
-
|
|
154
|
-
## Quick Query CLI
|
|
155
|
-
|
|
156
|
-
For ad-hoc data exploration, use the built-in query runner:
|
|
157
|
-
|
|
158
|
-
```bash
|
|
159
|
-
# SQL query (uses DuckDB)
|
|
160
|
-
uv run scripts/quick-query.py data.csv "SELECT category, COUNT(*) FROM data GROUP BY category"
|
|
161
|
-
|
|
162
|
-
# Filter expression — Polars SQL syntax, e.g. "amount > 100" (NOT Python: never passes through eval)
|
|
163
|
-
uv run scripts/quick-query.py data.csv --filter "amount > 100"
|
|
164
|
-
|
|
165
|
-
# Auto-describe (schema + stats)
|
|
166
|
-
uv run scripts/quick-query.py data.parquet --describe
|
|
167
|
-
```
|
|
168
|
-
|
|
169
|
-
Supports CSV, Parquet, JSON, NDJSON. Cross-platform (macOS, Linux, Windows). Excel files are not read directly — export to CSV or Parquet first.
|
|
170
|
-
|
|
171
|
-
## Reference Documentation
|
|
172
|
-
|
|
173
|
-
For detailed guidance, consult these reference files:
|
|
174
|
-
|
|
175
|
-
- **Environment setup per platform**: See [uv-setup.md](references/uv-setup.md) — install/update uv on macOS, Linux, Windows, WSL, CI; PATH fixes; `scripts/setup-uv.sh` / `scripts/setup-uv.ps1` automate it.
|
|
176
|
-
- **Performance benchmarks and operation detection**: See [performance-benchmarks.md](references/performance-benchmarks.md)
|
|
177
|
-
- **Integration patterns and best practices**: See [integration-patterns.md](references/integration-patterns.md)
|
|
178
|
-
- **Execution templates**: See [execution-templates.md](references/execution-templates.md)
|
|
179
|
-
- **Common scenarios**: See [common-scenarios.md](references/common-scenarios.md)
|
|
180
|
-
|
|
181
|
-
## Quality Assurance Process
|
|
182
|
-
|
|
183
|
-
### Before Execution
|
|
184
|
-
1. **Analyze request** → Detect operation types (filter, join, aggregate, etc.)
|
|
185
|
-
2. **Select optimal tool** → Apply decision tree based on detected operations
|
|
186
|
-
3. **Verify approach** → Confirm tool selection matches the benchmark heuristics
|
|
187
|
-
4. **Check package list** → Ensure numpy AND pyarrow are included
|
|
188
|
-
|
|
189
|
-
### During Execution
|
|
190
|
-
1. **Use lazy evaluation** when possible (Polars `scan_*`, DuckDB direct queries)
|
|
191
|
-
2. **Monitor for errors** and have fallback strategy ready
|
|
192
|
-
3. **Provide progress updates** for long operations
|
|
193
|
-
|
|
194
|
-
### After Execution
|
|
195
|
-
1. **Report performance** → Show processing time and row counts
|
|
196
|
-
2. **Validate results** → Confirm output matches expectations
|
|
197
|
-
3. **Document tool choice** → Explain why specific tool was selected
|
|
198
|
-
|
|
199
|
-
## Activation Context
|
|
200
|
-
|
|
201
|
-
**Automatic activation triggers:**
|
|
202
|
-
|
|
203
|
-
### Exploratory Questions
|
|
204
|
-
- "Analyze the data" / "What's in the data" / "What's in this file"
|
|
205
|
-
- "Show me the data" / "Take a look at this file" / "Check the file contents"
|
|
206
|
-
|
|
207
|
-
### Temporal/Historical Analysis
|
|
208
|
-
- "What happened in the past N days?" / "How's last week's data?"
|
|
209
|
-
- "What's the trend for the last 30 days?" / "Compare yesterday and today"
|
|
210
|
-
|
|
211
|
-
### Aggregation/Summary Requests
|
|
212
|
-
- "Summarize this" / "What's the total?" / "What's the average?"
|
|
213
|
-
- "Show by category" / "Show statistics" / "How many?"
|
|
214
|
-
|
|
215
|
-
### Filtering/Search Patterns
|
|
216
|
-
- "Show only above 100" / "Find specific conditions" / "Top 10"
|
|
217
|
-
|
|
218
|
-
### Comparison/Correlation
|
|
219
|
-
- "Compare A and B" / "What's the difference?" / "Is there a correlation?" / "Merge two files"
|
|
220
|
-
|
|
221
|
-
### Transformation/Cleaning
|
|
222
|
-
- "Clean this up" / "Remove duplicates" / "Handle missing values" / "Convert format"
|
|
223
|
-
|
|
224
|
-
### Technical Patterns
|
|
225
|
-
- Working with CSV, Parquet, JSON, NDJSON, or `.duckdb` files
|
|
226
|
-
- File paths ending in `.csv`, `.parquet`, `.json`, `.jsonl`, `.ndjson`, `.tsv`, `.duckdb`
|
|
227
|
-
- Requests involving calculations or aggregations
|
|
228
|
-
- Joining, filtering, sorting, or transforming datasets
|
|
229
|
-
- Processing large datasets that may exceed memory
|
|
230
|
-
- Comparing or analyzing data from multiple sources
|
|
231
|
-
- Performance-critical data operations
|
|
232
|
-
- SQL queries or DataFrame operations mentioned
|
|
233
|
-
|
|
234
|
-
### When NOT to Activate
|
|
235
|
-
- Simple file reading for text/code inspection (use the harness's file-read surface)
|
|
236
|
-
- Non-data files (images, videos, binaries)
|
|
237
|
-
- Configuration files (YAML, TOML, JSON configs) unless specifically for data analysis
|
|
238
|
-
- Small inline calculations (run them directly)
|
|
239
|
-
- Excel files — convert to CSV/Parquet first
|
|
240
|
-
|
|
241
|
-
---
|
|
242
|
-
|
|
243
|
-
**Core execution principle:** Always apply intelligent tool selection based on operation characteristics, never use pandas, and always include numpy and pyarrow in the execution environment.
|
|
6
|
+
# Data Scientist: Hybrid-Engine Data Processing
|
|
7
|
+
|
|
8
|
+
Answer data questions through the cheapest engine and surface that can prove the answer, and
|
|
9
|
+
decide where the computation should live before touching the data.
|
|
10
|
+
|
|
11
|
+
## Execution surfaces: resident kernel first
|
|
12
|
+
|
|
13
|
+
A persistent REPL/eval kernel (many harnesses expose one for JavaScript and Python) is the
|
|
14
|
+
default surface. Reason: each one-shot process pays roughly a second of spawn-plus-import
|
|
15
|
+
overhead and re-scans the input file, while a resident connection amortizes both — after a
|
|
16
|
+
one-time load, repeat queries return in milliseconds. Exploration is repeat queries, so this
|
|
17
|
+
difference dominates the session.
|
|
18
|
+
|
|
19
|
+
1. **JavaScript kernel (Bun)**: run `scripts/ensure-js-deps.sh` once; it prints the absolute
|
|
20
|
+
import path for `@duckdb/node-api`. Dynamic-import it, connect once, query across cells.
|
|
21
|
+
2. **Python kernel**: the default surface for Python work. duckdb/numpy/matplotlib are
|
|
22
|
+
typically resident; Polars and pyarrow come from `scripts/ensure-py-deps.sh`, which
|
|
23
|
+
installs them once into a user cache keyed to the kernel's interpreter —
|
|
24
|
+
`sys.path.insert` the printed directory and import. The interpreter itself is never
|
|
25
|
+
mutated.
|
|
26
|
+
3. **uv lane** (`uv run --with ...`): isolation for a heavy or crash-prone one-shot that
|
|
27
|
+
should not take the kernel down.
|
|
28
|
+
4. **No kernel** (plain-shell harness): the same engines as one-shots — `bun -e` for
|
|
29
|
+
DuckDB-js, `uv run python -c` for the Python stack — batching several questions per
|
|
30
|
+
process.
|
|
31
|
+
|
|
32
|
+
Per-surface patterns and pitfalls: read `references/execution-surfaces.md` before first use.
|
|
33
|
+
|
|
34
|
+
## Engine selection
|
|
35
|
+
|
|
36
|
+
- **DuckDB** for SQL-shaped work: direct file queries, joins, aggregation, subqueries,
|
|
37
|
+
window functions. It queries CSV/Parquet/JSON in place without loading, spills to disk
|
|
38
|
+
past its memory limit, and reads remote files with the same syntax.
|
|
39
|
+
- **Polars** when the pipeline is DataFrame-shaped: expression-chain transforms, reshapes,
|
|
40
|
+
streaming datasets past RAM — resident in the Python kernel via `ensure-py-deps.sh`.
|
|
41
|
+
Read `references/polars-lane.md` — the current 1.x API differs from widely-memorized
|
|
42
|
+
older spellings.
|
|
43
|
+
- **numpy** when numeric work goes beyond SQL/DataFrame aggregation: statistical tests,
|
|
44
|
+
linear algebra, FFT, random sampling.
|
|
45
|
+
- **matplotlib** for every chart — read `references/visualization.md` first; it carries the
|
|
46
|
+
quality bar and a mandatory visual check.
|
|
47
|
+
|
|
48
|
+
Performance folklore ("X is Nx faster at filtering") varies with data shape, cardinality,
|
|
49
|
+
and hardware. When the engine choice materially matters, measure on the actual data instead
|
|
50
|
+
of trusting remembered multipliers.
|
|
51
|
+
|
|
52
|
+
## Placement: decide where the computation lives
|
|
53
|
+
|
|
54
|
+
Probe before you compute — one cell: file size, free RAM, and (when unclear) a row count via
|
|
55
|
+
a direct scan. Then place the work:
|
|
56
|
+
|
|
57
|
+
- **Load into memory** when the working set stays within roughly a quarter of free RAM AND
|
|
58
|
+
the session will run repeated queries: `CREATE TABLE t AS SELECT ...` (or a collected
|
|
59
|
+
DataFrame) once, then iterate. One scan up front converts every later query from a file
|
|
60
|
+
re-scan into milliseconds.
|
|
61
|
+
- **Query in place / stream** when the question is single-pass, or the data exceeds RAM:
|
|
62
|
+
DuckDB reads files directly (`FROM 'data.csv'`); past RAM, cap DuckDB's memory and let it
|
|
63
|
+
spill, or use Polars' streaming engine in the Python kernel. NEVER load a larger-than-RAM
|
|
64
|
+
dataset fully into memory — swapping stalls the whole machine, while streaming merely
|
|
65
|
+
takes longer.
|
|
66
|
+
- **Query remotely, in place** when the data lives elsewhere: DuckDB reads http(s)/S3
|
|
67
|
+
Parquet and CSV with projection and predicate pushdown, so fetch the columns and rows the
|
|
68
|
+
question needs, never the whole file. When data sits on another machine you can execute
|
|
69
|
+
on, ship the query to the data and return the small result. Rule: result much smaller
|
|
70
|
+
than data — move the query; repeated local iteration planned — move a pruned copy of the
|
|
71
|
+
data once.
|
|
72
|
+
|
|
73
|
+
Sizing heuristics and recipes: `references/placement.md`.
|
|
74
|
+
|
|
75
|
+
## Hard rules
|
|
76
|
+
|
|
77
|
+
- **NEVER use pandas.** DuckDB and Polars beat it decisively on every workload this skill
|
|
78
|
+
covers, and the environments this skill assumes do not ship it — `.df()` on a DuckDB
|
|
79
|
+
result raises unless pandas is installed; convert with `.pl()` via Arrow instead.
|
|
80
|
+
- Excel files are not read directly: export to CSV or Parquet first.
|
|
81
|
+
|
|
82
|
+
## Output contract
|
|
83
|
+
|
|
84
|
+
Answer the question; report row counts and timing for anything heavy; then stop — no bonus
|
|
85
|
+
charts, no extra exploration passes beyond what the question needed. Chart when asked, or
|
|
86
|
+
when the answer is a shape (trend, distribution, comparison) that prose cannot carry — then
|
|
87
|
+
follow `references/visualization.md` including its visual QA step.
|
|
88
|
+
|
|
89
|
+
## References
|
|
90
|
+
|
|
91
|
+
| Read | When |
|
|
92
|
+
| --- | --- |
|
|
93
|
+
| `references/execution-surfaces.md` | before the first query on any surface: kernel patterns, one-shot recipes, escalation rules |
|
|
94
|
+
| `references/polars-lane.md` | DataFrame-shaped pipeline or data past RAM: current API, Arrow handoff, package sets |
|
|
95
|
+
| `references/placement.md` | before heavy or remote work: sizing probe, memory limits, remote reads |
|
|
96
|
+
| `references/visualization.md` | before any chart: type selection, quality bar, CJK fonts, visual QA |
|
|
97
|
+
| `references/uv-setup.md` | uv missing or broken on this machine |
|
|
98
|
+
|
|
99
|
+
## CLI fallback
|
|
100
|
+
|
|
101
|
+
When no kernel or REPL surface exists, `uv run scripts/quick-query.py <file> [SQL]`
|
|
102
|
+
(`--filter <polars-sql-expr>`, `--describe`) answers ad-hoc questions with zero code.
|
|
103
|
+
Supports CSV, Parquet, JSON, NDJSON.
|