Test CAT LAB safe primitives including file locking, atomic writes, and task validation
required_canon_version: >=3.0.0
Version: 0.1.0
Status: Active
Tests the safe primitives used throughout the AGS system, including:
Use when:
JSON object with optional fields:
run_tests (boolean, optional): Whether to run actual tests (default: true)dry_run (boolean, optional): Return mock results for deterministic testingJSON object:
tests_run (integer): Number of tests executedtests_passed (integer): Number of tests that passedtests_failed (integer): Number of tests that faileddetails (array): List of test results with pass/fail indicatorssummary (string): Human-readable summaryvalidator_semver (string): Current validator semantic versionbuild_id (string): Validator build fingerprintdurable_roots_count (integer): Number of durable rootscatalytic_roots_count (integer): Number of catalytic rootsfixtures/basic/ - Deterministic test with mock resultsrequired_canon_version: >=3.0.0