Rank 3 on the docket. RuntimeConfig carries 32 boolean fields and nothing in
the repository stated that set, distinguished a capability flag from a posture
flag from a deployment knob, or recorded what evidence would flip any of them.
Two independent counts of the same set differed by eleven — the assessment said
"seventeen capability flags," N-7 measured 28 default-off plus 4 default-on —
and neither was wrong about what it looked at. They counted different things
because nothing declared what the set was.
R-3 (ruled A — incomplete flag set). accrue_realized_knowledge joins
CONTINUOUS_LIFE_CONFIG_FLAGS. Step D consolidates the realized facts Step B
writes, and the daemon forced the consumer without the producer: a continuous
life consolidating an empty set, which the mastery framework calls "garbage at
high speed." It shipped that way for six weeks.
The decisive evidence was in the code, not the documents. BOTH flags' comment
blocks in core/config.py already described the corrected profile —
accrue_realized_knowledge says "the production L10 process enables it alongside
persist_session_state", consolidate_determinations says "...alongside
accrue_realized_knowledge + persist_session_state". Three records (two
docstrings and the 07-25 verification doc) agreed with each other and disagreed
with four lines of code. Dormancy was a coherent ruling and would have cost
correcting three records that were RIGHT about the design; incompleteness cost
one line.
So the planned "N-6 docstring correction" deliverable DISSOLVED rather than
shipping: adding the flag made both docstrings true. Recorded explicitly,
because a PR that quietly ships less than it promised is the same divergence
class this arc exists to close.
R-4 (ruled A) — docs/specs/flag_register.md. All 32 booleans with class,
governing ADR or an honest "none", recorded rationale, and what evidence would
flip it. The classification is the load-bearing half and is stated as a
taxonomy rather than a label:
CAPABILITY — what CORE can do; engineering may flip it on named evidence
POSTURE — what CORE serves or refuses AS TRUE; the wrong=0 boundary,
ruling-only
DEPLOYMENT — cost, lifecycle, process shape; per-deployment
estimation_enabled and composed_surface are both "= False" and are not the same
kind of thing. Nothing said so before.
Profiles are declared as the UNIT of decision (R-4's mechanism): one-shot/eval
and continuous-life. The absence of a SERVING profile is stated deliberately —
the four POSTURE serving flags each ride their own license, and grouping them
before the ledger is sealed would license by association, the outcome R-8
exists to prevent.
tests/test_flag_register.py, on the gate. BIDIRECTIONAL, because either
direction alone would have passed through both failures it exists to prevent:
a flag added to config.py and not registered fails; a register row outliving
its flag fails. The counts the register's prose states (32 / 4 ON) are pinned,
since a stale count is how this register came to be needed. Four sabotages
observed red — new unregistered flag, deleted row, orphaned row, and a flag
silently flipped ON, the last caught by two independent pins.
THREE FINDINGS THE ITEM DID NOT ANTICIPATE, all from measuring rather than
reading.
1. Accumulated permissiveness, not just hesitancy. Of the four default-ON
flags, ONE has a governing ADR (deduction_serving_enabled / ADR-0256) and
TWO have no recorded reason of any kind — allow_cross_language_recall and
use_salience carry no comment block, no ADR, no criterion. In an
architecture built on earned licenses, two permanently-on capability flags
with no recorded decision is G-8's question inverted. Registered and
deliberately NOT fixed: writing a rationale after the fact would invent a
decision nobody made, which is worse than recording the absence.
2. A hollow gate inside the governance pin itself.
test_default_on_flag_is_not_governed_by_a_proposed_adr is parameterized over
(default-ON flag x cited ADR), so the three uncited ON flags contribute ZERO
cases — it covered exactly one flag. Its non-vacuity guard asserted only
that SOME flag cites an ADR, which default-off flags satisfy in abundance.
One reformatted comment away from zero coverage with everything green: the
failure state indistinguishable from the success state, inside the module
written to prevent exactly that. Guard tightened to require a non-empty
parametrization, and observed red by stripping ADR-0256's citation.
3. The daemon's own tests ran on no gate. R-3 changes what the always-on
process does every beat, and tests/test_l10_always_on_daemon.py was in no
curated suite — so this behaviour change would have shipped guarded solely
by tests no gate invokes, which is the hollow-gate pattern landing on the
exact file covering the change. Promoted to smoke WITH the change it guards.
Measured +9.4s, +4.3% of smoke — paid deliberately, not estimated. Removed
from full_only_baseline.txt in the same edit (both-directions ratchet; the
baseline shrank 747 -> 746).
Red before green throughout: the assertion cfg.accrue_realized_knowledge is
True was added to the daemon test and OBSERVED FAILING before the flag existed.
H-8(c) closed by AMENDING the correction note rather than deleting it, and the
amendment is the more useful artifact. PR-1's note said the 07-25 document's
claim was false; R-3 then made that claim TRUE, so the correction note itself
went stale — in the direction nobody guards, a correction made wrong by its own
subject being fixed. Both notes now carry the commit window they apply to. A
dated correction survives its subject changing; an undated "this is false" does
not.
Also delivered, from the 2026-07-28 external-assessment triage: §5, the
declared-table index. Eight single-source-of-truth tables and the pin that makes
each true. A reader's aid, explicitly NOT a central contracts.toml — that would
add a fifth copy needing agreement with four generators and put four different
authorities in one merge surface.
Handed forward to PR-11: the 5000-beat soak recorded in
evals/l10_always_on/contract.md (2026-07-19) predates this change and therefore
describes a configuration that NO LONGER SHIPS. PR-11's re-run is the first soak
of the corrected profile, and Step B feeding Step D is exactly what a long
horizon stresses.
Closes G-6, G-8, H-6, H-8(c), H-8(d) — and H-8 in full. Wave 4's F-6 half-gate
is lifted; the Track C half is untouched.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Wcw2pnMBwyvmNyQg4uPEt4
770 lines
30 KiB
Text
770 lines
30 KiB
Text
# Curated-suite membership baseline (PR-4 / G-7, 2026-07-28).
|
|
#
|
|
# Every path below is a test file that belongs to NO curated suite in
|
|
# core/cli_test.py::TEST_SUITES other than `full` — i.e. it runs post-merge
|
|
# (full-pytest.yml / nightly) and on no pre-merge gate.
|
|
#
|
|
# THIS FILE IS A RATCHET, NOT A PERMISSION SLIP.
|
|
# tests/test_suite_membership.py fails when a test file lands outside every
|
|
# curated suite AND is not listed here. Registering a file in a curated suite
|
|
# requires DELETING its line here — the list may only shrink. A stale entry
|
|
# (file gone, or now curated) is a failure too, because a baseline that drifts
|
|
# is testimony rather than evidence.
|
|
#
|
|
# Why a baseline instead of assigning all of them: measured at 2026-07-28 there
|
|
# are 749 such files against 128 curated. The failure mode this pin exists to
|
|
# stop is the one demonstrated four times in-repo (#113 test_adr_index, #136,
|
|
# test_negation_survives_articulation, test_speculative_subject_lifecycle):
|
|
# a NEWLY LANDED pin, unregistered, running nowhere before merge. None of the
|
|
# 749 legacy files caused those. Sweeping them into glob-defined topic suites
|
|
# would satisfy a membership assertion while changing nothing about what runs —
|
|
# a hollow gate by the Third-Door criterion, which is exactly the objection the
|
|
# execution plan raises against G-7's originally-specified mechanism.
|
|
#
|
|
# Shrinking this list is real work with real value. Doing it in bulk is not.
|
|
tests/formation/test_cache.py
|
|
tests/formation/test_compiler_runner.py
|
|
tests/formation/test_compose.py
|
|
tests/formation/test_course_dataclasses.py
|
|
tests/formation/test_forge.py
|
|
tests/formation/test_hashing.py
|
|
tests/formation/test_mastery.py
|
|
tests/formation/test_micro_course.py
|
|
tests/formation/test_promote.py
|
|
tests/formation/test_ratify.py
|
|
tests/formation/test_smelter.py
|
|
tests/formation/test_template_composed_relation.py
|
|
tests/formation/test_template_falsification.py
|
|
tests/formation/test_template_identity_anchor.py
|
|
tests/formation/test_template_procedural.py
|
|
tests/formation/test_template_registry.py
|
|
tests/test_3lang_depth_capability.py
|
|
tests/test_admissibility_exemplars.py
|
|
tests/test_admissibility_replay_gate.py
|
|
tests/test_admissibility_trace.py
|
|
tests/test_adr_0084_definitional_substrate.py
|
|
tests/test_adr_0084_integration_closure.py
|
|
tests/test_adr_0085_gloss_aware_cause.py
|
|
tests/test_adr_0087_procedure_selector.py
|
|
tests/test_adr_0087_rhetorical_style_substrate.py
|
|
tests/test_adr_0097_mathematics_logic_ratification.py
|
|
tests/test_adr_0100_0102_sibling_ratifications.py
|
|
tests/test_adr_0110_math_expert_demo.py
|
|
tests/test_adr_0111_physics_expert_demo.py
|
|
tests/test_adr_0114a_10_pack_provenance.py
|
|
tests/test_adr_0114a_2_ood_ratio.py
|
|
tests/test_adr_0114a_5_perturbation.py
|
|
tests/test_adr_0114a_6_depth_curve.py
|
|
tests/test_adr_0114a_8_adversarial.py
|
|
tests/test_adr_0119_1_sealed_holdout.py
|
|
tests/test_adr_0119_4_frontier_baseline.py
|
|
tests/test_adr_0119_5_adversarial.py
|
|
tests/test_adr_0119_6_depth_curve.py
|
|
tests/test_adr_0119_7_sealed_gsm8k.py
|
|
tests/test_adr_0119_8_lane_gate.py
|
|
tests/test_adr_0120_math_expert_promotion.py
|
|
tests/test_adr_0121_math_expert_deferred.py
|
|
tests/test_adr_0122_deferral.py
|
|
tests/test_adr_0122_rate_per_unit.py
|
|
tests/test_adr_0123_comparison_phrasing.py
|
|
tests/test_adr_0124_systems_software_audit_passed.py
|
|
tests/test_adr_0126_runner_wiring.py
|
|
tests/test_adr_0127_loader.py
|
|
tests/test_adr_0128_loader.py
|
|
tests/test_adr_0128_numeric_formats.py
|
|
tests/test_adr_0128_pack_ratification.py
|
|
tests/test_adr_0131_1_F_frontier.py
|
|
tests/test_adr_0131_1_sealed_holdout.py
|
|
tests/test_adr_0131_1_symbolic_equivalence_lane.py
|
|
tests/test_adr_0131_2_teaching_corpus_lane.py
|
|
tests/test_adr_0131_3_bounded_grammar_lane.py
|
|
tests/test_adr_0131_4_composite_math_gate.py
|
|
tests/test_adr_0131_G1_verb_classes.py
|
|
tests/test_adr_0131_G2_comparatives.py
|
|
tests/test_adr_0131_G2a_comparative_verb_widening.py
|
|
tests/test_adr_0131_G31_numerics_extensions.py
|
|
tests/test_adr_0131_G3_numerics.py
|
|
tests/test_adr_0131_G4_multi_clause.py
|
|
tests/test_adr_0131_G5_aggregate.py
|
|
tests/test_adr_0131_G_gsm8k_coverage_probe.py
|
|
tests/test_adr_0136_S1_rate_events.py
|
|
tests/test_adr_0136_S2_conditional_op.py
|
|
tests/test_adr_0136_S3_compound_initial_mutation.py
|
|
tests/test_adr_0136_S4_novel_initial_form.py
|
|
tests/test_adr_0145_energy_modulated_surface.py
|
|
tests/test_adr_0146_engine_state.py
|
|
tests/test_adr_0148_vault_promotion.py
|
|
tests/test_adr_0149_recognizer_pipeline_wiring.py
|
|
tests/test_adr_0150_autonomous_contemplation.py
|
|
tests/test_adr_0151_auto_proposal.py
|
|
tests/test_adr_0153_trace_hash_backstamp.py
|
|
tests/test_adr_0154_recognizer_producer_wiring.py
|
|
tests/test_adr_0156_atomic_checkpoint.py
|
|
tests/test_adr_0157_revision_mismatch_warning.py
|
|
tests/test_adr_0158_reboot_event.py
|
|
tests/test_adr_0163_d2_discrete_count_injection.py
|
|
tests/test_adr_0163_d3_conditional_prefix.py
|
|
tests/test_adr_0163_d4_question_grammar.py
|
|
tests/test_adr_0163_f2_confusers.py
|
|
tests/test_adr_0170_w1_injector_type_widening.py
|
|
tests/test_adr_0170_w2_dcs_acquisition_verbs.py
|
|
tests/test_adr_0172_w0_1_trace_replay_equivalence.py
|
|
tests/test_adr_0172_w0_reasoning_trace.py
|
|
tests/test_adr_0172_w1_shape_proposal.py
|
|
tests/test_adr_0172_w3_cli_lane.py
|
|
tests/test_adr_0172_w4_workbench_e2e.py
|
|
tests/test_adr_0174_phase1_held_hypothesis_state.py
|
|
tests/test_adr_0174_phase2_constraint_propagation.py
|
|
tests/test_adr_0174_phase3_lookback.py
|
|
tests/test_adr_0174_phase3b_compound_clause.py
|
|
tests/test_adr_0174_phase4_contemplate.py
|
|
tests/test_adr_0175_phase1_reliability_gate.py
|
|
tests/test_adr_0175_phase2_practice_lane.py
|
|
tests/test_adr_0175_phase3a_selfverify_gate.py
|
|
tests/test_adr_0175_phase3b_mult_search.py
|
|
tests/test_adr_0175_propose.py
|
|
tests/test_adr_0175_propose_runner.py
|
|
tests/test_adr_0176_comparatives_pack.py
|
|
tests/test_adr_0176_ms1_question_target.py
|
|
tests/test_adr_0176_ms2_chain.py
|
|
tests/test_adr_0176_ms3_search.py
|
|
tests/test_adr_0177_cp1_ledger.py
|
|
tests/test_adr_0177_cp2a_training.py
|
|
tests/test_adr_0178_gb1_clauses.py
|
|
tests/test_adr_0178_gb2_compose.py
|
|
tests/test_adr_0178_gb3_referent_guard.py
|
|
tests/test_adr_0178_gb3b1_accumulation.py
|
|
tests/test_adr_0179_ex2_decimal_grounding.py
|
|
tests/test_adr_0179_extract.py
|
|
tests/test_adr_0180_crdt_foundation.py
|
|
tests/test_adr_0182_pool.py
|
|
tests/test_adr_0184_distinct_unit_product.py
|
|
tests/test_adr_0184_s1_semantic_state_helpers.py
|
|
tests/test_adr_0184_s2_semantic_ledger.py
|
|
tests/test_adr_0184_s4_semantic_candidate_source.py
|
|
tests/test_adr_0184_s4b_replay_equivalence.py
|
|
tests/test_adr_0186_sealed_injector_lane.py
|
|
tests/test_adr_0189a_day_enum_activity.py
|
|
tests/test_adr_0195_product_bridge.py
|
|
tests/test_adr_0199_learning_arena_engine.py
|
|
tests/test_adr_0206_math_serving_seam.py
|
|
tests/test_adr_0218_proof_promotion.py
|
|
tests/test_adr_0219_generation_checkpoint.py
|
|
tests/test_adr_0238_goldtether.py
|
|
tests/test_adr_0238_goldtether_alpha.py
|
|
tests/test_adr_0238_goldtether_bootstrap_prune.py
|
|
tests/test_adr_0239_dynamic_manifold.py
|
|
tests/test_adr_0239_surprise_dual.py
|
|
tests/test_adr_0239_surprise_metric_projection.py
|
|
tests/test_adr_0240_analogical_transfer.py
|
|
tests/test_adr_0240_biography_holonomy.py
|
|
tests/test_adr_0240_biography_session.py
|
|
tests/test_adr_0240_temporal_and_miner.py
|
|
tests/test_adr_0241_governance_p12.py
|
|
tests/test_adr_0241_holographic_vault.py
|
|
tests/test_adr_0241_sensorium_wave_feed.py
|
|
tests/test_adr_0241_wave_contemplation_seam.py
|
|
tests/test_adr_0241_wave_energy_boundary.py
|
|
tests/test_adr_0241_wave_manifold.py
|
|
tests/test_adr_0242_atlas_packing.py
|
|
tests/test_adr_0242_carry_seams.py
|
|
tests/test_adr_0242_fibonacci.py
|
|
tests/test_adr_0242_fibonacci_word.py
|
|
tests/test_adr_0242_multi_scale_energy.py
|
|
tests/test_adr_0242_topological_quarantine.py
|
|
tests/test_adr_0243_benchmark.py
|
|
tests/test_adr_0243_biography_wiring.py
|
|
tests/test_adr_0243_cognitive_lifecycle.py
|
|
tests/test_adr_0243_lane_a_discovery_wiring.py
|
|
tests/test_adr_0243_lane_a_kappa_calibration.py
|
|
tests/test_adr_0243_linguistic_readback.py
|
|
tests/test_adr_0243_propositional_falsifier.py
|
|
tests/test_adr_0243_sensorium_corridor.py
|
|
tests/test_adr_0243_sketch_defect_pins.py
|
|
tests/test_adr_0243_tether_wiring.py
|
|
tests/test_adr_0244_gamma_calibration.py
|
|
tests/test_adr_0244_identity_gate_eval.py
|
|
tests/test_adr_0244_identity_gate_runtime.py
|
|
tests/test_adr_0244_identity_gate_wave.py
|
|
tests/test_adr_0244_identity_manifold.py
|
|
tests/test_adr_0244_mechanical_sympathy.py
|
|
tests/test_adr_0244_mode_order_independence.py
|
|
tests/test_adr_0244_qtop_vacuity.py
|
|
tests/test_adr_0244_scheduler_quasiperiodicity.py
|
|
tests/test_adr_0244_search_honesty.py
|
|
tests/test_adr_0244_semantic_rigor.py
|
|
tests/test_adr_0244_serving_cast.py
|
|
tests/test_adr_0245_acceptance_gate.py
|
|
tests/test_adr_0246_action_record.py
|
|
tests/test_adr_0246_admission.py
|
|
tests/test_adr_0246_egress_wiring.py
|
|
tests/test_adr_0246_geometric_suite.py
|
|
tests/test_adr_0246_grounding_feasibility.py
|
|
tests/test_adr_0246_induced_action.py
|
|
tests/test_adr_0246_mismatch_diagnostic.py
|
|
tests/test_adr_0246_path_ledger.py
|
|
tests/test_adr_0246_path_serve_integration.py
|
|
tests/test_adr_0249_arithmetic_lift.py
|
|
tests/test_adr_0249_logic_cnf_compiler.py
|
|
tests/test_adr_0249_quantity_kernel.py
|
|
tests/test_adr_0249_relation_compiler.py
|
|
tests/test_adr_0249_turn_program.py
|
|
tests/test_adr_0250_compare.py
|
|
tests/test_adr_0250_multi_register.py
|
|
tests/test_adr_0250_q_difference_failclosed.py
|
|
tests/test_adr_0250_summation.py
|
|
tests/test_adr_0252_s5_blindness.py
|
|
tests/test_aggregate_total_question_forms.py
|
|
tests/test_alignment_graph.py
|
|
tests/test_ambiguity_hazards.py
|
|
tests/test_anaphora.py
|
|
tests/test_anchor_lens_cli.py
|
|
tests/test_anchor_lens_engagement_unit.py
|
|
tests/test_anchor_lens_lifts_proposition.py
|
|
tests/test_anchor_lens_no_glyph_leak.py
|
|
tests/test_anchor_lens_null_lift.py
|
|
tests/test_anchor_lens_pack_loader.py
|
|
tests/test_anchor_lens_pack_seam.py
|
|
tests/test_anchor_lens_telemetry.py
|
|
tests/test_anchor_lens_tour_demo.py
|
|
tests/test_answer_choices.py
|
|
tests/test_anti_regression_demo.py
|
|
tests/test_apple_uma_demo_package.py
|
|
tests/test_apple_uma_mechanical_sympathy_benchmark.py
|
|
tests/test_apple_uma_mlx_exact_recall.py
|
|
tests/test_array_codec.py
|
|
tests/test_articulation.py
|
|
tests/test_articulation_bench.py
|
|
tests/test_articulation_demo.py
|
|
tests/test_articulation_legality.py
|
|
tests/test_articulation_quality_e2e.py
|
|
tests/test_articulation_quality_miner.py
|
|
tests/test_ask_acquisition.py
|
|
tests/test_ask_handle.py
|
|
tests/test_ask_pass_manager_delivery.py
|
|
tests/test_ask_runtime_helper.py
|
|
tests/test_ask_serving_gate.py
|
|
tests/test_ask_serving_integration.py
|
|
tests/test_audit_tour.py
|
|
tests/test_binding_graph_acyclicity.py
|
|
tests/test_binding_graph_adapter.py
|
|
tests/test_binding_graph_adapter_question_target.py
|
|
tests/test_binding_graph_adapter_units.py
|
|
tests/test_binding_graph_admissibility.py
|
|
tests/test_binding_graph_model.py
|
|
tests/test_binding_graph_question_target.py
|
|
tests/test_binding_graph_units.py
|
|
tests/test_brief_11_audit.py
|
|
tests/test_brief_11b_audit_artifact.py
|
|
tests/test_brief_11b_step2_lexicon.py
|
|
tests/test_brief_11b_step2_verb_classification.py
|
|
tests/test_candidate_domain_partition.py
|
|
tests/test_candidate_graph_completeness_guard.py
|
|
tests/test_candidate_graph_recognizer_wiring.py
|
|
tests/test_candidate_operator.py
|
|
tests/test_candidate_operator_quantity_entity_binding.py
|
|
tests/test_capability_baseline.py
|
|
tests/test_capability_cli.py
|
|
tests/test_capability_index.py
|
|
tests/test_capability_reports.py
|
|
tests/test_cga_f64_exactness.py
|
|
tests/test_cga_incidence.py
|
|
tests/test_cga_rust_surface_parity.py
|
|
tests/test_chiral_orientation_gate.py
|
|
tests/test_claude_hybrid_verification_demo.py
|
|
tests/test_claude_tool_authority_demo.py
|
|
tests/test_cli.py
|
|
tests/test_cli_demo.py
|
|
tests/test_cli_ingest.py
|
|
tests/test_cli_pack_validate_security.py
|
|
tests/test_cmb_router_contemplation.py
|
|
tests/test_cognition_eval_register_matrix.py
|
|
tests/test_cognition_leeway.py
|
|
tests/test_cold_start_grounding_lane.py
|
|
tests/test_comb_pass_hot_path.py
|
|
tests/test_combined_rate_oracle.py
|
|
tests/test_combined_rate_reader.py
|
|
tests/test_combined_rate_solver.py
|
|
tests/test_compiler.py
|
|
tests/test_composed_surface.py
|
|
tests/test_composer_graph_atom_equivalence.py
|
|
tests/test_composition_lower_logic.py
|
|
tests/test_composition_lower_transitive.py
|
|
tests/test_composition_validation_corpus.py
|
|
tests/test_compound_intent.py
|
|
tests/test_compound_intent_substrate.py
|
|
tests/test_compound_walkthrough_eval_lanes.py
|
|
tests/test_comprehension_attempt.py
|
|
tests/test_comprehension_contemplation.py
|
|
tests/test_comprehension_propositional.py
|
|
tests/test_comprehension_reader.py
|
|
tests/test_comprehension_relational_metric.py
|
|
tests/test_comprehension_set_membership.py
|
|
tests/test_comprehension_state.py
|
|
tests/test_comprehension_structure_preserving.py
|
|
tests/test_comprehension_syllogism.py
|
|
tests/test_comprehension_total_ordering.py
|
|
tests/test_comprehension_wrong_zero_property.py
|
|
tests/test_compute_budget.py
|
|
tests/test_conftest_engine_state_isolation.py
|
|
tests/test_constraint_comprehension_model.py
|
|
tests/test_constraint_oracle.py
|
|
tests/test_constraint_reader.py
|
|
tests/test_constraint_solver.py
|
|
tests/test_construction_affordances.py
|
|
tests/test_construction_proposal_seam.py
|
|
tests/test_contemplation.py
|
|
tests/test_contemplation_loop.py
|
|
tests/test_contemplation_pipeline_convergence.py
|
|
tests/test_contemplation_quality_lane.py
|
|
tests/test_contemplation_ratifiable_payload.py
|
|
tests/test_contemplation_wiring.py
|
|
tests/test_continuous_learning_idle.py
|
|
tests/test_contract_residuals.py
|
|
tests/test_conversation_demo.py
|
|
tests/test_core_ingest.py
|
|
tests/test_core_trace_protocol.py
|
|
tests/test_correction_cue_prefix_routing.py
|
|
tests/test_correction_telemetry.py
|
|
tests/test_correction_topic_lemma.py
|
|
tests/test_crdt_content_ordering.py
|
|
tests/test_crdt_no_global_write_from_arena.py
|
|
tests/test_crdt_semilattice_contract.py
|
|
tests/test_cross_pack_chains.py
|
|
tests/test_cross_pack_grounding.py
|
|
tests/test_cross_pack_supersede.py
|
|
tests/test_cross_serving_gates.py
|
|
tests/test_curriculum_proposals.py
|
|
tests/test_deduction_surface.py
|
|
tests/test_deductive_entailment_authority_demo.py
|
|
tests/test_deductive_logic_finite_entity_grounding.py
|
|
tests/test_deductive_logic_relational_grounding.py
|
|
tests/test_delta_store_frontier_isolation.py
|
|
tests/test_demo_composition.py
|
|
tests/test_derived_close_proposals.py
|
|
tests/test_determination_closure_lane.py
|
|
tests/test_determination_consolidation.py
|
|
tests/test_determination_estimation_lane.py
|
|
tests/test_determination_surface.py
|
|
tests/test_determine_d0.py
|
|
tests/test_determine_relational_inference.py
|
|
tests/test_determine_relational_transitive.py
|
|
tests/test_determine_transitive.py
|
|
tests/test_determinism_proofs.py
|
|
tests/test_deterministic_fluency_lane.py
|
|
tests/test_dialogue.py
|
|
tests/test_dialogue_fluency_regression.py
|
|
tests/test_dimensional_reasoning_lane.py
|
|
tests/test_disclosure_claim.py
|
|
tests/test_discourse_planner_behavior.py
|
|
tests/test_discourse_planner_compound.py
|
|
tests/test_discourse_planner_contract.py
|
|
tests/test_discourse_planner_helper.py
|
|
tests/test_discourse_planner_reflective.py
|
|
tests/test_discourse_planner_render.py
|
|
tests/test_discourse_planner_walkthrough.py
|
|
tests/test_discovery_candidates.py
|
|
tests/test_discovery_contemplation_vault_probe.py
|
|
tests/test_discovery_yield.py
|
|
tests/test_discrete_count_open_noun_class.py
|
|
tests/test_dispatch_trace.py
|
|
tests/test_domain_contract_predicates.py
|
|
tests/test_domain_pack_contract.py
|
|
tests/test_edge_budget_gate.py
|
|
tests/test_edge_sync_activation.py
|
|
tests/test_edge_sync_artifact_contract.py
|
|
tests/test_edge_sync_hot_path_imports.py
|
|
tests/test_edge_sync_journal.py
|
|
tests/test_edge_sync_manifest.py
|
|
tests/test_edge_sync_s3_store.py
|
|
tests/test_en_collapse_anchors_v1_pack.py
|
|
tests/test_en_core_action_v1_pack.py
|
|
tests/test_en_core_attitude_v1_pack.py
|
|
tests/test_en_core_causation_v1_pack.py
|
|
tests/test_en_core_math_v1_pack.py
|
|
tests/test_en_core_meta_v1_pack.py
|
|
tests/test_en_core_polarity_v1_pack.py
|
|
tests/test_en_core_quantitative_v1_pack.py
|
|
tests/test_en_core_relations_v1_pack.py
|
|
tests/test_en_core_relations_v2_pack.py
|
|
tests/test_en_core_spatial_v1_pack.py
|
|
tests/test_en_core_syntax_v1_pack.py
|
|
tests/test_en_core_temporal_v1_pack.py
|
|
tests/test_engine_identity.py
|
|
tests/test_engine_identity_lineage.py
|
|
tests/test_engine_loop_proof.py
|
|
tests/test_engine_state_session_persistence.py
|
|
tests/test_epistemic_carrier.py
|
|
tests/test_epistemic_phase2_known_bugs.py
|
|
tests/test_epistemic_phase3_state_tagging.py
|
|
tests/test_epistemic_question_render.py
|
|
tests/test_epistemic_truth_state_demo.py
|
|
tests/test_ethics_check.py
|
|
tests/test_ethics_packs.py
|
|
tests/test_ethics_refusal_opt_in.py
|
|
tests/test_eval_cli_failure_printer.py
|
|
tests/test_eval_holdout_split.py
|
|
tests/test_exemplar_ingest.py
|
|
tests/test_expert_demo_contract.py
|
|
tests/test_expert_demo_runnable.py
|
|
tests/test_explain.py
|
|
tests/test_explain_repl.py
|
|
tests/test_fabrication_control_runner.py
|
|
tests/test_failure_family.py
|
|
tests/test_failure_proposal.py
|
|
tests/test_fieldstate_codec.py
|
|
tests/test_forward_graph_constraint_null_lift.py
|
|
tests/test_forward_graph_constraint_wiring.py
|
|
tests/test_forward_semantic_control.py
|
|
tests/test_foundational_families.py
|
|
tests/test_frame_verdict.py
|
|
tests/test_frame_verdict_perception_adapter.py
|
|
tests/test_frame_verdict_text_cwa_lane.py
|
|
tests/test_frontier_compare_cross_provider.py
|
|
tests/test_frontier_compare_wave1.py
|
|
tests/test_frontier_model_registry_pricing.py
|
|
tests/test_generalization_audit_runner.py
|
|
tests/test_generalization_cache_verifier.py
|
|
tests/test_generalization_gsm1k_adapter.py
|
|
tests/test_generalization_manifest_policy.py
|
|
tests/test_generalized_lift_instrument.py
|
|
tests/test_generate_stream.py
|
|
tests/test_geometric_product_f64_parity.py
|
|
tests/test_geometric_search_run.py
|
|
tests/test_graph_constraint.py
|
|
tests/test_graph_topo_order_perf.py
|
|
tests/test_grounded_open_hedge_arm.py
|
|
tests/test_grounding_accessors.py
|
|
tests/test_grounding_source_characterization.py
|
|
tests/test_gsm8k_experience_flywheel.py
|
|
tests/test_gsm8k_experience_flywheel_review_patch.py
|
|
tests/test_gsm8k_frontier_report.py
|
|
tests/test_gsm8k_math_runner.py
|
|
tests/test_gsm8k_morphology_missing_kernel_labels.py
|
|
tests/test_gsm8k_post_gate_a1_frontier_microscope.py
|
|
tests/test_gsm8k_problem_frame_adequacy.py
|
|
tests/test_gsm8k_r1_reconstruction.py
|
|
tests/test_gsm8k_sealed_attempt_scout.py
|
|
tests/test_hedge_injection.py
|
|
tests/test_hitl_queue_backpressure.py
|
|
tests/test_hitl_queue_submission_invariants.py
|
|
tests/test_holdout_dev_lane.py
|
|
tests/test_holdout_encryption.py
|
|
tests/test_identity_continuity_proof.py
|
|
tests/test_identity_continuity_verification.py
|
|
tests/test_identity_gate.py
|
|
tests/test_identity_packs.py
|
|
tests/test_identity_provenance_split.py
|
|
tests/test_identity_score_decomposition.py
|
|
tests/test_identity_surface_divergence.py
|
|
tests/test_identity_surface_divergence_depth.py
|
|
tests/test_idle_backpressure_telemetry.py
|
|
tests/test_idle_frontier_contemplation.py
|
|
tests/test_idle_proposal_review.py
|
|
tests/test_inference_operators.py
|
|
tests/test_inline_realization.py
|
|
tests/test_inner_loop_exhaustion_materializes.py
|
|
tests/test_intent_classification_extensions.py
|
|
tests/test_intent_explain_paragraph.py
|
|
tests/test_intent_ratifier.py
|
|
tests/test_intent_subject_extraction.py
|
|
tests/test_intent_subject_normalization_consistency.py
|
|
tests/test_issue_300_versor_margin.py
|
|
tests/test_kernel_facts.py
|
|
tests/test_kernel_no_new_legacy_derivation_surfaces.py
|
|
tests/test_l10_always_on.py
|
|
tests/test_l10_always_on_soak.py
|
|
tests/test_l10_arbitrary_interruption.py
|
|
tests/test_l10_continuity.py
|
|
tests/test_labeled_container_subject.py
|
|
tests/test_lane_sha_verifier.py
|
|
tests/test_lane_shape_thresholds.py
|
|
tests/test_language_pack_cache.py
|
|
tests/test_language_pack_load_safety.py
|
|
tests/test_language_pack_runtime.py
|
|
tests/test_language_packs_scalar_equivalence.py
|
|
tests/test_language_packs_unit_dimensions.py
|
|
tests/test_learning_arc_demo.py
|
|
tests/test_learning_loop_demo.py
|
|
tests/test_lexeme_primitives.py
|
|
tests/test_lexicon.py
|
|
tests/test_limitation_assessment.py
|
|
tests/test_linguistic_governance_phases.py
|
|
tests/test_logic_canonical.py
|
|
tests/test_long_context_comparison.py
|
|
tests/test_manifold.py
|
|
tests/test_manifold_state.py
|
|
tests/test_math_candidate_graph.py
|
|
tests/test_math_candidate_graph_container_of_product.py
|
|
tests/test_math_candidate_graph_fraction_portion.py
|
|
tests/test_math_candidate_graph_goal_residual_lift.py
|
|
tests/test_math_candidate_graph_peer_partition_question.py
|
|
tests/test_math_candidate_graph_question_bound_product_lift.py
|
|
tests/test_math_candidate_graph_rate_injection.py
|
|
tests/test_math_candidate_graph_sprint10_frontier_lift.py
|
|
tests/test_math_candidate_graph_sprint10_review_patch.py
|
|
tests/test_math_candidate_graph_sprint11_cluster_contract_lift.py
|
|
tests/test_math_candidate_graph_sprint11_review_patch.py
|
|
tests/test_math_candidate_graph_sprint12_singleton_contract_lift.py
|
|
tests/test_math_candidate_graph_sprint6_experience_guided_lift.py
|
|
tests/test_math_candidate_graph_sprint6_review_patch.py
|
|
tests/test_math_candidate_graph_sprint7_experience_guided_lift.py
|
|
tests/test_math_candidate_graph_sprint7_owner_binding.py
|
|
tests/test_math_candidate_graph_sprint8_r6_affine_lift.py
|
|
tests/test_math_candidate_graph_sprint8_review_patch.py
|
|
tests/test_math_candidate_graph_sprint9_postmerge_hardening.py
|
|
tests/test_math_candidate_graph_sprint9_temporal_affine_lift.py
|
|
tests/test_math_candidate_graph_unit_partition_injection.py
|
|
tests/test_math_candidate_graph_xhigh_sprint13_lift.py
|
|
tests/test_math_candidate_parser.py
|
|
tests/test_math_claim_signature.py
|
|
tests/test_math_contemplation_adapter.py
|
|
tests/test_math_evidence_e2e.py
|
|
tests/test_math_evidence_schema.py
|
|
tests/test_math_lexical_ratification.py
|
|
tests/test_math_parser.py
|
|
tests/test_math_problem_graph.py
|
|
tests/test_math_realizer.py
|
|
tests/test_math_roundtrip.py
|
|
tests/test_math_solver.py
|
|
tests/test_math_symbolic_equivalence.py
|
|
tests/test_math_symbolic_normalizer.py
|
|
tests/test_math_verifier.py
|
|
tests/test_mathlogic_expert_ledger_flip.py
|
|
tests/test_meaning_graph.py
|
|
tests/test_meaning_graph_projectors.py
|
|
tests/test_medical_clinical_ethics_pack.py
|
|
tests/test_miner_proposals.py
|
|
tests/test_morphology_registry.py
|
|
tests/test_multi_sentence_response_eval.py
|
|
tests/test_mutation_proposal_type.py
|
|
tests/test_narrative_example_intents.py
|
|
tests/test_no_assessment_backed_proposal_synthesis.py
|
|
tests/test_null_point_primitives.py
|
|
tests/test_observed_he_morph_constraint_v0.py
|
|
tests/test_ood_surface_generator.py
|
|
tests/test_oov_grounding_cache.py
|
|
tests/test_oov_pipeline.py
|
|
tests/test_oov_surface.py
|
|
tests/test_operator_calibration_replay.py
|
|
tests/test_orthogonality_tour_demo.py
|
|
tests/test_pack_glosses_content.py
|
|
tests/test_pack_grounded_comparison.py
|
|
tests/test_pack_grounded_correction.py
|
|
tests/test_pack_grounded_unknown.py
|
|
tests/test_pack_grounding.py
|
|
tests/test_pack_resolver.py
|
|
tests/test_pack_resolver_glosses.py
|
|
tests/test_partial_surface.py
|
|
tests/test_percent_partition_proposal.py
|
|
tests/test_perturbation_suite.py
|
|
tests/test_phase_d_replay_evidence.py
|
|
tests/test_physics_backend_dispatch_hygiene.py
|
|
tests/test_pipeline.py
|
|
tests/test_plan_contemplation.py
|
|
tests/test_plan_contemplation_runtime.py
|
|
tests/test_plan_metrics.py
|
|
tests/test_plan_metrics_runtime.py
|
|
tests/test_probe_repl.py
|
|
tests/test_problem_frame_builder.py
|
|
tests/test_problem_frame_contracts.py
|
|
tests/test_problem_frame_phase_boundaries.py
|
|
tests/test_problem_frame_skeleton.py
|
|
tests/test_procedure_surface.py
|
|
tests/test_process_frames.py
|
|
tests/test_prompt_diversity_runner.py
|
|
tests/test_proof_carrying_promotion_demo.py
|
|
tests/test_proof_carrying_promotion_obligations.py
|
|
tests/test_proof_chain_builder.py
|
|
tests/test_proof_chain_certificate.py
|
|
tests/test_proof_chain_rules.py
|
|
tests/test_proofwriter_owa_lane.py
|
|
tests/test_proper_noun_primitive_universality.py
|
|
tests/test_proportional_decrease_proposal.py
|
|
tests/test_proposal_review_report.py
|
|
tests/test_proposal_review_safety.py
|
|
tests/test_proposal_review_scan.py
|
|
tests/test_proposal_review_summary.py
|
|
tests/test_proposal_source.py
|
|
tests/test_propose_from_exemplars_cli.py
|
|
tests/test_proposition.py
|
|
tests/test_provenance.py
|
|
tests/test_public_showcase.py
|
|
tests/test_quantitative_comprehension.py
|
|
tests/test_quantitative_expr.py
|
|
tests/test_quantity_entity_proposal.py
|
|
tests/test_question_delivery.py
|
|
tests/test_r3_router_contemplation.py
|
|
tests/test_r4_goal_residual.py
|
|
tests/test_rate_conversion.py
|
|
tests/test_rate_conversion_solving.py
|
|
tests/test_rate_oracle.py
|
|
tests/test_rate_reader.py
|
|
tests/test_rate_solver.py
|
|
tests/test_rate_units.py
|
|
tests/test_ratification_threshold_default.py
|
|
tests/test_reader_phase2.py
|
|
tests/test_reader_question_frame.py
|
|
tests/test_realize_oov.py
|
|
tests/test_realize_r0.py
|
|
tests/test_realize_r1_structural.py
|
|
tests/test_realize_r1c_binding_graph.py
|
|
tests/test_realizer_grounded_authority_flag.py
|
|
tests/test_realizer_guard_holdout.py
|
|
tests/test_realizer_guard_runtime_seam.py
|
|
tests/test_realizer_guard_unit.py
|
|
tests/test_reasoning_evidence.py
|
|
tests/test_recognition_phase1.py
|
|
tests/test_recognition_phase2.py
|
|
tests/test_recognition_refusal_propagates.py
|
|
tests/test_recognizer_anchor_inject.py
|
|
tests/test_recognizer_comparative_inject.py
|
|
tests/test_recognizer_match.py
|
|
tests/test_recognizer_registry.py
|
|
tests/test_recognizer_skip_wrong_zero.py
|
|
tests/test_recognizer_synthesis.py
|
|
tests/test_recognizer_unit_partition_inject.py
|
|
tests/test_refusal_taxonomy_lane.py
|
|
tests/test_register_cli.py
|
|
tests/test_register_firing_diagnostic.py
|
|
tests/test_register_invariant_grounding.py
|
|
tests/test_register_layering_separation.py
|
|
tests/test_register_null_lift.py
|
|
tests/test_register_pack_convivial_v1.py
|
|
tests/test_register_pack_loader.py
|
|
tests/test_register_pack_seam.py
|
|
tests/test_register_pack_terse_v1.py
|
|
tests/test_register_runtime_threading.py
|
|
tests/test_register_telemetry.py
|
|
tests/test_register_tour_demo.py
|
|
tests/test_register_tour_gate_strengthening.py
|
|
tests/test_register_variation.py
|
|
tests/test_relational_ablation.py
|
|
tests/test_relational_field_reader.py
|
|
tests/test_relational_finite_verb.py
|
|
tests/test_relational_inference_lane.py
|
|
tests/test_relational_metric_lane.py
|
|
tests/test_relational_operator_ablation.py
|
|
tests/test_relational_predicate_lane.py
|
|
tests/test_relational_reader.py
|
|
tests/test_relational_symbolic_reader.py
|
|
tests/test_relational_transitive_lane.py
|
|
tests/test_relations_chains_v1.py
|
|
tests/test_relations_pack_v1_extensions.py
|
|
tests/test_replay_adapter.py
|
|
tests/test_replay_adapter_bound_attempt.py
|
|
tests/test_repository_hygiene.py
|
|
tests/test_rescan_v2_invariants.py
|
|
tests/test_rescan_v3_invariants.py
|
|
tests/test_response_governance.py
|
|
tests/test_response_governance_frame_verdict.py
|
|
tests/test_response_mode_classifier.py
|
|
tests/test_reviewer_registry.py
|
|
tests/test_ring2_residual_protocol.py
|
|
tests/test_ring3_integrity_handoff.py
|
|
tests/test_rotor_power.py
|
|
tests/test_rotor_power_general.py
|
|
tests/test_router_organ_hygiene.py
|
|
tests/test_run_attempt_binding.py
|
|
tests/test_runtime_config_passthrough.py
|
|
tests/test_runtime_config_register.py
|
|
tests/test_rust_backend.py
|
|
tests/test_rust_scalar_zero_copy_boundary.py
|
|
tests/test_safe_display.py
|
|
tests/test_safety_check.py
|
|
tests/test_safety_refusal.py
|
|
tests/test_salience.py
|
|
tests/test_salience_vectorize_parity.py
|
|
tests/test_sealed_practice_trace.py
|
|
tests/test_sealed_practice_trace_bound_episode.py
|
|
tests/test_search_gate.py
|
|
tests/test_segmenter.py
|
|
tests/test_sensorium_efferent_decode.py
|
|
tests/test_sensorium_eval_report.py
|
|
tests/test_sensorium_mount.py
|
|
tests/test_serve_quarantine_transitive.py
|
|
tests/test_served_disposition.py
|
|
tests/test_session_context_codec.py
|
|
tests/test_setup_oracle.py
|
|
tests/test_setup_router.py
|
|
tests/test_stage3_epistemic_inductive.py
|
|
tests/test_stage3_oov_egress_authority.py
|
|
tests/test_stage3_root_ambiguity.py
|
|
tests/test_staged_gold_lanes.py
|
|
tests/test_stop_tokens_override.py
|
|
tests/test_supersede.py
|
|
tests/test_supersession_history.py
|
|
tests/test_surface.py
|
|
tests/test_surface_resolution.py
|
|
tests/test_teaching_audit.py
|
|
tests/test_teaching_gaps.py
|
|
tests/test_teaching_grounding.py
|
|
tests/test_teaching_loop_bench.py
|
|
tests/test_teaching_promotion.py
|
|
tests/test_teaching_proposals.py
|
|
tests/test_teaching_propose_cli.py
|
|
tests/test_teaching_queue.py
|
|
tests/test_telemetry_fanout_and_summary.py
|
|
tests/test_telemetry_sink.py
|
|
tests/test_third_door_adr_dag_embedding.py
|
|
tests/test_third_door_blueprint_fidelity.py
|
|
tests/test_third_door_cohesion.py
|
|
tests/test_third_door_surprise_discovery_wiring.py
|
|
tests/test_third_door_trajectory_invariants.py
|
|
tests/test_thread_context.py
|
|
tests/test_trackb_inc2_structure_mapping.py
|
|
tests/test_trackb_s1_structure_mapping.py
|
|
tests/test_transition_rotor.py
|
|
tests/test_transitive_surface.py
|
|
tests/test_turn_loop_verdicts.py
|
|
tests/test_turn_verdicts_bundle.py
|
|
tests/test_unary_delta_proposal.py
|
|
tests/test_unified_ingest_null_lift.py
|
|
tests/test_unknown_token_ingest.py
|
|
tests/test_vault_config.py
|
|
tests/test_vault_recall_indexing_batch.py
|
|
tests/test_vault_recall_rethaw.py
|
|
tests/test_vault_store.py
|
|
tests/test_vaultstore_codec.py
|
|
tests/test_verified_contract.py
|
|
tests/test_verified_r2_producer.py
|
|
tests/test_verified_serving_gate.py
|
|
tests/test_vocab_manifold_invariants.py
|
|
tests/test_warmed_session_lane.py
|
|
tests/test_workbench_api.py
|
|
tests/test_workbench_apple_uma_report.py
|
|
tests/test_workbench_calibration.py
|
|
tests/test_workbench_chat_turn.py
|
|
tests/test_workbench_construction_endpoint.py
|
|
tests/test_workbench_construction_evidence.py
|
|
tests/test_workbench_contemplation_reader.py
|
|
tests/test_workbench_demo_narrative.py
|
|
tests/test_workbench_demos.py
|
|
tests/test_workbench_evidence_bundle.py
|
|
tests/test_workbench_field_evidence.py
|
|
tests/test_workbench_generalization_evidence.py
|
|
tests/test_workbench_journal.py
|
|
tests/test_workbench_leeway_mapping.py
|
|
tests/test_workbench_lived_life.py
|
|
tests/test_workbench_logos.py
|
|
tests/test_workbench_operator_telemetry.py
|
|
tests/test_workbench_pipeline_record.py
|
|
tests/test_workbench_practice_api.py
|
|
tests/test_workbench_practice_evidence.py
|
|
tests/test_workbench_proposal_artifact.py
|
|
tests/test_workbench_r2_read_substrate.py
|
|
tests/test_workbench_ratify_case_0050_hazard_pin.py
|
|
tests/test_workbench_ratify_category_allowlist.py
|
|
tests/test_workbench_ratify_composition.py
|
|
tests/test_workbench_ratify_cors.py
|
|
tests/test_workbench_ratify_exception_surface.py
|
|
tests/test_workbench_ratify_frame.py
|
|
tests/test_workbench_ratify_idempotent.py
|
|
tests/test_workbench_ratify_lexical.py
|
|
tests/test_workbench_ratify_no_auto.py
|
|
tests/test_workbench_ratify_partition.py
|
|
tests/test_workbench_readers.py
|
|
tests/test_workbench_replay.py
|
|
tests/test_workbench_schemas.py
|
|
tests/test_workbench_tour.py
|
|
tests/test_workbench_vault_recall_evidence.py
|