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:
@@ -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/`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user