AGENTS.md@docs/cognitive_phenomena/meta-aware-2/tests · git:20260906.82c8031 · 2026-09-06 · sha256 cb6499dd9904552e
AGENTS.md@docs/cognitive_phenomena/meta-aware-2/tests git:20260906.82c8031A
Immutable. This exact content is served forever at /api/v1/blob/cb6499dd9904552e.
# Tests - Agent Scaffolding ## Overview **Purpose**: Responsible for `Tests` operations within the GNN pipeline architecture. **Category**: Generated Pipeline Component **Status**: Development --- ## Core Functionality ### Primary Responsibilities Test module for meta-aware-2 simulations. Test Suite for Meta-Awareness Simulation Comprehensive tests for the meta-aware-2 simulation pipeline including unit tests, integration tests, and validation against known results. Part of the meta-aware-2 "golden spike" GNN-specified executable implementa ### Extracted Code Entities - **Classes**: TestSimulation, TestValidationAgainstPaper - **Functions**: setUp, tearDown, test_belief_normalization, test_config_loading, test_error_handling, test_mathematical_operations, test_mind_wandering_percentage, test_model_initialization, test_performance_benchmarks, test_precision_bounds, test_precision_dynamics_range, test_reproducibility, test_simulation_execution, test_simulation_runner, test_stimulus_generation ## Implementation Details This module follows the Thin Orchestrator Pattern. It is governed by the real-implementation testing policy.