Versions in this module Expand all Collapse all v0 v0.0.3 Jul 16, 2026 v0.0.2 Jul 15, 2026 Changes in this version + var ErrProjectConfigNotFound = errors.New(...) + var GoKeywords = map[string]bool + var GoPredeclaredIdentifiers = map[string]bool + var ReservedServiceNames = map[string]bool + func CountLineStartScaffoldMarkers(data []byte) int + func FindProjectRoot() (string, error) + func HideDevFlags(cmd *cobra.Command, names ...string) + func IsMarkerScannable(name string) bool + func Name() string + func ProjectRoot() (string, error) + func ValidateFrontendName(name string) error + func ValidateIdentifier(name string) error + func ValidateProjectName(name string) error + func ValidateServiceName(name string) error