Spaces:
Sleeping
Sleeping
| name: "meta-com" | |
| version: "1.2.0" | |
| description: "Meta_com: Autonomous Git Conflict Resolution Agent Environment" | |
| authors: | |
| - "Meta_com Team" | |
| type: "environment" | |
| image: "meta-com-env" | |
| tasks: | |
| - id: "git_conflict_trivial" | |
| name: "Trivial Git Merge Conflict Resolution" | |
| description: "Resolve simple whitespace / formatting conflicts" | |
| grader: "inference:clamp_score" | |
| - id: "git_conflict_multifile" | |
| name: "Multi-File Git Merge Conflict Resolution" | |
| description: "Reconcile cross-file API signature conflicts" | |
| grader: "inference:clamp_score" | |
| - id: "git_conflict_semantic" | |
| name: "Semantic Git Merge Conflict Resolution" | |
| description: "Synthesize competing logic from two branches" | |
| grader: "inference:clamp_score" | |