mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-09-19 00:03:33 +00:00
- Register `gitnexus://group/{name}/contracts` and
`gitnexus://group/{name}/status` MCP resources backed by GroupService
(resources.ts + LocalBackend resource handlers).
- Cover the new resources with unit tests in test/unit/resources.test.ts.
- Convert the Phase 5.4 manual smoke into a table-driven test in
test/unit/mcp/group-repo-routing.test.ts: `impact` / `query` / `context`
with `repo: "@myproduct"` + `service: "app/backend"` route to the
matching GroupService method and the leading `@` is stripped before
delegation.
- Ignore local agent scratch dirs (.tmp/, .agents/) so review prompts
and generated skill mirrors never leak into a commit.
Refs #794
Made-with: Cursor
|
||
|---|---|---|
| .. | ||
| cli | ||
| config | ||
| core | ||
| lib | ||
| mcp | ||
| server | ||
| storage | ||
| types | ||