mirror of
https://github.com/github/awesome-copilot.git
synced 2026-06-13 19:34:54 +00:00
33c3ac8935
* chore(deps, docs): bump marketplace version to 1.46.0 - Refine execution priority guidance in agent documentation - Imrpvoe discovery guidance - Improve context cache guidance - Add script usage guidelines to agent documentation - Simplify agent input references * feat: bump marketplace version to 1.47.0 and enhance agent workflows - Add Bug‑Fix Mode with validation gate for `debugger_diagnosis` tasks - Expand allowed task types to include `research` - Reduce subagent concurrency limit from 4 to 2 - Update design validation handling for flagged tasks - Update marketplace plugin version reference to 1.47.0 * chore: bump marketplace version to 1.48.0 and refine agent context envelope workflow documentation - Enhance the Init section in gem-browser-tester.agent.md, gem-code-simplifier.agent.md, and gem-critic.agent.md with detailed context envelope handling, active context treatment, and reuse_notes trust/verification logic. - Add explicit steps for safe assumption, verification before use, and controlled re‑reading of context notes. * chore: refine verification of symbol usages before modifying shared components * chore(marketplace): bump version to 1.50.0; refactor(gem-browser-tester): simplify workflow steps * chore(docs): simplify Phase 0 task classification and streamline initialization * chore: Merges teps for batching * feat: Enhcanc esuport for trivial/ low complex tasks * chore: bump version to 1.56.0 and add config settings for visual regression, devops approvals, and orchestrator complexity * chore: fix toc links * chore: Remove emojis from headings * chore: Update readme * chore: Enforce orchestration * chore: clarify orchestrator role and bump version to 1.59.0 * chore: bump version to 1.61.0 and refine agent documentation
26 lines
602 B
JSON
26 lines
602 B
JSON
{
|
|
"name": "gem-team",
|
|
"version": "1.61.0",
|
|
"description": "Self-Learning Multi-agent orchestration framework 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"
|
|
]
|
|
}
|