You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When `docs.agents: true`, the codegen generates a thin **AGENTS.md** file that acts as a router — it lists available skills and reference files rather than duplicating their content. This keeps the AGENTS.md small and points agents to the detailed per-entity skill files in `skills/`.
311
+
312
+
The generated AGENTS.md includes:
313
+
- A summary of available entities and operations
314
+
- Links to per-entity skill files in `skills/`
315
+
-**Special field categories** that flag non-standard fields:
The special field categorization helps agents understand which fields are computed search scores vs. regular data columns, and routes them to the `graphile-search` skill for search-related documentation.
321
+
322
+
### Filtering Search Fields in Generated Docs
323
+
324
+
The codegen provides a `getSearchFields()` utility that categorizes computed fields by their search adapter origin:
0 commit comments