Skip to content

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