Below you will find pages that utilize the taxonomy term “Royenheart”
August 28, 2026
DSH Plugin Migrate Bot
Version updated for https://github.com/royenheart/dsh-migrate-bot to version v0.2.1.
This action is used across all versions by ? repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the migration of a third-party plugin from one DeepSeek Harness version to another. It resolves the target harness version (dsh-v*), performs mechanical tests, runs two DSH review sessions (DeepSeek V4 Pro and dsh-anchored-standard), and then creates an Issue and PR if the plugin tree is dirty. The Action skips migration if the same version has already been processed successfully. It requires permissions to write to repository contents, open issues, and pull requests, with GitHub Actions permission enabled for creating pull requests. The action uses a cron schedule or manual workflow dispatch to trigger migrations.
August 26, 2026
DSH Plugin Migrate Bot
Version updated for https://github.com/royenheart/dsh-migrate-bot to version v0.1.5.
This action is used across all versions by ? repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the migration of a third-party plugin to a specific DeepSeek Harness release by performing various checks and tests. It resolves the target dsh-v* version, skips if it matches the last processed version unless forced, runs mechanical tests, sparse-checkouts the harness tag, performs A/B/C reviews, and handles patch reports. If there are changes or failures in the process, it records the version on a state branch and may create an Issue and PR with relevant information.
August 25, 2026
DSH Plugin Migrate Bot
Version updated for https://github.com/royenheart/dsh-migrate-bot to version v0.1.3.
This action is used across all versions by ? repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the migration of a third-party plugin by monitoring DeepSeek Harness releases. It runs on GitHub-hosted runners and uses a repository secret to authenticate with the API. The action resolves the target dsh-v* version, skips if it matches the last success version unless forced or watch.enabled is false. It performs mechanical tests, sparse-checkouts the harness tag, and reviews patches for compatibility. If the plugin tree is dirty, it creates an Issue and PR with links to patch reports and discussions.