VB-OS Platform Changelog
Current Release
Section titled “Current Release”The VB-OS Cloud Platform is in pre-release. This changelog will be updated with each release.
Platform Capabilities
Section titled “Platform Capabilities”- Verification: deterministic evaluation pipeline with ASSERT/DEFER verdicts
- VBL: full boundary language with governance metadata, named sets, conditional evidence, conditional prohibitions, provenance, predicates with failure messages, and BOUNDARY expressions
- Connectors: evidence acquisition from 300+ provider integrations with credential, OAuth, and webhook authentication
- Flows: post-evaluation reaction pipelines with webhook, notification, and log actions
- Templates: pre-built verification blueprints across healthcare, finance, cybersecurity, AI/ML, DevOps, and e-commerce
- Replay: deterministic evaluation replay from immutable artifacts
- Certifications: compliance certification models and runs
- SDKs: Python and Node.js client libraries
- CLI: command-line interface for all platform operations
VBL Grammar
Section titled “VBL Grammar”The current VBL grammar supports:
require_evidence,require_evidence IF(conditional)prohibit_evidence,prohibit_evidence WHERE(conditional)require_provenancerequire_type(integer, string, boolean)define_setwith@namereferencespredicatewith optional failure messages (| "message")BOUNDARY { }with inline field comparisons- Operators:
==,!=,>,<,>=,<=,AND,OR,NOT,IN,NOT IN,CONTAINS - Boolean and string literal comparisons
- Field-to-field comparisons
- Dot-path field names for nested evidence
boundary_id,version,scope,eta_capmetadata#and//line comments
