Releases: rbhattarai/se-harness
Releases · rbhattarai/se-harness
Release list
v0.1.1 — MIT license
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).
v0.1.0 — SE Harness initial release
First release of the SE Harness dual-ecosystem plugin marketplace — bootstrap an AI-agentic SDLC harness around any software project (new or existing, any stack, single- or multi-repo).
What's included
se-harness (Claude Code plugin)
- Intake interview + brownfield scanner — generates
AGENTS.md/CLAUDE.md(inside idempotentSEAA:GENERATEDmarkers) and a committed.harness/project profile - 11-agent SDLC roster
- Goal loop (grill → requirement → stories → implement → test → PR → deploy) with 3 human-approval gates enforced by hooks
- 3-tier memory system, drift-aware sync, and export
se-harness-copilot (GitHub Copilot CLI variant)
- Generated from
se-harness: agent roster, harness skills, goal-loop commands, bundled enforcement hooks - Marketplace mirror at
.github/plugin/marketplace.json(Copilot's canonical location)
Multi-repo / enterprise support
workspace.yamlfor multi-repo products: units, shared org context, and acontracts:registry with providers/consumerscontract-check.shblocks pushes that change a provided contract, naming the consumer repos
Install
Claude Code (inside a session):
/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-bootstrapFull walkthroughs: docs/setup-guide-claude.md · docs/setup-guide-copilot.md