Skip to main content
⚠️ Draft — Non-authoritative content (noindex)
INFORMATIVEDRAFTnone

Lifecycle Guarantees Reference

[!IMPORTANT] Non-Normative Document

This document is informative only.

[!NOTE] Verified Source Model This page is a Documentation-surface first projection of the same upstream assets currently bound to the Validation Lab /guarantees route:

This docs page does not replace the Validation Lab route or its bound source assets.

Current Guarantees Model

The current public guarantees model in Validation Lab is aggregate, not single-source:

  • Legacy V1 line: LG-01 through LG-05 from LIFECYCLE_GUARANTEES.yaml
  • V2 baseline line: deterministic baseline clauses from ruleset-v2.0.0.json

That means this page must distinguish two guarantee lines that coexist on the current Lab surface.

Terminology Partition
  • Flow-01~05 = Protocol test scenarios defined in the main repository under tests/golden/flows/
  • LG-01~05 = Legacy Validation Lab lifecycle guarantees defined in Validation_Lab/governance/LIFECYCLE_GUARANTEES.yaml
  • V2 baseline clauses = deterministic clause identifiers such as PROV-V2-01 and DET-V2-01 defined in the V2 ruleset bundle

These are distinct naming spaces and should not be conflated.

Legacy V1 Lifecycle Guarantees

The V1 guarantee line remains frozen in LIFECYCLE_GUARANTEES.yaml and is currently tied to ruleset-1.0.

IDInternal IDNameDescriptionEvidence Hint
LG-01gf-01Single Agent LifecycleEvaluates presence of context, plan, and trace artifacts.artifacts/context.json, artifacts/plan.json, artifacts/trace.json
LG-02gf-02Multi-Agent CollaborationEvaluates presence of timeline events.timeline/events.ndjson
LG-03gf-03Human-in-the-Loop GatingEvaluates presence of confirm decision records.artifacts/context.json (confirm field)
LG-04gf-04Drift Detection & RecoveryEvaluates presence of manifest file.manifest.json
LG-05gf-05External Tool IntegrationEvaluates presence of integrity checksums.integrity/sha256sums.txt
Legacy V1 Interpretation

Under ruleset-1.0, this guarantee line is still presence-level. The V1 YAML also records what is not yet evaluated semantically under that legacy line.

V2 Baseline Clause Bundle

The current Lab /guarantees route also renders a V2 baseline clause bundle from ruleset-v2.0.0.json. This is the verified V2 source currently bound to the guarantees route, even though newer V2 bundles may exist elsewhere in the broader ruleset inventory.

Clause IDNameSeverityEvaluation Type
PROV-V2-01Substrate Reference IntegrityCRITICALEXISTENCE
PROV-V2-02Lock Integrity EnforcementCRITICALJSON_MATCH
LIFECYCLE-V2-01Trace Artifact ExistenceCRITICALEXISTENCE
LIFECYCLE-V2-02Timeline Data PresenceCRITICALMIN_COUNT
TRUST-V2-01Runner Seal VerificationCRITICALJSON_MATCH
DET-V2-01Canonical Determinism ProofCRITICALJSON_MATCH
METADATA-V2-01Execution Timestamp IntegrityWARNINGJSON_MATCH

How to Read This Page

Use this page as a Documentation reference projection for the current guarantees model:

  • If you need the frozen legacy LG definitions, go to the V1 YAML.
  • If you need the V2 baseline clause bundle currently displayed on the Lab guarantees surface, go to ruleset-v2.0.0.json.
  • If you need the live Lab rendering and navigation behavior, use Lab Site: Guarantees.