Patch release adding the MIT license.
Changes since v0.1.0
- MIT license added —
LICENSEat the repo root and bundled inside both plugins (se-harness,se-harness-copilot), so the license text ships with the plugin wherever it's installed. Matches the"license": "MIT"declared in the plugin manifests. - Version bumped to
0.1.1inplugin.json,marketplace.json, and the Copilot build script so pinned installs pick up the update. build-copilot-plugin.shnow copies the LICENSE into the generated Copilot plugin on every build.
Install
Claude Code:
/plugin marketplace add rbhattarai/software-engineering-ai-agents-bootstrap
/plugin install se-harness
GitHub Copilot CLI:
copilot plugin marketplace add rbhattarai/software-engineering-ai-agents-bootstrap
copilot plugin install se-harness-copilot@software-engineering-ai-agents-bootstrapExisting installs update via /plugin marketplace update (Claude Code) or copilot plugin update (Copilot CLI).