Skip to content

Releases: rbhattarai/se-harness

v0.1.1 — MIT license

Choose a tag to compare

@rbhattarai rbhattarai released this 16 Jul 17:56

Patch release adding the MIT license.

Changes since v0.1.0

  • MIT license addedLICENSE at 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.1 in plugin.json, marketplace.json, and the Copilot build script so pinned installs pick up the update.
  • build-copilot-plugin.sh now 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-bootstrap

Existing installs update via /plugin marketplace update (Claude Code) or copilot plugin update (Copilot CLI).

v0.1.0 — SE Harness initial release

Choose a tag to compare

@rbhattarai rbhattarai released this 16 Jul 17:30

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 idempotent SEAA:GENERATED markers) 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.yaml for multi-repo products: units, shared org context, and a contracts: registry with providers/consumers
  • contract-check.sh blocks 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-bootstrap

Full walkthroughs: docs/setup-guide-claude.md · docs/setup-guide-copilot.md