ECC/examples
haochen806 4cdfe709ab
feat: add GAN-style generator-evaluator harness (#1029)
Implements Anthropic's March 2026 harness design pattern — a multi-agent
architecture that separates generation from evaluation, creating an
adversarial feedback loop that produces production-quality applications.

Components:
- 3 agent definitions (planner, generator, evaluator)
- 1 skill with full documentation (skills/gan-style-harness/)
- 2 commands (gan-build for full apps, gan-design for frontend)
- 1 shell orchestrator (scripts/gan-harness.sh)
- Examples and configuration reference

Based on: https://www.anthropic.com/engineering/harness-design-long-running-apps

Co-authored-by: Hao Chen <haochen806@gmail.com>
2026-03-31 14:06:20 -07:00
..
gan-harness feat: add GAN-style generator-evaluator harness (#1029) 2026-03-31 14:06:20 -07:00
CLAUDE.md Initial release: Complete Claude Code configuration collection 2026-01-17 17:49:33 -08:00
django-api-CLAUDE.md docs: add hooks guide, expand planner agent, add Django example 2026-02-12 13:43:31 -08:00
go-microservice-CLAUDE.md docs: expand Spring Boot skills and add Go microservice example 2026-02-12 13:36:41 -08:00
laravel-api-CLAUDE.md feat: add laravel skills (#420) 2026-03-16 13:35:23 -07:00
rust-api-CLAUDE.md docs: enhance 5 thin commands and add Rust API example 2026-02-12 15:38:27 -08:00
saas-nextjs-CLAUDE.md docs: improve README with agent guide, FAQ, and fix component counts 2026-02-12 13:24:24 -08:00
statusline.json chore: update Sonnet model references from 4.5 to 4.6 2026-02-20 18:08:10 +08:00
user-CLAUDE.md docs: add guidance for project documentation capture (#355) 2026-03-07 14:48:11 -08:00