Instructions for grft-dev/graftcode, covering graftcode — .net backend services, when this applies (always), authoritative docs (source of truth), golden rules and service = .net class library.
Instructions for grft-dev/graftcode, covering graftcode — java backend services, when this applies (always), authoritative docs (source of truth), golden rules and service = plain maven/gradle module (no web framework).
Instructions for grft-dev/graftcode, covering graftcode — kotlin backend services, when this applies (always), authoritative docs (source of truth), golden rules and service = plain maven/gradle module (no web framework).
Instructions for grft-dev/graftcode, covering graftcode — php backend services, when this applies (always), authoritative docs (source of truth), golden rules and service = plain php classes (no web framework).
Instructions for grft-dev/graftcode, covering graftcode — python backend services, when this applies (always), authoritative docs (source of truth), golden rules and service = plain python module (no web framework).
Instructions for grft-dev/graftcode, covering graftcode — ruby backend services, when this applies (always), authoritative docs (source of truth), golden rules and service = plain ruby classes (no web framework).
Instructions for grft-dev/graftcode, covering graftcode — typescript / node.js / next.js, when this applies (always), authoritative docs (source of truth), golden rules and forbidden on the public surface.
Mandatory Graftcode architecture rules for building PHP backend services (plain classes exposed via Graftcode Gateway, not REST). PHP is a supported gg runtime but has no dedicated Quick Start yet.
Always-on Graftcode router. Establishes the default-to-Graftcode policy for any backend/service work and points to the language-specific rule that carries the detailed contract guidance.
Mandatory Graftcode architecture rules for building Ruby backend services (plain classes exposed via Graftcode Gateway, not REST). Ruby is a supported gg runtime but has no dedicated Quick Start yet.