34 repositorios
Logic for performing runtime validation checks based on external context.
Distinct from Contextual Validation Rules: Distinct from Contextual Validation Rules: focuses on runtime data-driven validation rather than smart contract execution context.
Explore 34 awesome GitHub repositories matching software engineering & architecture · Dynamic Validation Rules. Refine with filters or upvote what's useful.
Open Design is an AI design orchestration platform and LLM agent workspace designed for generating prototypes, presentations, and motion graphics. It functions as a local-first environment that integrates various command-line AI agents and coding tools into a unified design workflow, allowing users to migrate design specifications into brand-compliant source code. The project is distinguished by its ability to enforce visual consistency through a design system manager that defines brand contracts and tokens using Markdown. It features a specialized motion graphics generator that converts HTML
Injects universal, brand-agnostic craft rules for typography and color to ensure professional design quality.
Impeccable is a design system framework for large language models and an AI coding assistant plugin. It functions as an AI-driven UI generator and a rule-based design linter, providing a structured set of instructions and configuration files to standardize the production of professional user interfaces. The project features a design token orchestrator that maps standards across different AI provider environments and a config-driven factory for managing skills across multiple providers. It employs a deterministic rule engine to audit interfaces for accessibility violations, typography errors,
Provides automatic application of professional design rules to AI outputs to maintain consistent visual quality.
Yup is a JavaScript schema validation library used to define data shapes and validate runtime values. It functions as an object schema validator and a data coercion engine, allowing developers to transform raw input values into desired types before performing validation checks. The library is distinguished by its support for dynamic schema validation, where rules can be adjusted at runtime based on sibling field values or external context. It also enables recursive data structuring for polymorphic fields and provides a system for extracting static TypeScript interfaces from runtime schema def
Provides logic for performing runtime validation checks that adjust based on external context or sibling fields.
Claude Code is a command-line interface and multi-agent orchestration framework designed for autonomous software engineering. It enables AI agents to perform codebase modifications, debugging, and Git workflow management while coordinating multiple specialized agents to decompose and execute complex engineering tasks in parallel. The system distinguishes itself through a high degree of isolation and safety, utilizing Git worktrees to create independent working directories for concurrent agents and implementing a tiered permission system that combines user rules, project policies, and OS-level
Uses AST traversal of shell commands to structurally validate and block dangerous execution patterns.
Instructor is a framework designed for structured data extraction, validation, and language model integration. It functions as a library that transforms unstructured text into validated, type-safe objects by leveraging schema definitions and model-specific tool-calling capabilities. By acting as a validation middleware, the project ensures that language model outputs strictly conform to defined data structures. The library distinguishes itself through a robust validation-based retry loop that automatically re-submits failed responses with error feedback to iteratively correct schema complianc
Enables dynamic validation checks by passing external runtime information into validation routines.
This project provides a custom rule set and configuration profiles for content processing tools. It consists of declarative rules and JSON-based configurations that define how a target application identifies and handles specific types of data. The system enables dynamic tool configuration by injecting external logic at runtime, removing the need for core system recompilation. These configurations use schema-validated rule sets to ensure structural integrity and prevent errors during processing. The project implements pattern-based data identification using regular expressions and a priority-
Allows for the dynamic injection of external rule files at runtime to modify tool logic without recompilation.
Este proyecto es un plugin de jQuery y validador de formularios del lado del cliente utilizado para verificar las entradas de formularios web antes de que sean enviadas a un servidor. Emplea un motor de validación basado en reglas para verificar la entrada del usuario contra reglas predefinidas o personalizadas para garantizar la integridad de los datos en el navegador. La herramienta está diseñada como un sistema de validación compatible con ARIA, utilizando atributos de accesibilidad para vincular mensajes de error a los campos de entrada. Esto asegura que los usuarios de lectores de pantalla sean notificados cuando un campo contiene un valor no válido durante el proceso de envío del formulario. El sistema admite la validación remota del servidor mediante solicitudes HTTP asíncronas y permite la inyección dinámica de reglas para añadir lógica de validación personalizada. Gestiona la interfaz de usuario a través del renderizado de errores vinculado al DOM y utiliza disparadores basados en eventos para ejecutar comprobaciones durante eventos de foco, desenfoque o envío.
Employs a rule-based engine to match input values against predefined logic functions.
go-swagger is a toolkit for working with Swagger/OpenAPI 2.0 specifications in Go. It generates server, client, and CLI code from a specification document, and can also produce a specification by scanning annotated Go source code. The project includes a static validation engine that checks documents against the schema and project-specific rules, and a specification transformation pipeline that resolves, flattens, and merges documents. The toolkit generates both client and server code from the same specification, ensuring consistency in request and response handling. It also produces a command
Checks a Swagger 2.0 document against the specification and applies extra validation rules to catch common errors.
OpenCC is a library and command-line tool for converting text between Simplified Chinese, Traditional Chinese, and Japanese Kanji. It operates at both the individual character and multi-character phrase levels, and applies region-specific vocabulary choices for Mainland China, Taiwan, and Hong Kong during conversion. The conversion engine resolves ambiguous character mappings using semantic and contextual rules, normalizes variant character forms for consistent orthography, and sequences multiple dictionary files into a configurable pipeline. It supports embedding custom conversion rules dire
Embeds small custom conversion rules directly in configuration files without modifying external dictionaries.
This is a visual form builder that generates Vue single-file components from a drag-and-drop canvas. It provides a complete workflow for designing forms visually, previewing them in real time, and exporting them as ready-to-use Vue code with validation rules already configured. The tool integrates a drag-and-drop canvas with a live preview pane, allowing you to see the generated form interactively as you build it. It includes an embedded code editor with hot reload, so changes to the generated code are reflected immediately in the preview. A VS Code extension bridge lets you open the designer
Attaches declarative validation constraints to form fields that are enforced at runtime before submission.
async-validator es una biblioteca de validación de esquemas de JavaScript y motor de validación de datos asíncronos. Verifica estructuras de objetos complejas y arrays anidados aplicando reglas recursivas y ejecución no bloqueante basada en promesas para garantizar la integridad de los datos. La biblioteca funciona tanto como un validador de restricciones de objetos como un pipeline de transformación de datos. Permite la sanitización, coerción y formateo de valores de entrada a través de una secuencia de funciones que se ejecutan antes y después del proceso de validación principal. El motor cubre una gama de capacidades que incluyen validación anidada recursiva, la aplicación de restricciones de esquema estándar y la integración de lógica de negocio personalizada a través de funciones de validación a medida. También proporciona herramientas para la personalización de mensajes de error y localización a través de cadenas estáticas o funciones dinámicas.
Checks objects against defined schemas and constraints to generate detailed reports of validation failures.
intl-tel-input is an international telephone input widget that provides a country-aware phone number entry experience with automatic formatting, validation, and E.164 normalization. It combines a searchable country picker with a format-as-you-type engine and a validation rule engine that checks numbers against country-specific patterns, returning machine-readable error codes when a number is invalid. The project ships as both a zero-dependency vanilla JavaScript library and as framework-specific components for React, Vue, Angular, and Svelte, all sharing the same core logic through a framewor
Checks phone numbers against country-specific length and digit-pattern rules, returning boolean or error codes.
Vuelidate is a model-based validation engine and form validation library for Vue.js applications. It functions as a state validator that checks data models and input fields against defined rules to ensure data consistency and correctness. The library provides tools for form state management, allowing developers to track the modified status of fields and extract specific validation errors. It enables control over validation timing, such as deferring the evaluation of rules until a user interaction occurs. The system covers a broad range of client-side data validation capabilities, including r
Processes independent validation functions returning booleans or promises to determine data validity.
Symfony Translation is a PHP library and framework component for internationalizing applications. It provides a complete system for managing message catalogs, handling locale-aware string translation, and formatting messages using ICU MessageFormat syntax to support pluralization, gender, and conditional selection. The component organizes translatable strings into named domains, supports key-based lookup that decouples source text from localized versions, and offers deferred rendering through translatable objects that store parameters and render only when output is needed. The library disting
Validates an entire object against defined constraints and returns a list of violations.
express-graphql es una implementación de servidor de API GraphQL y middleware HTTP que conecta un esquema GraphQL a un servidor HTTP. Proporciona un analizador de solicitudes para extraer consultas y variables de varios tipos de contenido, y un proveedor de contexto para inyectar datos de solicitudes HTTP y estado de sesión en funciones resolver. La librería incluye un IDE interactivo basado en navegador que detecta solicitudes GET para servir una interfaz HTML para probar consultas e inspeccionar respuestas. También soporta un pipeline de ejecución personalizado, permitiendo sobrescribir las funciones predeterminadas de análisis, validación, ejecución y formateo de errores. El proyecto cubre la integración de API mediante middleware y análisis de parámetros de solicitud, junto con una arquitectura para validación de consultas basada en AST y ejecución basada en esquemas. Además, proporciona mecanismos para la extensión de metadatos de respuesta y la aplicación de reglas de validación para restringir campos u operaciones específicas.
Applies structural validation by traversing the abstract syntax tree of a query to restrict specific fields or operations.
CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools
Sets one or more validation rules for a field using a pipe-delimited string or an array of rules.
Torchtune is a PyTorch-native library for fine-tuning, aligning, and quantizing large language models. It provides a config-driven system for instantiating components, orchestrating distributed training, and managing parameter-efficient fine-tuning with quantization support, all through YAML-based configurations and command-line overrides. The library distinguishes itself through its comprehensive post-training workflow orchestration, combining supervised fine-tuning, preference optimization (DPO, PPO, GRPO), knowledge distillation, and quantization-aware training in a single configurable pip
Supports cross-field value interpolation in YAML configurations to reduce duplication.
Torchtune is a PyTorch-native library for fine-tuning, aligning, and quantizing large language models. It provides a configurable training pipeline orchestrated through YAML recipes, with CLI overrides and component swapping, distributed training via FSDP2, memory optimizations, and parameter-efficient fine-tuning methods like LoRA, DoRA, and QLoRA. The library distinguishes itself through its YAML-driven configuration system that defines all training parameters and instantiates components from config files, with full CLI override capability for any field or component at launch time. It suppo
Reuses values across YAML config fields using interpolation syntax to avoid duplication.
node-jscs es un linter de JavaScript y verificador de estilo de código diseñado para analizar el código fuente y hacer cumplir estándares de codificación consistentes. Funciona como una herramienta de análisis estático que identifica patrones en el código JavaScript para asegurar la adherencia a guías de estilo definidas. El proyecto proporciona capacidades tanto para el linting de código JavaScript como para el formateo automático de código. Puede verificar el código fuente en busca de violaciones de estilo y corregir automáticamente esos errores para alinear la base de código con un conjunto especificado de reglas de formato.
Evaluates the abstract syntax tree against independent logic checks to identify coding style violations.
Este proyecto es un linter de CSS y herramienta de análisis estático diseñada para identificar errores de sintaxis, fallas de lógica y patrones problemáticos en hojas de estilo en cascada. Funciona como un validador de línea de comandos que verifica la calidad del código y hace cumplir estándares de estilo y codificación consistentes sin requerir un navegador web. El analizador se distingue por incorporar auditoría de accesibilidad web para detectar patrones que obstaculizan a los usuarios con discapacidades. También realiza comprobaciones de compatibilidad del navegador para identificar hacks no estándar y prefijos de proveedor faltantes, y proporciona análisis de optimización de rendimiento para mejorar las velocidades de renderizado. La herramienta cubre una amplia gama de capacidades, incluyendo la aplicación de estándares de mantenibilidad, la identificación de errores de lógica como propiedades duplicadas y la validación de sintaxis CSS general. Admite la creación de reglas de linting personalizadas y proporciona un pipeline de reglas configurable donde las advertencias pueden suprimirse por línea. La integración es compatible a través de una interfaz de línea de comandos, hooks de Git y pipelines de compilación de integración continua, con la capacidad de exportar resultados como informes XML para monitoreo.
Evaluates parsed CSS against a set of independent logic checks to identify style and accessibility violations.