magi-cli 0.7.0

Blind multi-agent implementation competition: N agents implement, M judges rank blind, deliberate, vote privately, winner survives double review + E2E gate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Required-by-APM but intentionally static. Projects using these
# templates are not APM publishers; this apm.yml exists only to install
# agent skills that contributors want available while working on
# this repo — currently the `renri` worktree skill.
name: magi
version: 0.0.0
description: |
  Dev-consumer APM config for the magi repo. Pinned
  to `#main` so `apm install --update` always pulls the latest
  renri skill.
author: yukimemi
dependencies:
  apm:
    - yukimemi/renri#main
  mcp: []
includes: auto
scripts: {}