What problem does it solve?
Prevents AI-generated ServiceNow Fluent SDK code from hallucinating incorrect metadata types, missing required fields, or using wrong import paths, so your generated .now.ts files compile and deploy as spec-compliant artifacts.
Core Features & Use Cases
- Routing-only entry + reference-driven generation: reads only the needed reference docs before writing Fluent metadata code, keeping answers precise and context windows small.
- ServiceNow Fluent metadata correctness: enforces documented constructors, required $id rules, and correct usage of Now.ID/Now.include and scope prefix from now.config.json.
- Safe authoring guardrails: prohibits GlideRecord usage and blocks incorrect imports from @servicenow/sdk (must use @servicenow/sdk/core), reducing framework mismatches.
- Supports common metadata types: tables, ACLs, business rules, client scripts, script includes, flows, REST APIs, Service Portal widgets/pages/themes/menus, UiAction, and UiPage.
Quick Start
Ask your agent to generate a Fluent Table and include a ReferenceColumn to sys_user using the scope prefix from your now.config.json.