refactor(examples): replace sector-specific example material with generic, fictitious examples
The context sets, the packaged knowledge bases and the example bundles are replaced by one fictitious example set about IT operations in an invented organisation: three context sets (serverrom-2027, driftsavtale-2027 and the two-base drift-og-avtale-2027), two synthetic knowledge bases under src/portfolio_optimiser/data/kunnskapsbaser and two example bundles under src/portfolio_optimiser/data/bundles. Numbers, codes and structural values in tests and fixtures are kept; names, ids and wording change. Dated measurement documents that only recorded runs on the replaced material are deleted. Gate figures measured on the new set are not comparable with earlier ones. The exclusion gate from the previous commit is green: 0 tracked files hit outside the shared/ subtree. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
This commit is contained in:
parent
058dd25570
commit
37547fe292
1147 changed files with 24138 additions and 9503 deletions
|
|
@ -34,7 +34,7 @@ Two teeth:
|
|||
the honest reading is the opposite: an EMPTY tuple is a positive statement — "every cross-link was
|
||||
followed" — in the same class as ``ProvenanceStamp.external_calls`` ("nothing outside this process
|
||||
was contacted"). A caller that constructs a ``Bundle`` without a trace is not withholding a fact; it
|
||||
is stating one. So ``skipped`` defaults to ``()``, and the road path (which navigates nothing) is
|
||||
is stating one. So ``skipped`` defaults to ``()``, and the reference path (which navigates nothing) is
|
||||
honestly empty rather than dishonestly required to invent a value.
|
||||
|
||||
Arms:
|
||||
|
|
@ -250,10 +250,10 @@ async def test_run_result_carries_the_trace(tmp_path, fresh_store) -> None:
|
|||
|
||||
|
||||
async def test_road_path_has_an_empty_trace(docs_dir, fresh_store) -> None:
|
||||
"""The road path navigates no bundle, so "nothing was skipped" is literally true there — which
|
||||
"""The reference path navigates no bundle, so "nothing was skipped" is literally true there — which
|
||||
is exactly why the empty tuple is an honest DEFAULT rather than a withheld fact."""
|
||||
result = await run_project(
|
||||
"FV42-GSV-E1",
|
||||
"KONTOR-IT-E1",
|
||||
"local",
|
||||
docs_dir=docs_dir,
|
||||
verdict_input=_VERDICT_INPUT,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue