core/docs/census/cbfc8ccbf7fe503ab31abe7aedbb1973ba7d7b4d/param-no-effect.jsonl
Shay 069ceb55c5 docs(adr-audit,census): publish the evidence the keel cites — 314 ADRs, 431 findings, and the module census
The keel names this repository as its evidence source and cites these paths by
name in its most-read documents. They existed only in a working tree.

  coreai/docs/atlas/00-atlas-overview.md      "Evidence base: ... the full ADR
                                              audit (../core/docs/adr-audit/:
                                              all 314 ADRs, 431 findings, four
                                              governance patterns)"
  coreai/docs/plans/2026-07-29-specification-reconciliation.md
                                              "Predecessor evidence:
                                              ../core/docs/adr-audit/ ...,
                                              the 2026-07-28 census"
  coreai/docs/Whitepaper.md                   "Sources: ../core/docs/adr-audit/
                                              finding AA-250 and Pattern C-bis"

A citation to a path nobody else can reach is testimony about this repository,
not evidence from it — the keel's own transit rule, applied here. Until this
commit the atlas's entire evidence base, the specification reconciliation's
predecessor evidence, and a Whitepaper source were unreachable to every reader
but one.

  docs/adr-audit/    56 files — the ADR census, stack taxonomy, per-ADR cards,
                     component cards, triage log, finding register, and the
                     cross-batch synthesis the keel's protocol step 2b reads
  docs/census/       10 files — the 2026-07-28 module census (666 modules,
                     293 serving-reachable) the atlas quotes
  docs/plans/2026-07-29-adr-audit-plan.md
  docs/adr/INDEX-by-domain.md  regenerated
  evals/             two obligation fixtures updated

This is the same defect the keel spent today finding in its own records, in the
other direction: there, a pin resolved against a working tree and let an
unpublished file discharge an accepted claim. Here, published prose cited
unpublished evidence. Both are the gap between what one machine can see and what
the record can prove, and both close the same way — publish, then cite.

[Verification]: uv run core test --suite smoke -q -> 786 passed (run before this
commit; docs plus two eval fixtures, no code path touched — re-run recorded on
the PR).

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Qw8vDY2bpYHUQYQp5SFKEG
2026-07-30 11:28:57 -07:00

15 lines
6.2 KiB
JSON

{"sweep": "param-no-effect", "sha": "cbfc8ccbf7fe503ab31abe7aedbb1973ba7d7b4d", "path": "tests/test_adr_0128_loader.py", "line": 147, "symbol": "test_lookup_multiplier", "excerpt": "def test_lookup_multiplier(word, factor):", "observation": "parameter `factor` in `test_lookup_multiplier` is never read for computation after validation/signature", "confidence": "likely", "notes": ""}
{"sweep": "param-no-effect", "sha": "cbfc8ccbf7fe503ab31abe7aedbb1973ba7d7b4d", "path": "tests/test_adr_0249_relation_compiler.py", "line": 49, "symbol": "test_forward_affine_answer_recovered", "excerpt": "def test_forward_affine_answer_recovered(inp, scale, offset, gold) -> None:", "observation": "parameter `scale` in `test_forward_affine_answer_recovered` is never read for computation after validation/signature", "confidence": "likely", "notes": ""}
{"sweep": "param-no-effect", "sha": "cbfc8ccbf7fe503ab31abe7aedbb1973ba7d7b4d", "path": "tests/test_architectural_invariants.py", "line": 355, "symbol": "get_versor", "excerpt": " def get_versor(self, t):", "observation": "parameter `t` in `get_versor` is never read for computation after validation/signature", "confidence": "likely", "notes": ""}
{"sweep": "param-no-effect", "sha": "cbfc8ccbf7fe503ab31abe7aedbb1973ba7d7b4d", "path": "tests/test_stage3_epistemic_inductive.py", "line": 90, "symbol": "refuse_all", "excerpt": " def refuse_all(h, r, t):", "observation": "parameter `t` in `refuse_all` is never read for computation after validation/signature", "confidence": "likely", "notes": ""}
{"sweep": "param-no-effect", "sha": "cbfc8ccbf7fe503ab31abe7aedbb1973ba7d7b4d", "path": "tests/test_adr_0131_G2_comparatives.py", "line": 78, "symbol": "test_multiplicative_direction_admits", "excerpt": "def test_multiplicative_direction_admits(direction, sentence, actor, reference, factor, anchor):", "observation": "parameter `factor` in `test_multiplicative_direction_admits` is never read for computation after validation/signature", "confidence": "likely", "notes": ""}
{"sweep": "param-no-effect", "sha": "cbfc8ccbf7fe503ab31abe7aedbb1973ba7d7b4d", "path": "tests/test_adr_0249_quantity_kernel.py", "line": 96, "symbol": "test_decode_is_scale_invariant", "excerpt": "def test_decode_is_scale_invariant(scale: float) -> None:", "observation": "parameter `scale` in `test_decode_is_scale_invariant` is never read for computation after validation/signature", "confidence": "likely", "notes": ""}
{"sweep": "param-no-effect", "sha": "cbfc8ccbf7fe503ab31abe7aedbb1973ba7d7b4d", "path": "tests/test_rotor_power_general.py", "line": 82, "symbol": "test_closure_preserved", "excerpt": "def test_closure_preserved(seed, alpha):", "observation": "parameter `alpha` in `test_closure_preserved` is never read for computation after validation/signature", "confidence": "likely", "notes": ""}
{"sweep": "param-no-effect", "sha": "cbfc8ccbf7fe503ab31abe7aedbb1973ba7d7b4d", "path": ".venv/lib/python3.12/site-packages/huggingface_hub/_login.py", "line": 364, "symbol": "login_token_event", "excerpt": " def login_token_event(t):", "observation": "parameter `t` in `login_token_event` is never read for computation after validation/signature", "confidence": "likely", "notes": ""}
{"sweep": "param-no-effect", "sha": "cbfc8ccbf7fe503ab31abe7aedbb1973ba7d7b4d", "path": ".venv/lib/python3.12/site-packages/numpy/core/arrayprint.py", "line": 552, "symbol": "_array2string_dispatcher", "excerpt": "def _array2string_dispatcher(", "observation": "parameter `threshold` in `_array2string_dispatcher` is never read for computation after validation/signature", "confidence": "likely", "notes": ""}
{"sweep": "param-no-effect", "sha": "cbfc8ccbf7fe503ab31abe7aedbb1973ba7d7b4d", "path": ".venv/lib/python3.12/site-packages/numpy/core/tests/test_numerictypes.py", "line": 563, "symbol": "test_names_reflect_attributes", "excerpt": " def test_names_reflect_attributes(self, t):", "observation": "parameter `t` in `test_names_reflect_attributes` is never read for computation after validation/signature", "confidence": "likely", "notes": ""}
{"sweep": "param-no-effect", "sha": "cbfc8ccbf7fe503ab31abe7aedbb1973ba7d7b4d", "path": ".venv/lib/python3.12/site-packages/numpy/core/tests/test_numerictypes.py", "line": 568, "symbol": "test_names_are_undersood_by_dtype", "excerpt": " def test_names_are_undersood_by_dtype(self, t):", "observation": "parameter `t` in `test_names_are_undersood_by_dtype` is never read for computation after validation/signature", "confidence": "likely", "notes": ""}
{"sweep": "param-no-effect", "sha": "cbfc8ccbf7fe503ab31abe7aedbb1973ba7d7b4d", "path": ".venv/lib/python3.12/site-packages/numpy/lib/tests/test_function_base.py", "line": 3801, "symbol": "test_linear_interpolation_formula_bounded", "excerpt": " def test_linear_interpolation_formula_bounded(self, t, a, b):", "observation": "parameter `t` in `test_linear_interpolation_formula_bounded` is never read for computation after validation/signature", "confidence": "likely", "notes": ""}
{"sweep": "param-no-effect", "sha": "cbfc8ccbf7fe503ab31abe7aedbb1973ba7d7b4d", "path": ".venv/lib/python3.12/site-packages/pandas/tests/reshape/test_cut.py", "line": 419, "symbol": "test_single_bin_edge_adjustment", "excerpt": "def test_single_bin_edge_adjustment(values, threshold):", "observation": "parameter `threshold` in `test_single_bin_edge_adjustment` is never read for computation after validation/signature", "confidence": "likely", "notes": ""}
{"sweep": "param-no-effect", "sha": "cbfc8ccbf7fe503ab31abe7aedbb1973ba7d7b4d", "path": ".venv/lib/python3.12/site-packages/pyarrow/tests/test_compute.py", "line": 2304, "symbol": "largest_scaled_float_not_above", "excerpt": "def largest_scaled_float_not_above(val, scale):", "observation": "parameter `scale` in `largest_scaled_float_not_above` is never read for computation after validation/signature", "confidence": "likely", "notes": ""}
{"sweep": "param-no-effect", "sha": "cbfc8ccbf7fe503ab31abe7aedbb1973ba7d7b4d", "path": ".venv/lib/python3.12/site-packages/pyarrow/tests/test_types.py", "line": 985, "symbol": "test_exact_primitive_types", "excerpt": "def test_exact_primitive_types(t, check_func):", "observation": "parameter `t` in `test_exact_primitive_types` is never read for computation after validation/signature", "confidence": "likely", "notes": ""}