Add autoharness marketplace entry#1528
Conversation
There was a problem hiding this comment.
main, but PRs should target staged.
The main branch is auto-published from staged and should not receive direct PRs.
Please close this PR and re-open it against the staged branch.
You can change the base branch using the Edit button at the top of this PR,
or run: gh pr edit 1528 --base staged
There was a problem hiding this comment.
Pull request overview
Adds the autoharness plugin to the repository’s default awesome-copilot marketplace listing so it can be discovered/installed via Copilot CLI marketplace flows.
Changes:
- Added a new marketplace entry for
autoharness(v1.3.4) including author/homepage/keywords/license/repository and a GitHubsourcedescriptor.
| { | ||
| "name": "autoharness", | ||
| "description": "Agent harness framework that composes 10 irreducible AI coding assistant primitives into any repository workspace. Includes Auto-MergeInstall, Auto-Tune, install-harness, tune-harness, verify-harness, and workspace-discovery for structured agent setup and maintenance.", | ||
| "version": "1.3.4", | ||
| "author": { | ||
| "name": "softwaresalt", | ||
| "url": "https://github.com/softwaresalt" | ||
| }, | ||
| "homepage": "https://github.com/softwaresalt/autoharness", | ||
| "keywords": [ | ||
| "harness", | ||
| "agents", | ||
| "coding-assistant", | ||
| "copilot", | ||
| "workspace-discovery", | ||
| "automation" | ||
| ], | ||
| "license": "MIT", | ||
| "repository": "https://github.com/softwaresalt/autoharness", | ||
| "source": { | ||
| "source": "github", | ||
| "repo": "softwaresalt/autoharness", | ||
| "path": "." | ||
| } |
There was a problem hiding this comment.
.github/plugin/marketplace.json is documented as an auto-generated artifact (regenerated by npm run build / npm run plugin:generate-marketplace). Editing it directly will be overwritten and may also fail CI if the generated output doesn’t match committed content. Please add the autoharness entry to plugins/external.json instead and regenerate marketplace.json via the build/script, committing the regenerated result.
|
Please review our policy on plugins from external repos: #1172 |
Summary
Add
autoharnessto the defaultawesome-copilotmarketplace so Copilot CLI users can discover it via marketplace browse/install flows.Plugin details
softwaresalt/autoharness1.3.4plugin.json)Why
autoharnessprovides a reusable agent harness framework that composes 10 irreducible AI coding assistant primitives into any repository workspace, including install, tune, verify, and workspace discovery capabilities.Validation
.github/plugin/marketplace.jsonJSON syntaxautoharness@local-testautoharness (v1.3.4)appears incopilot plugin list