Skip to content
This repository was archived by the owner on Aug 20, 2026. It is now read-only.

MyConvergio v11.0.0 — Major Release

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Mar 20:13
· 3 commits to master since this release
8033679

MyConvergio v11.0.0

Breaking Changes

  • v10→v11 migration required — run ./scripts/migrate-v10-to-v11.sh
  • New hooks and rules structure — existing installations must upgrade
  • install.sh now checks prerequisites and supports --upgrade

New Features

  • Migration system: backup/restore scripts + v10→v11 migration path
  • Night maintenance agent: automated GitHub issue triage with nightly guardian
  • Auto-sync agent: .claude global → MyConvergio alignment detection
  • Doctor command: full installation health check (myconvergio-doctor.sh)
  • Infrastructure: 31 hooks, 15 rules synced from .claude global
  • Agent optimization: 85+ Copilot agents + Claude agents for token-aware writing

Documentation

  • Full README rewrite for v11
  • 23 ADRs indexed
  • Comprehensive CHANGELOG
  • Standalone migration guide

Tests

  • 114 total tests (51 deployment + 63 BATS)
  • 0 failures, 4 CI workflows passing

Prerequisites

bash, git, jq, make, sqlite3 (optional), bats (optional for tests)

Quick Start

curl -sSL https://raw.githubusercontent.com/Roberdan/MyConvergio/master/install.sh | bash

Upgrade from v10

cd ~/GitHub/MyConvergio && git pull
./scripts/migrate-v10-to-v11.sh --dry-run  # preview
./scripts/migrate-v10-to-v11.sh             # execute