VALØR CQV Agent is a structured CQV/GMP-oriented pack designed to support controlled work package generation, document orchestration, validation logic, and deployment-ready operating behavior for regulated engineering workflows.
This repository currently serves as the canonical source of truth for the active validated pack.
The project is intended to support a deterministic and structured operating model for CQV/GMP workflows, with emphasis on:
- work package orchestration
- controlled document generation
- standards and policy enforcement
- structured deployment behavior
- validation of pack integrity before adoption or release
The repository is managed as a controlled working source, not just a loose file dump.
The current pack version in this repository has been:
- migrated from the latest validated local working copy
- structurally validated
- committed and pushed to the main branch
- adopted as the current source of truth
Validation currently includes checks for:
- required files
- YAML parsing
- JSON parsing
- cross-reference integrity
- required policy presence
- forbidden policy fragments
This repository is organized by domain for clarity and maintainability.
Folders are used for repository organization only. They do not represent runtime-bound path references for GPT Builder behavior. The runtime pack surface remains logically unified even when the repository is organized into folders.
Current repository domains:
instructions/system/knowledge/templates/schemas/libraries/contracts/deployment/docs/tools/
Governance and repository-control files remain at the root level, including README.md, LICENSE, CONTRIBUTING.md, CODE_OF_CONDUCT.md, .gitattributes, .gitignore, and manifest.yaml when used.
Examples of core files currently used in the pack include:
instructions/00_VALOR_Instructions_v2.mdsystem/01_System_Core_v2.mdsystem/02_Orchestration_Core_v2.mdknowledge/03_KS_Core.mdsystem/04_Document_Core_v2.mdsystem/16_Valor_ID_Numbering_Spec_v2.md
Supporting files include architecture bundles, deployment bundles, schemas, templates, and validation tooling.
A local validation script is included to perform structural checks against the pack.
tools/validate_valor_pack.py