chore(dsh): move plugin to integrations repository - #416
Open
Yangtze-Seventh wants to merge 3 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
examples/dshintegration, its dedicated CI workflow, and its Dependabot entry from the EverOS core repositorydefer_extraction, API contracts, service behavior, documentation, and testsexamples/langfuseand every other example unchangedThe complete DSH plugin has moved to EverMind-AI/plugins in EverMind-AI/plugins#7. Merge that PR before this cleanup to avoid a temporary discoverability gap.
Scope
This removes the 22 tracked files under
examples/dsh,.github/workflows/dsh.yml, and only the DSH npm block in.github/dependabot.yml. Equivalent CI and dependency-update coverage now live in the integrations repository. There are no changes to EverOS source code, Python dependencies, public APIs, shared CI jobs, or other examples.Verification
37 passedacross the memorize integration tests, API request validation tests, and memory span testsgit diff --checkpassedexamples/dsh,@evermind-ai/dsh-plugin, or DeepSeek Harness references outside the removed directoryExisting baseline
A repository-wide Ruff run still reports six unrelated findings already present on
mainin benchmark, e2e, and OpenHER files. This PR does not touch those files.