Fix stale references to schema.graphql and v1_resolver.go

Update GNUmakefile targets to use wildcard graphql/*.graphql
prerequisites instead of the deleted schema.graphql files, and
remove v1_resolver.go from build prerequisites.

Also update .gitattributes, package.json graphql.schema path,
and AGENTS.md.

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-04-14 18:53:17 +04:00
parent 7fb19a63d9
commit 1962ec07ab
4 changed files with 8 additions and 14 deletions

View File

@@ -49,7 +49,7 @@ Detailed guides for specific subsystems live in `contrib/claude/`:
Every feature must be exposed through **all three interfaces**: GraphQL, MCP, and CLI. When adding a new endpoint or editing an existing type, keep all three in sync:
- **GraphQL** — `pkg/server/api/console/v1/schema.graphql` (+ codegen)
- **GraphQL** — `pkg/server/api/console/v1/graphql/*.graphql` (+ codegen)
- **MCP** — `pkg/server/api/mcp/v1/` (+ codegen)
- **CLI** — `cmd/`