Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,31 @@
"description": "Arize AX platform skills for LLM observability, evaluation, and optimization. Includes trace export, instrumentation, datasets, experiments, evaluators, AI provider integrations, annotations, prompt optimization, and deep linking to the Arize UI.",
"version": "1.0.0"
},
{
"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": "."
}
Comment on lines +19 to +42
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.
},
{
"name": "automate-this",
"source": "automate-this",
Expand Down
Loading