mirror of
https://github.com/github/awesome-copilot.git
synced 2026-05-15 11:11:48 +00:00
d5c855ece0
* feat: add explicit assumption rule and confidence metric to agent documentation - Add `confidence` field (0‑1) to the output schema in `agents/gem-browser-tester.agent.md` - Include `confidence` in the `extra` object of `agents/gem-devops.agent.md` - Append the guideline “State assumptions explicitly; never guess silently” to all agent docs - Update the “Bisect (Complex Only)” heading to reflect its gate condition - Minor wording and formatting adjustments across the affected agent documents * chore: update readme * chore(release): Streamline agent documentation sections (remove self‑critique steps, renumber Handle Failure/Output)
26 lines
600 B
JSON
26 lines
600 B
JSON
{
|
|
"name": "gem-team",
|
|
"version": "1.24.0",
|
|
"description": "Self-Learning Multi-agent orchestration harness for spec-driven development and automated verification.",
|
|
"author": {
|
|
"name": "mubaidr",
|
|
"email": "mubaidr@gmail.com",
|
|
"url": "https://github.com/mubaidr"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"repository": "https://github.com/mubaidr/gem-team",
|
|
"homepage": "https://github.com/mubaidr/gem-team",
|
|
"keywords": [
|
|
"multi-agent",
|
|
"orchestration",
|
|
"tdd",
|
|
"testing",
|
|
"e2e",
|
|
"devops",
|
|
"security-audit",
|
|
"code-review",
|
|
"prd",
|
|
"mobile"
|
|
]
|
|
}
|