Skip to content

Add autoharness marketplace entry#1528

Closed
softwaresalt wants to merge 1 commit intogithub:mainfrom
softwaresalt:add/autoharness-plugin
Closed

Add autoharness marketplace entry#1528
softwaresalt wants to merge 1 commit intogithub:mainfrom
softwaresalt:add/autoharness-plugin

Conversation

@softwaresalt
Copy link
Copy Markdown

Summary

Add autoharness to the default awesome-copilot marketplace so Copilot CLI users can discover it via marketplace browse/install flows.

Plugin details

  • Repo: softwaresalt/autoharness
  • Version: 1.3.4
  • Source path: repository root (plugin.json)

Why

autoharness provides 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

  • Validated .github/plugin/marketplace.json JSON syntax
  • Registered the local marketplace clone and successfully installed autoharness@local-test
  • Confirmed autoharness (v1.3.4) appears in copilot plugin list

Copilot AI review requested due to automatic review settings April 27, 2026 21:26
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ This PR targets 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

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 GitHub source descriptor.

Comment on lines +19 to +42
{
"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": "."
}
Copy link

Copilot AI Apr 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.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.

Copilot uses AI. Check for mistakes.
@aaronpowell
Copy link
Copy Markdown
Contributor

Please review our policy on plugins from external repos: #1172

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants