abdelstark commited on
Commit
d1eb7ff
·
verified ·
1 Parent(s): 2514841

Add CodeLeWM visual observability artifact set

Browse files

Publishes the v1.4 diagnostic visual observability harness artifact set for issue #245. Claim gate remains closed; artifacts are workflow and observability evidence only.

This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. visual-observability/codelewm-visual-observability-20260521-6a8ac81/ARTIFACT_INDEX.json +28 -0
  2. visual-observability/codelewm-visual-observability-20260521-6a8ac81/CHECKSUMS.sha256 +88 -0
  3. visual-observability/codelewm-visual-observability-20260521-6a8ac81/README.md +36 -0
  4. visual-observability/codelewm-visual-observability-20260521-6a8ac81/build/config.json +80 -0
  5. visual-observability/codelewm-visual-observability-20260521-6a8ac81/build/dataset_manifest.json +387 -0
  6. visual-observability/codelewm-visual-observability-20260521-6a8ac81/build/manifest.json +234 -0
  7. visual-observability/codelewm-visual-observability-20260521-6a8ac81/build/reports/action_discriminative_shard_report.json +130 -0
  8. visual-observability/codelewm-visual-observability-20260521-6a8ac81/build/reports/filter_report.json +55 -0
  9. visual-observability/codelewm-visual-observability-20260521-6a8ac81/build/reports/license_gate_report.json +24 -0
  10. visual-observability/codelewm-visual-observability-20260521-6a8ac81/build/reports/row_counts.json +19 -0
  11. visual-observability/codelewm-visual-observability-20260521-6a8ac81/build/reports/source_acquisition_report.json +98 -0
  12. visual-observability/codelewm-visual-observability-20260521-6a8ac81/build/reports/split_dedup_report.json +49 -0
  13. visual-observability/codelewm-visual-observability-20260521-6a8ac81/build/transitions.jsonl +3 -0
  14. visual-observability/codelewm-visual-observability-20260521-6a8ac81/checkpoint_inspection/manifest.json +50 -0
  15. visual-observability/codelewm-visual-observability-20260521-6a8ac81/checkpoint_inspection/reports/model_checkpoint_inspection.json +0 -0
  16. visual-observability/codelewm-visual-observability-20260521-6a8ac81/configs/train_tiny_tensorboard.json +51 -0
  17. visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_fixture/candidate_pack/candidate_pack.json +141 -0
  18. visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_fixture/candidate_pack/candidates/candidate_001.patch +9 -0
  19. visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_fixture/candidate_pack/candidates/candidate_002.patch +9 -0
  20. visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_fixture/candidate_pack/candidates/candidate_003.patch +7 -0
  21. visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_fixture/candidate_pack/candidates/candidate_004.patch +7 -0
  22. visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_fixture/candidate_pack/manifest.json +59 -0
  23. visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_fixture/candidate_pack/prompt/redacted_prompt.txt +13 -0
  24. visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_fixture/demo.html +209 -0
  25. visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_fixture/manifest.json +102 -0
  26. visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_fixture/reports/llm_world_model_demo_report.json +278 -0
  27. visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_fixture/reports/run_timeline.json +147 -0
  28. visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_fixture/reports/visual_view_model.json +282 -0
  29. visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_fixture_terminal.txt +4 -0
  30. visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_fixture_tui_snapshot.json +184 -0
  31. visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_live/candidate_pack/candidate_pack.json +164 -0
  32. visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_live/candidate_pack/candidates/candidate_001.patch +9 -0
  33. visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_live/candidate_pack/candidates/candidate_002.patch +6 -0
  34. visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_live/candidate_pack/candidates/candidate_003.patch +9 -0
  35. visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_live/candidate_pack/candidates/candidate_004.patch +6 -0
  36. visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_live/candidate_pack/manifest.json +59 -0
  37. visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_live/candidate_pack/prompt/redacted_prompt.txt +13 -0
  38. visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_live/demo.html +206 -0
  39. visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_live/manifest.json +102 -0
  40. visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_live/reports/llm_world_model_demo_report.json +278 -0
  41. visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_live/reports/run_timeline.json +147 -0
  42. visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_live/reports/visual_view_model.json +279 -0
  43. visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_live_terminal.txt +4 -0
  44. visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_live_tui_snapshot.json +181 -0
  45. visual-observability/codelewm-visual-observability-20260521-6a8ac81/input/bugfix_edge_case_app.py +2 -0
  46. visual-observability/codelewm-visual-observability-20260521-6a8ac81/latent_matrix/config.json +19 -0
  47. visual-observability/codelewm-visual-observability-20260521-6a8ac81/latent_matrix/manifest.json +92 -0
  48. visual-observability/codelewm-visual-observability-20260521-6a8ac81/latent_matrix/reports/latent_matrix_report.json +0 -0
  49. visual-observability/codelewm-visual-observability-20260521-6a8ac81/latent_matrix/reports/run_timeline.json +102 -0
  50. visual-observability/codelewm-visual-observability-20260521-6a8ac81/live_status.txt +1 -0
visual-observability/codelewm-visual-observability-20260521-6a8ac81/ARTIFACT_INDEX.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": "codelewm.visual_observability_artifact_index.v1",
3
+ "run_id": "codelewm-visual-observability-20260521-6a8ac81",
4
+ "source_sha": "6a8ac81e27eaa3aa7bfc9b60eefe58496edec99b",
5
+ "remote_path": "visual-observability/codelewm-visual-observability-20260521-6a8ac81",
6
+ "claim_gate": {
7
+ "allowed": false,
8
+ "reason": "visual_observability_artifact_set_is_diagnostic_only"
9
+ },
10
+ "fixture_demo": {
11
+ "best_candidate": "candidate_004.patch",
12
+ "best_score": 121.55994415283203,
13
+ "no_action_score": 121.22270202636719
14
+ },
15
+ "live_demo": {
16
+ "best_candidate": "candidate_001.patch",
17
+ "best_score": 120.6988525390625,
18
+ "no_action_score": 121.22270202636719
19
+ },
20
+ "diagnostics": {
21
+ "checkpoint_parameter_count": 29275392,
22
+ "latent_row_count": 3,
23
+ "tensorboard_event_file_count": 1
24
+ },
25
+ "gates": {
26
+ "secret_scan_ok": true
27
+ }
28
+ }
visual-observability/codelewm-visual-observability-20260521-6a8ac81/CHECKSUMS.sha256 ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ e00142ac94cfbb8f259d1073a3b7ecf0b95cba2ac7136951b9ef93867624b626 872 ARTIFACT_INDEX.json
2
+ 7f803b9042d2ee515d3115239b3a19d736a7ba3d8fde2f207e4752d740640af6 1911 README.md
3
+ e84fbe5f45d31d5fc194af8613e0879416238c3913fd4006fb4f4212244fa1d5 1742 build/config.json
4
+ 97b22ed3707d69cbe6de13b163bb730763b6bbdbc92571defa31d6d21fbaae0e 10579 build/dataset_manifest.json
5
+ 16a75f1e45cf5a6c1ed04c4f463fde68ebcd90fa9579666c1fafbd088a897543 6482 build/manifest.json
6
+ 8baf18292a42453dda6d2228ccc7d45ade0d7def8d501bd44b63e38e9a7cc6a3 3255 build/reports/action_discriminative_shard_report.json
7
+ 1a4c523079e618ad5c297c9ad2564d9a1ec7d37a487f1913c546da46b9f0c1a3 1180 build/reports/filter_report.json
8
+ edf84b7ba6de1e343ec7ec7604eff4c817009dc51da41dee4e8d3e129c3e89ac 435 build/reports/license_gate_report.json
9
+ d69c86fba26d13969c840bc9d5f7c6b566df68c144659b46e3e537841b3b27da 499 build/reports/row_counts.json
10
+ 188b0aea43b746de5ff758939e5fc37ae784aac9f5fc3b370267bd2e5bf1ae03 2276 build/reports/source_acquisition_report.json
11
+ 344967b2d1f4747c4a94dbefe50a47051fda5cd4a8abd863ce595306a8ffde41 1701 build/reports/split_dedup_report.json
12
+ fe2e6a756456f300b6aa7fd5ad9a28e0ca1ed841903d2ec652a5e4f0aa4f43c9 14193 build/transitions.jsonl
13
+ c985461b00fd47fd7383fd9bde3460e5606d82350f83860f71d2186195c44990 1890 checkpoint_inspection/manifest.json
14
+ 29d8adc51eb91dd2609f2df91708d49791cc9940452aac6b04a71be064bd3693 139576 checkpoint_inspection/reports/model_checkpoint_inspection.json
15
+ 7d8cc65677f21e63b8c1d65b1bec9abfe8ddca94875d6480e99f4b8a3777e4bb 1748 configs/train_tiny_tensorboard.json
16
+ a8f99448b44a0fa972463311900250785f89b1d8dc2fd438b10edae5fbe5b914 6487 demo_fixture/candidate_pack/candidate_pack.json
17
+ 49f32a2f4db4dcda3040905f27eb0ace8449d6013b4ada751b22a91fd71c672b 267 demo_fixture/candidate_pack/candidates/candidate_001.patch
18
+ 5cb30c3dfa155dfbac2d8bb1b8d1b75322fdc0329c9f4a4db66c05530ae56277 252 demo_fixture/candidate_pack/candidates/candidate_002.patch
19
+ 0ca82f8a5f5f8c7b74dc5f062747f6ee4b4930951918032ae1288ba35fa34042 218 demo_fixture/candidate_pack/candidates/candidate_003.patch
20
+ f118ae6fdb65a8b3038b3eb1de94d1488ac16be8e9fbf9b2c5038685106073ea 231 demo_fixture/candidate_pack/candidates/candidate_004.patch
21
+ 3e0f4e14ade0b730abd4e76e7937cde0fb9652c5dae9237d8c31ef88490b9059 2017 demo_fixture/candidate_pack/manifest.json
22
+ 9e9acbddc303448d78a60308d4f97a0a3ec2af91e0a91075587cae65ffa6aff3 499 demo_fixture/candidate_pack/prompt/redacted_prompt.txt
23
+ b39463f6d92a828c05d915e4ed87cef029abcd267350271f5adebc50dfc21b45 13076 demo_fixture/demo.html
24
+ a0726b9ac387a9968d9601b7614ba486e8e650078c2954a156cde1a5aa1aba2c 4539 demo_fixture/manifest.json
25
+ 911071c9541ef8067c2755f213e6d3e1d49b3ad57cab4df18a3d67ec1ce1082c 10682 demo_fixture/reports/llm_world_model_demo_report.json
26
+ 40337c8fa1ec7087c0c3a0680c1837f1f825e65ca319f9a5aae2b3e0cfe3c0b2 4470 demo_fixture/reports/run_timeline.json
27
+ c98a364b2784dd143607facd9537fb07eae3cb2af5288387ad37299f17102f58 10859 demo_fixture/reports/visual_view_model.json
28
+ 02e142640c0d5829c0c901cfd57aeec45fb77607eb6fcba3afc2ebfeccc1a3f9 446 demo_fixture_terminal.txt
29
+ d4758f694a7fe604c526f03942f0e074ba395ff4514ff0ab1c9c575a2f965eb5 7019 demo_fixture_tui_snapshot.json
30
+ b09ae11a7091be9861581e4a330637d9b1507500baf6a2b03c2421924b97525e 7063 demo_live/candidate_pack/candidate_pack.json
31
+ dd8a09eb14368eca59a0fd7dc7c90d2f992a3f63d03511d2a9f74c20f0f78ac3 261 demo_live/candidate_pack/candidates/candidate_001.patch
32
+ 56c4a40df398b711ee01c76ef29b630909abf5c454b3208d79e925c858039037 224 demo_live/candidate_pack/candidates/candidate_002.patch
33
+ 88f64e59235d3b6c825169a463a0cb5d9c4772017ca5c983a72a177b91ac5b77 275 demo_live/candidate_pack/candidates/candidate_003.patch
34
+ bab2b89eaaf1d284de65f7d947c2975f5b5f5f882da5d3c8ce945d7fee594b40 187 demo_live/candidate_pack/candidates/candidate_004.patch
35
+ a5c8eb1e1d751f41fa5398dc9cfa798364dfc570c379edc1de3fe5d8670b3b8e 2014 demo_live/candidate_pack/manifest.json
36
+ 3cb921dd87d2c6b495287b57ced209771e562f100399b7e46ce0ceeae07ad8ba 496 demo_live/candidate_pack/prompt/redacted_prompt.txt
37
+ 932ed17243d32875105da0481d3bd311ffc6798198ed236cf73b61839427a4f3 13015 demo_live/demo.html
38
+ dade5d4e847078d3cd77799a8dc6979cc7f9c369a597d7acd01864b3e7e031ea 4536 demo_live/manifest.json
39
+ 02b2ed89958c2e90e4d2d900748da4ffef0a9bef6bb9d809b304fefc0240dac6 10668 demo_live/reports/llm_world_model_demo_report.json
40
+ 227fb2eda83b1b48ea3619f99430a95efda66e8d1fe02092c4233b8f1b72fb9d 4463 demo_live/reports/run_timeline.json
41
+ e8520bd31a4062a49de1f0f6e600c3f7fc71c9148a808a5f33a35ac0a00f20de 10743 demo_live/reports/visual_view_model.json
42
+ 6ed759bcde03c82413e19d9d5950b1f4a7778297d039bf97cfdfd2ea927f8157 437 demo_live_terminal.txt
43
+ 4a9a1fe1de10707383e3e0de8ad33138b7f94aa2f8374068f93a4b45ee152725 6909 demo_live_tui_snapshot.json
44
+ ea1e92e05b8967a28a61f3bc81bc34de79a27b27950cc35bcf2e00a505f1f380 91 input/bugfix_edge_case_app.py
45
+ bd9f4fa71e7e0ff82f365851320e53983f59a483c9a377bd77dba9b5674a8d23 678 latent_matrix/config.json
46
+ 1d3479f6d7317d720ca314ce3f2812d4e084f15cfa70f86419b7421b90afbab6 3194 latent_matrix/manifest.json
47
+ 05738f13dfcae31b99a71f5a35c951a076d772f7798b833501cb13d57e5a85e0 423083 latent_matrix/reports/latent_matrix_report.json
48
+ 18f58d761c828894b2c7d505c2bfb1453baa013c5590efc0028c82a1b1230b33 2922 latent_matrix/reports/run_timeline.json
49
+ 73a360d0bf1a84786ae0130d17f81db355e99534ceffe72818037f2f28586e4d 22 live_status.txt
50
+ 624936a4ee524bbdd57e61b7bd6cb48940a617990cda26363a84b7087b9cc3cc 376 logs/checkpoint_inspection.json
51
+ 61971c8342dc7281be05b5f3cc6cd69cebe34784c7a442da3ca94f300d1aefcc 1417 logs/checkpoint_inspection.jsonl
52
+ 56e4687479f364be394f0a7bdba92407cdc4463cf8fec84f6c9183a561f64066 3838 logs/dataset_build.json
53
+ 05bd59517912889d1ef2b8470e59e5c5c65146ab360a0ed2258a37c729d1cc89 1258 logs/dataset_pack.json
54
+ 7e711f10eeb150379a4598f1248675eaa5b517bc1fe980b38ae6290baaf39b49 2000 logs/demo_fixture.jsonl
55
+ 05d8b262153a8f484f5d36dc93674527779f100c3a7dfeb149526d4cb75b3015 1994 logs/demo_live.jsonl
56
+ bb0cfd5f21f5cab2e92fcf13f4619ec31580e4c4687281e1e3aaa313dc6a2a49 1359 logs/latent_matrix.json
57
+ f4e4ad6ff5fb67656b722e19226af06b731606cb9960e6591ab47a1c031e948b 2010 logs/latent_matrix.jsonl
58
+ 051ba5b06059df3ded5848c851e447d88e19a1002ba182027064add3593bf4e0 6069 logs/train.json
59
+ 5cc29b169501aaa6345d227f92044e84ba330235c6aef82eca68603d6b8076bd 2067 logs/train.jsonl
60
+ ada94544d617aed478b59ec1ccbc65791c6871f4780aa1de5cc778d2b3df116e 438 pack/config.json
61
+ 0bac5e169c2af3a5c19af47f2bc4b634bfe208a295573c5be6d58da1eff02f75 8954 pack/dataset_manifest.json
62
+ 466255b2243b8d9b63375dea80f887f8fe120e6c3279e6e4e4ed7fc2b1ddc63e 16464 pack/hdf5/test.hdf5
63
+ ff2f6e0cd501d91cf677ae8601c566ecbd5ef6c15c8f7606b2cead18061be46e 55656 pack/hdf5/train.hdf5
64
+ e62fafca441a79e03531e318489e7f554c59d08fdff8272f51b73af982c97f0b 37224 pack/hdf5/val.hdf5
65
+ 49db558d2dd9ec93fbf3ec03c674054465ae29d715e7c546efedbf8b4a01b428 3557 pack/manifest.json
66
+ 14a9e6c91d8ba09bd5a744ca3fb124640df237017932eb3605d396e2a9d7a860 176 pack/parquet/test/part-00000.parquet
67
+ 578905664fa32f489780b7138daecd1779c3de37f26fd2d4dfd92bd5480ef7c4 13153 pack/parquet/train/part-00000.parquet
68
+ 0e5348bf253eec730febd4763100ccd8715ac6a13a9d65914cc652b8b6acd929 12394 pack/parquet/val/part-00000.parquet
69
+ 6c25f4f02113ce450bc2de45a76e6e237df67c04ea47c2feb9794df8eb2fe11e 3255 pack/reports/action_discriminative_shard_report.json
70
+ f98e2c2203f8f345f9d7dee6ef8f633e5f30345d8252a5b41d8c7218240e28d7 1630 pack/reports/pack_report.json
71
+ 81882429a5862f6806c091dac479bef7c76c100a1178874e94cb10560ca6d9aa 351489181 train/checkpoints/checkpoint.pt
72
+ ed5e1712fdf0726ef49a3471f2735dd00c83f731a00b3a541b9f0ca1c0d62ef2 511 train/checkpoints/checkpoint.pt.manifest.json
73
+ 44499edc32771a8464a1ff9d54d94ce4854b1153d49c346d6275ab766b76b50c 2133 train/config.json
74
+ aa519196bec367d288131905e30361dfdcf73a4e2dbf2504de83cc7ccf50d61e 7047 train/manifest.json
75
+ 3ddd88f6bbc6b25d102da1ba73b7f2a527cf5cf7fe3a791bfd050a1bd7cce078 1417 train/metrics.jsonl
76
+ b90e80847248cbcce7872cde56105d1d4dc44feb0f79f7dc117d32501bea1c6d 1551 train/reports/metrics_report.json
77
+ 819f36ae9636b519391b2bfde86b778d04b7cb1171b1eca140fad4336d7607c0 2280 train/reports/tensorboard_export.json
78
+ 18e3a649538243099c22208e19c0f33a7c5533d5e800aab742f76e8255c444f0 4792 train/reports/torch_training_report.json
79
+ f4ddb40dac7368ad29d5d7f0aadae125df2b19b0268b2a07b5e2006727b79915 74397 train/tensorboard/events.out.tfevents.1779394691.Abdelhamids-MacBook-Pro.local.12800.0
80
+ 051ba5b06059df3ded5848c851e447d88e19a1002ba182027064add3593bf4e0 6069 train/training_manifest.json
81
+ 824c1dc6b767aeb682ee6735b23e6c4489fff1fde35acd4fa55f898d8e3f6ed1 439 verification/checkpoint_inspection_manifest_verify.json
82
+ cfa42ff2264ae9c907577f983403649f5e1f585b8b186cb23c5323ae5ede97e9 652 verification/demo_fixture_manifest_verify.json
83
+ 975702583538327fe163bcc981e7cb82c51a4143cf12e8a3461480bc0f045259 649 verification/demo_live_manifest_verify.json
84
+ 3f7e2659551ade0f2f1d21312b7066d45d6ff536a39012ad46eb73a6bef730b7 1265 verification/demo_live_secret_scan.json
85
+ e530d7ded38d4f5fb1144e1a5e4e39df95220681a21cc79c6e08015a61af7de0 6594 verification/secret_scan.json
86
+ b4093fe67ca0bc15f4d00363876eb5834925594b8ea8a74ac1902d6f39140b33 8709 verification/secret_scan_after_index.json
87
+ 3ff4c4db5631c0740ed3252532f067f17f2802046db329436ea68755162ebcc5 8364 verification/secret_scan_final.json
88
+ 23a338968b88555e0bde81bc66f908bfaa08d3f5c09a4a91fc2b0893d3d95d41 415 verification/train_manifest_verify.json
visual-observability/codelewm-visual-observability-20260521-6a8ac81/README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # CodeLeWM Visual Observability Artifact Set
2
+
3
+ Run id: codelewm-visual-observability-20260521-6a8ac81
4
+ Source SHA: 6a8ac81e27eaa3aa7bfc9b60eefe58496edec99b
5
+ Remote path: visual-observability/codelewm-visual-observability-20260521-6a8ac81
6
+ Date: 2026-05-21
7
+
8
+ This artifact set is diagnostic workflow evidence only. It demonstrates the
9
+ v1.4 visual observability harness surfaces; it does not support a claim that
10
+ CodeLeWM improves generated code, has useful semantic latent axes, or beats
11
+ no-action/LLM-order baselines.
12
+
13
+ ## Contents
14
+
15
+ - build/ and pack/: deterministic fixture dataset build and pack artifacts.
16
+ - train/: 4-step torch training run with TensorBoard-compatible export.
17
+ - checkpoint_inspection/: checkpoint tensor/layer inspection report.
18
+ - latent_matrix/: latent matrix diagnostic report.
19
+ - demo_fixture/: deterministic dry-run LLM demo with linked diagnostics.
20
+ - demo_live/: live OpenRouter/BYOK demo with linked diagnostics.
21
+ - demo_fixture_terminal.txt and demo_live_terminal.txt: terminal visual captures.
22
+ - demo_fixture_tui_snapshot.json and demo_live_tui_snapshot.json: deterministic TUI snapshots.
23
+ - verification/: manifest verification and secret-scan reports.
24
+ - CHECKSUMS.sha256: checksum index for every file in this bundle except itself.
25
+
26
+ ## Key Results
27
+
28
+ - Checkpoint inspection: 29275392 parameters; tensors finite.
29
+ - Latent matrix: 3 rows inspected; semantic-axis claim gate closed.
30
+ - TensorBoard export: 1 event file(s) plus JSON metadata.
31
+ - Fixture demo: best candidate candidate_004.patch score 121.55994415283203; no-action 121.22270202636719; claim gate closed.
32
+ - Live demo: best candidate candidate_001.patch score 120.6988525390625; no-action 121.22270202636719; claim gate closed.
33
+ - Final secret scan before index generation: ok=true.
34
+
35
+ Lower score is better. Demo reports are workflow evidence only; the scaled
36
+ downstream benchmark gate is still required for coding-usefulness claims.
visual-observability/codelewm-visual-observability-20260521-6a8ac81/build/config.json ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "include_patch": false,
4
+ "max_abstract_ops": 32,
5
+ "max_text_chars": 256
6
+ },
7
+ "codestate": {
8
+ "max_small_file_lines": 40,
9
+ "region_context_lines": 8
10
+ },
11
+ "dedup": {
12
+ "near_duplicate_hamming_threshold": 0
13
+ },
14
+ "filter": {
15
+ "generated_filename_suffixes": [
16
+ "_pb2.py",
17
+ "_pb2_grpc.py",
18
+ ".generated.py",
19
+ ".gen.py"
20
+ ],
21
+ "generated_path_markers": [
22
+ "generated",
23
+ "vendor",
24
+ "third_party",
25
+ "node_modules",
26
+ "__pycache__"
27
+ ],
28
+ "max_changed_lines": 150,
29
+ "max_edit_ratio": 0.6,
30
+ "max_message_chars": 512,
31
+ "min_changed_lines": 1,
32
+ "min_edit_ratio": 0.02,
33
+ "min_message_chars": 8
34
+ },
35
+ "license": {
36
+ "allowed_licenses": [
37
+ "apache-2.0",
38
+ "bsd-2-clause",
39
+ "bsd-3-clause",
40
+ "cc0-1.0",
41
+ "isc",
42
+ "mit",
43
+ "unlicense"
44
+ ],
45
+ "artifact_policy": "full_text",
46
+ "redistribution_allowed": true,
47
+ "require_license_field": true
48
+ },
49
+ "name": "first-results-fixture-build",
50
+ "normalize": {
51
+ "changed_context_lines": 2,
52
+ "include_docstrings": false,
53
+ "large_number_digits": 12,
54
+ "large_string_chars": 96,
55
+ "token_budget": 1024
56
+ },
57
+ "schema_version": "codelewm.dataset_build_config.v1",
58
+ "seed": 7,
59
+ "sources": [
60
+ {
61
+ "name": "first-results-fixture",
62
+ "options": {
63
+ "record_source": "local_repo"
64
+ },
65
+ "path": "../../tests/fixtures/dataset_build/records.jsonl",
66
+ "source": "fixture"
67
+ }
68
+ ],
69
+ "split": {
70
+ "seed": "codelewm.dataset_build.7",
71
+ "split_overrides": {
72
+ "example/train": "train",
73
+ "example/train2": "train",
74
+ "example/val": "val"
75
+ },
76
+ "test_ratio": 0.1,
77
+ "train_ratio": 0.8,
78
+ "val_ratio": 0.1
79
+ }
80
+ }
visual-observability/codelewm-visual-observability-20260521-6a8ac81/build/dataset_manifest.json ADDED
@@ -0,0 +1,387 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "artifacts": [
3
+ {
4
+ "bytes": 14193,
5
+ "kind": "transitions_jsonl",
6
+ "path": "transitions.jsonl",
7
+ "rows": 3,
8
+ "sha256": "fe2e6a756456f300b6aa7fd5ad9a28e0ca1ed841903d2ec652a5e4f0aa4f43c9"
9
+ },
10
+ {
11
+ "bytes": 1180,
12
+ "kind": "filter_report",
13
+ "path": "reports/filter_report.json",
14
+ "rows": 4,
15
+ "sha256": "1a4c523079e618ad5c297c9ad2564d9a1ec7d37a487f1913c546da46b9f0c1a3"
16
+ },
17
+ {
18
+ "bytes": 435,
19
+ "kind": "license_gate_report",
20
+ "path": "reports/license_gate_report.json",
21
+ "rows": 3,
22
+ "sha256": "edf84b7ba6de1e343ec7ec7604eff4c817009dc51da41dee4e8d3e129c3e89ac"
23
+ },
24
+ {
25
+ "bytes": 2276,
26
+ "kind": "source_acquisition_report",
27
+ "path": "reports/source_acquisition_report.json",
28
+ "rows": 4,
29
+ "sha256": "188b0aea43b746de5ff758939e5fc37ae784aac9f5fc3b370267bd2e5bf1ae03"
30
+ },
31
+ {
32
+ "bytes": 1701,
33
+ "kind": "split_dedup_report",
34
+ "path": "reports/split_dedup_report.json",
35
+ "rows": 3,
36
+ "sha256": "344967b2d1f4747c4a94dbefe50a47051fda5cd4a8abd863ce595306a8ffde41"
37
+ },
38
+ {
39
+ "bytes": 499,
40
+ "kind": "row_counts_report",
41
+ "path": "reports/row_counts.json",
42
+ "rows": 3,
43
+ "sha256": "d69c86fba26d13969c840bc9d5f7c6b566df68c144659b46e3e537841b3b27da"
44
+ },
45
+ {
46
+ "bytes": 3255,
47
+ "kind": "action_discriminative_shard_report",
48
+ "path": "reports/action_discriminative_shard_report.json",
49
+ "rows": 3,
50
+ "sha256": "8baf18292a42453dda6d2228ccc7d45ade0d7def8d501bd44b63e38e9a7cc6a3"
51
+ },
52
+ {
53
+ "bytes": 1742,
54
+ "kind": "config",
55
+ "path": "config.json",
56
+ "rows": 0,
57
+ "sha256": "e84fbe5f45d31d5fc194af8613e0879416238c3913fd4006fb4f4212244fa1d5"
58
+ }
59
+ ],
60
+ "features": {
61
+ "action_patch": false
62
+ },
63
+ "metadata": {
64
+ "action_discriminative_shard_report": {
65
+ "action_class_distribution": {
66
+ "action_abs_token_count_buckets": {
67
+ "m:17-64": 1,
68
+ "s:5-16": 2
69
+ },
70
+ "action_text_token_count_buckets": {
71
+ "xs:1-4": 3
72
+ },
73
+ "diff_shape_top_counts": [
74
+ {
75
+ "count": 2,
76
+ "value": "5c7941750d91b56b0d4602525499a3fb485114f522a7b211bf6e10417917b23f"
77
+ },
78
+ {
79
+ "count": 1,
80
+ "value": "edf3a99d92626c71687489a0c4d11dc9e8704c56a77b894674ccabb4893efaba"
81
+ }
82
+ ],
83
+ "top_action_signatures": [
84
+ {
85
+ "count": 1,
86
+ "value": "act-027750e148d0c10f"
87
+ },
88
+ {
89
+ "count": 1,
90
+ "value": "act-c59844836c7e90ab"
91
+ },
92
+ {
93
+ "count": 1,
94
+ "value": "act-fe0280f8c0c45feb"
95
+ }
96
+ ],
97
+ "unique_action_signature_count": 3
98
+ },
99
+ "claim_readiness": {
100
+ "checks": {
101
+ "action_abs_nonempty_ratio": 1.0,
102
+ "action_cluster_pairs": 0,
103
+ "action_text_nonempty_ratio": 1.0,
104
+ "edit_size_bucket_pairs": 1,
105
+ "heldout_rows": 1,
106
+ "same_file_or_near_before_pairs": 0
107
+ },
108
+ "failure_reasons": [
109
+ "insufficient_heldout_rows",
110
+ "missing_same_file_or_near_before_negatives",
111
+ "missing_action_cluster_negatives"
112
+ ],
113
+ "positive_action_use_claim_ready": false,
114
+ "thresholds": {
115
+ "min_action_abs_nonempty_ratio": 0.95,
116
+ "min_action_cluster_pairs": 1,
117
+ "min_action_text_nonempty_ratio": 0.95,
118
+ "min_edit_size_bucket_pairs": 1,
119
+ "min_heldout_rows": 2,
120
+ "min_same_file_or_near_before_pairs": 1
121
+ }
122
+ },
123
+ "duplicate_pressure": {
124
+ "exact_before_multirow_group_count": 0,
125
+ "exact_before_pair_count": 0,
126
+ "exact_before_unique_count": 3,
127
+ "near_before_different_after_pair_count": 0,
128
+ "near_before_group_pair_scan_count": 3,
129
+ "near_before_hamming_threshold": 0,
130
+ "near_before_pair_count": 0,
131
+ "near_before_scan_truncated": false,
132
+ "same_before_different_after_pair_count": 0
133
+ },
134
+ "edit_size_buckets": {
135
+ "s:3-10": 2,
136
+ "xs:0-2": 1
137
+ },
138
+ "hard_negative_pools": {
139
+ "action_cluster": {
140
+ "available": false,
141
+ "pair_count": 0
142
+ },
143
+ "diff_shape_controlled": {
144
+ "available": true,
145
+ "pair_count": 1
146
+ },
147
+ "edit_size_controlled": {
148
+ "available": true,
149
+ "pair_count": 1
150
+ },
151
+ "near_before_different_after": {
152
+ "available": false,
153
+ "pair_count": 0,
154
+ "scan_truncated": false
155
+ },
156
+ "same_before_different_after": {
157
+ "available": false,
158
+ "pair_count": 0
159
+ },
160
+ "same_file": {
161
+ "available": false,
162
+ "pair_count": 0
163
+ }
164
+ },
165
+ "metadata_quality": {
166
+ "action_abs_nonempty_ratio": 1.0,
167
+ "action_abs_nonempty_rows": 3,
168
+ "action_text_nonempty_ratio": 1.0,
169
+ "action_text_nonempty_rows": 3,
170
+ "rows_with_commit": 3,
171
+ "rows_with_dedup_keys": 3,
172
+ "rows_with_filter_flags": 0,
173
+ "rows_with_license": 3,
174
+ "rows_with_path": 3,
175
+ "rows_with_repo": 3
176
+ },
177
+ "row_count": 3,
178
+ "schema_version": "codelewm.data.action_discriminative_shard_report.v1",
179
+ "source_counts": {
180
+ "local_repo": 3
181
+ },
182
+ "split_counts": {
183
+ "test": 0,
184
+ "train": 2,
185
+ "val": 1
186
+ },
187
+ "unavailable_hard_negative_pools": [
188
+ "action_cluster",
189
+ "near_before_different_after",
190
+ "same_before_different_after",
191
+ "same_file"
192
+ ]
193
+ },
194
+ "build_config_schema_version": "codelewm.dataset_build_config.v1",
195
+ "build_name": "first-results-fixture-build",
196
+ "filter_report": {
197
+ "drop_reasons": {
198
+ "non_python_path": 1
199
+ },
200
+ "total_after": 3,
201
+ "total_before": 4,
202
+ "total_dropped": 1
203
+ },
204
+ "license_gate_report": {
205
+ "artifact_policy": "full_text",
206
+ "blocked_rows": 0,
207
+ "excluded_licenses": {
208
+ "mit": 1
209
+ },
210
+ "excluded_reasons": {
211
+ "allowed": 1
212
+ },
213
+ "excluded_rows": 1,
214
+ "excluded_sources": {
215
+ "local_repo": 1
216
+ },
217
+ "included_licenses": {
218
+ "apache-2.0": 1,
219
+ "mit": 2
220
+ },
221
+ "included_rows": 3,
222
+ "included_sources": {
223
+ "local_repo": 3
224
+ },
225
+ "release_allowed": true,
226
+ "schema_version": "codelewm.public_license_gate.v1"
227
+ },
228
+ "license_summary": {
229
+ "included_licenses": {
230
+ "apache-2.0": 1,
231
+ "mit": 2
232
+ },
233
+ "included_rows": 3,
234
+ "included_source_licenses": {
235
+ "local_repo": {
236
+ "apache-2.0": 1,
237
+ "mit": 2
238
+ }
239
+ }
240
+ },
241
+ "row_counts": {
242
+ "accounting": {
243
+ "filter_output_equals_split_input": true,
244
+ "loaded_equals_filter_input": true,
245
+ "split_output_equals_transitions": true
246
+ },
247
+ "filter_total_after": 3,
248
+ "filter_total_before": 4,
249
+ "filter_total_dropped": 1,
250
+ "kept_transitions": 3,
251
+ "schema_version": "codelewm.dataset_row_counts.v1",
252
+ "source_counts_before_filter": {
253
+ "local_repo": 4
254
+ },
255
+ "split_dedup_total_after": 3,
256
+ "split_dedup_total_before": 3,
257
+ "split_dedup_total_dropped": 0,
258
+ "total_loaded": 4
259
+ },
260
+ "source_acquisition_report": {
261
+ "build_name": "first-results-fixture-build",
262
+ "configured_sources": [
263
+ {
264
+ "index": 0,
265
+ "name": "first-results-fixture",
266
+ "options": {
267
+ "record_source": "local_repo"
268
+ },
269
+ "path": {
270
+ "configured": true,
271
+ "kind": "relative",
272
+ "path": "../../tests/fixtures/dataset_build/records.jsonl",
273
+ "path_sha256": "e59aea9291c0b9610d589d3b8461e4db51e1645dd47522c8ca22a129f70c5ad0"
274
+ },
275
+ "raw_rows_loaded": 4,
276
+ "record_source_counts": {
277
+ "local_repo": 4
278
+ },
279
+ "source": "fixture"
280
+ }
281
+ ],
282
+ "dataset_card_fields": {
283
+ "license_gate_report": "reports/license_gate_report.json",
284
+ "source_acquisition_report": "reports/source_acquisition_report.json",
285
+ "source_mix": [
286
+ {
287
+ "rows_excluded": 1,
288
+ "rows_included": 3,
289
+ "rows_loaded": 4,
290
+ "source": "local_repo"
291
+ }
292
+ ]
293
+ },
294
+ "filter_drop_reasons": {
295
+ "non_python_path": 1
296
+ },
297
+ "license_gate_report": {
298
+ "artifact_policy": "full_text",
299
+ "blocked_rows": 0,
300
+ "excluded_licenses": {
301
+ "mit": 1
302
+ },
303
+ "excluded_reasons": {
304
+ "allowed": 1
305
+ },
306
+ "excluded_rows": 1,
307
+ "excluded_sources": {
308
+ "local_repo": 1
309
+ },
310
+ "included_licenses": {
311
+ "apache-2.0": 1,
312
+ "mit": 2
313
+ },
314
+ "included_rows": 3,
315
+ "included_sources": {
316
+ "local_repo": 3
317
+ },
318
+ "release_allowed": true,
319
+ "schema_version": "codelewm.public_license_gate.v1"
320
+ },
321
+ "license_policy": {
322
+ "allowed_licenses": [
323
+ "apache-2.0",
324
+ "bsd-2-clause",
325
+ "bsd-3-clause",
326
+ "cc0-1.0",
327
+ "isc",
328
+ "mit",
329
+ "unlicense"
330
+ ],
331
+ "artifact_policy": "full_text",
332
+ "redistribution_allowed": true,
333
+ "require_license_field": true
334
+ },
335
+ "public_path_policy": {
336
+ "absolute_or_home_paths": "redacted_with_sha256_digest",
337
+ "raw_private_paths_published": false,
338
+ "relative_paths_may_be_recorded": true
339
+ },
340
+ "release_allowed": true,
341
+ "schema_version": "codelewm.source_acquisition.v1",
342
+ "source_counts_before_filter": {
343
+ "local_repo": 4
344
+ },
345
+ "source_mix": [
346
+ {
347
+ "rows_excluded": 1,
348
+ "rows_included": 3,
349
+ "rows_loaded": 4,
350
+ "source": "local_repo"
351
+ }
352
+ ],
353
+ "supported_sources": [
354
+ "commitpackft",
355
+ "fixture"
356
+ ]
357
+ },
358
+ "source_counts_before_filter": {
359
+ "local_repo": 4
360
+ },
361
+ "split_dedup_report": {
362
+ "drop_reasons": {},
363
+ "per_split": {
364
+ "test": 0,
365
+ "train": 2,
366
+ "val": 1
367
+ },
368
+ "total_after": 3,
369
+ "total_before": 3,
370
+ "total_dropped": 0
371
+ }
372
+ },
373
+ "row_count": 3,
374
+ "schema_version": "codelewm.transition.v1",
375
+ "source_counts": {
376
+ "agentpack": 0,
377
+ "commitpack": 0,
378
+ "commitpackft": 0,
379
+ "local_repo": 3,
380
+ "synthetic": 0
381
+ },
382
+ "split_counts": {
383
+ "test": 0,
384
+ "train": 2,
385
+ "val": 1
386
+ }
387
+ }
visual-observability/codelewm-visual-observability-20260521-6a8ac81/build/manifest.json ADDED
@@ -0,0 +1,234 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "artifact_id": "dataset-34bb3dad37d63dca",
3
+ "artifact_kind": "dataset",
4
+ "command": [
5
+ "codelewm",
6
+ "dataset",
7
+ "build",
8
+ "--config",
9
+ "config/first_results/dataset_build.json",
10
+ "--out",
11
+ ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/build",
12
+ "--json"
13
+ ],
14
+ "config_sha256": "a87cc5fbfcfe21964b2f98afc83681343c7a2b298b27fc93241f91b171d59dc1",
15
+ "created_at": "2026-05-21T20:17:53Z",
16
+ "files": [
17
+ {
18
+ "bytes": 1742,
19
+ "path": "config.json",
20
+ "sha256": "e84fbe5f45d31d5fc194af8613e0879416238c3913fd4006fb4f4212244fa1d5"
21
+ },
22
+ {
23
+ "bytes": 14193,
24
+ "path": "transitions.jsonl",
25
+ "sha256": "fe2e6a756456f300b6aa7fd5ad9a28e0ca1ed841903d2ec652a5e4f0aa4f43c9"
26
+ },
27
+ {
28
+ "bytes": 10579,
29
+ "path": "dataset_manifest.json",
30
+ "sha256": "97b22ed3707d69cbe6de13b163bb730763b6bbdbc92571defa31d6d21fbaae0e"
31
+ },
32
+ {
33
+ "bytes": 1180,
34
+ "path": "reports/filter_report.json",
35
+ "sha256": "1a4c523079e618ad5c297c9ad2564d9a1ec7d37a487f1913c546da46b9f0c1a3"
36
+ },
37
+ {
38
+ "bytes": 435,
39
+ "path": "reports/license_gate_report.json",
40
+ "sha256": "edf84b7ba6de1e343ec7ec7604eff4c817009dc51da41dee4e8d3e129c3e89ac"
41
+ },
42
+ {
43
+ "bytes": 2276,
44
+ "path": "reports/source_acquisition_report.json",
45
+ "sha256": "188b0aea43b746de5ff758939e5fc37ae784aac9f5fc3b370267bd2e5bf1ae03"
46
+ },
47
+ {
48
+ "bytes": 1701,
49
+ "path": "reports/split_dedup_report.json",
50
+ "sha256": "344967b2d1f4747c4a94dbefe50a47051fda5cd4a8abd863ce595306a8ffde41"
51
+ },
52
+ {
53
+ "bytes": 499,
54
+ "path": "reports/row_counts.json",
55
+ "sha256": "d69c86fba26d13969c840bc9d5f7c6b566df68c144659b46e3e537841b3b27da"
56
+ },
57
+ {
58
+ "bytes": 3255,
59
+ "path": "reports/action_discriminative_shard_report.json",
60
+ "sha256": "8baf18292a42453dda6d2228ccc7d45ade0d7def8d501bd44b63e38e9a7cc6a3"
61
+ }
62
+ ],
63
+ "metadata": {
64
+ "action_discriminative_claim_ready": false,
65
+ "action_discriminative_hard_negative_pools": {
66
+ "action_cluster": {
67
+ "available": false,
68
+ "pair_count": 0
69
+ },
70
+ "diff_shape_controlled": {
71
+ "available": true,
72
+ "pair_count": 1
73
+ },
74
+ "edit_size_controlled": {
75
+ "available": true,
76
+ "pair_count": 1
77
+ },
78
+ "near_before_different_after": {
79
+ "available": false,
80
+ "pair_count": 0,
81
+ "scan_truncated": false
82
+ },
83
+ "same_before_different_after": {
84
+ "available": false,
85
+ "pair_count": 0
86
+ },
87
+ "same_file": {
88
+ "available": false,
89
+ "pair_count": 0
90
+ }
91
+ },
92
+ "action_discriminative_shard_report": "reports/action_discriminative_shard_report.json",
93
+ "dataset_manifest": "dataset_manifest.json",
94
+ "dataset_schema_version": "codelewm.transition.v1",
95
+ "license_gate_report": {
96
+ "artifact_policy": "full_text",
97
+ "blocked_rows": 0,
98
+ "excluded_licenses": {
99
+ "mit": 1
100
+ },
101
+ "excluded_reasons": {
102
+ "allowed": 1
103
+ },
104
+ "excluded_rows": 1,
105
+ "excluded_sources": {
106
+ "local_repo": 1
107
+ },
108
+ "included_licenses": {
109
+ "apache-2.0": 1,
110
+ "mit": 2
111
+ },
112
+ "included_rows": 3,
113
+ "included_sources": {
114
+ "local_repo": 3
115
+ },
116
+ "release_allowed": true,
117
+ "schema_version": "codelewm.public_license_gate.v1"
118
+ },
119
+ "row_count": 3,
120
+ "source_acquisition_report": {
121
+ "build_name": "first-results-fixture-build",
122
+ "configured_sources": [
123
+ {
124
+ "index": 0,
125
+ "name": "first-results-fixture",
126
+ "options": {
127
+ "record_source": "local_repo"
128
+ },
129
+ "path": {
130
+ "configured": true,
131
+ "kind": "relative",
132
+ "path": "../../tests/fixtures/dataset_build/records.jsonl",
133
+ "path_sha256": "e59aea9291c0b9610d589d3b8461e4db51e1645dd47522c8ca22a129f70c5ad0"
134
+ },
135
+ "raw_rows_loaded": 4,
136
+ "record_source_counts": {
137
+ "local_repo": 4
138
+ },
139
+ "source": "fixture"
140
+ }
141
+ ],
142
+ "dataset_card_fields": {
143
+ "license_gate_report": "reports/license_gate_report.json",
144
+ "source_acquisition_report": "reports/source_acquisition_report.json",
145
+ "source_mix": [
146
+ {
147
+ "rows_excluded": 1,
148
+ "rows_included": 3,
149
+ "rows_loaded": 4,
150
+ "source": "local_repo"
151
+ }
152
+ ]
153
+ },
154
+ "filter_drop_reasons": {
155
+ "non_python_path": 1
156
+ },
157
+ "license_gate_report": {
158
+ "artifact_policy": "full_text",
159
+ "blocked_rows": 0,
160
+ "excluded_licenses": {
161
+ "mit": 1
162
+ },
163
+ "excluded_reasons": {
164
+ "allowed": 1
165
+ },
166
+ "excluded_rows": 1,
167
+ "excluded_sources": {
168
+ "local_repo": 1
169
+ },
170
+ "included_licenses": {
171
+ "apache-2.0": 1,
172
+ "mit": 2
173
+ },
174
+ "included_rows": 3,
175
+ "included_sources": {
176
+ "local_repo": 3
177
+ },
178
+ "release_allowed": true,
179
+ "schema_version": "codelewm.public_license_gate.v1"
180
+ },
181
+ "license_policy": {
182
+ "allowed_licenses": [
183
+ "apache-2.0",
184
+ "bsd-2-clause",
185
+ "bsd-3-clause",
186
+ "cc0-1.0",
187
+ "isc",
188
+ "mit",
189
+ "unlicense"
190
+ ],
191
+ "artifact_policy": "full_text",
192
+ "redistribution_allowed": true,
193
+ "require_license_field": true
194
+ },
195
+ "public_path_policy": {
196
+ "absolute_or_home_paths": "redacted_with_sha256_digest",
197
+ "raw_private_paths_published": false,
198
+ "relative_paths_may_be_recorded": true
199
+ },
200
+ "release_allowed": true,
201
+ "schema_version": "codelewm.source_acquisition.v1",
202
+ "source_counts_before_filter": {
203
+ "local_repo": 4
204
+ },
205
+ "source_mix": [
206
+ {
207
+ "rows_excluded": 1,
208
+ "rows_included": 3,
209
+ "rows_loaded": 4,
210
+ "source": "local_repo"
211
+ }
212
+ ],
213
+ "supported_sources": [
214
+ "commitpackft",
215
+ "fixture"
216
+ ]
217
+ },
218
+ "source_counts": {
219
+ "agentpack": 0,
220
+ "commitpack": 0,
221
+ "commitpackft": 0,
222
+ "local_repo": 3,
223
+ "synthetic": 0
224
+ },
225
+ "split_counts": {
226
+ "test": 0,
227
+ "train": 2,
228
+ "val": 1
229
+ }
230
+ },
231
+ "parent_artifacts": [],
232
+ "schema_version": "codelewm.artifact_manifest.v1",
233
+ "source_git_sha": "6a8ac81e27eaa3aa7bfc9b60eefe58496edec99b"
234
+ }
visual-observability/codelewm-visual-observability-20260521-6a8ac81/build/reports/action_discriminative_shard_report.json ADDED
@@ -0,0 +1,130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action_class_distribution": {
3
+ "action_abs_token_count_buckets": {
4
+ "m:17-64": 1,
5
+ "s:5-16": 2
6
+ },
7
+ "action_text_token_count_buckets": {
8
+ "xs:1-4": 3
9
+ },
10
+ "diff_shape_top_counts": [
11
+ {
12
+ "count": 2,
13
+ "value": "5c7941750d91b56b0d4602525499a3fb485114f522a7b211bf6e10417917b23f"
14
+ },
15
+ {
16
+ "count": 1,
17
+ "value": "edf3a99d92626c71687489a0c4d11dc9e8704c56a77b894674ccabb4893efaba"
18
+ }
19
+ ],
20
+ "top_action_signatures": [
21
+ {
22
+ "count": 1,
23
+ "value": "act-027750e148d0c10f"
24
+ },
25
+ {
26
+ "count": 1,
27
+ "value": "act-c59844836c7e90ab"
28
+ },
29
+ {
30
+ "count": 1,
31
+ "value": "act-fe0280f8c0c45feb"
32
+ }
33
+ ],
34
+ "unique_action_signature_count": 3
35
+ },
36
+ "claim_readiness": {
37
+ "checks": {
38
+ "action_abs_nonempty_ratio": 1.0,
39
+ "action_cluster_pairs": 0,
40
+ "action_text_nonempty_ratio": 1.0,
41
+ "edit_size_bucket_pairs": 1,
42
+ "heldout_rows": 1,
43
+ "same_file_or_near_before_pairs": 0
44
+ },
45
+ "failure_reasons": [
46
+ "insufficient_heldout_rows",
47
+ "missing_same_file_or_near_before_negatives",
48
+ "missing_action_cluster_negatives"
49
+ ],
50
+ "positive_action_use_claim_ready": false,
51
+ "thresholds": {
52
+ "min_action_abs_nonempty_ratio": 0.95,
53
+ "min_action_cluster_pairs": 1,
54
+ "min_action_text_nonempty_ratio": 0.95,
55
+ "min_edit_size_bucket_pairs": 1,
56
+ "min_heldout_rows": 2,
57
+ "min_same_file_or_near_before_pairs": 1
58
+ }
59
+ },
60
+ "duplicate_pressure": {
61
+ "exact_before_multirow_group_count": 0,
62
+ "exact_before_pair_count": 0,
63
+ "exact_before_unique_count": 3,
64
+ "near_before_different_after_pair_count": 0,
65
+ "near_before_group_pair_scan_count": 3,
66
+ "near_before_hamming_threshold": 0,
67
+ "near_before_pair_count": 0,
68
+ "near_before_scan_truncated": false,
69
+ "same_before_different_after_pair_count": 0
70
+ },
71
+ "edit_size_buckets": {
72
+ "s:3-10": 2,
73
+ "xs:0-2": 1
74
+ },
75
+ "hard_negative_pools": {
76
+ "action_cluster": {
77
+ "available": false,
78
+ "pair_count": 0
79
+ },
80
+ "diff_shape_controlled": {
81
+ "available": true,
82
+ "pair_count": 1
83
+ },
84
+ "edit_size_controlled": {
85
+ "available": true,
86
+ "pair_count": 1
87
+ },
88
+ "near_before_different_after": {
89
+ "available": false,
90
+ "pair_count": 0,
91
+ "scan_truncated": false
92
+ },
93
+ "same_before_different_after": {
94
+ "available": false,
95
+ "pair_count": 0
96
+ },
97
+ "same_file": {
98
+ "available": false,
99
+ "pair_count": 0
100
+ }
101
+ },
102
+ "metadata_quality": {
103
+ "action_abs_nonempty_ratio": 1.0,
104
+ "action_abs_nonempty_rows": 3,
105
+ "action_text_nonempty_ratio": 1.0,
106
+ "action_text_nonempty_rows": 3,
107
+ "rows_with_commit": 3,
108
+ "rows_with_dedup_keys": 3,
109
+ "rows_with_filter_flags": 0,
110
+ "rows_with_license": 3,
111
+ "rows_with_path": 3,
112
+ "rows_with_repo": 3
113
+ },
114
+ "row_count": 3,
115
+ "schema_version": "codelewm.data.action_discriminative_shard_report.v1",
116
+ "source_counts": {
117
+ "local_repo": 3
118
+ },
119
+ "split_counts": {
120
+ "test": 0,
121
+ "train": 2,
122
+ "val": 1
123
+ },
124
+ "unavailable_hard_negative_pools": [
125
+ "action_cluster",
126
+ "near_before_different_after",
127
+ "same_before_different_after",
128
+ "same_file"
129
+ ]
130
+ }
visual-observability/codelewm-visual-observability-20260521-6a8ac81/build/reports/filter_report.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dropped": [
3
+ {
4
+ "license_decision": {
5
+ "allowed": true,
6
+ "artifact_policy": "full_text",
7
+ "license": "mit",
8
+ "reason": "allowed",
9
+ "source": "local_repo"
10
+ },
11
+ "reason": {
12
+ "code": "non_python_path",
13
+ "details": {
14
+ "path_after": "README.md",
15
+ "path_before": "README.md"
16
+ },
17
+ "message": "old and new paths must both be Python files"
18
+ },
19
+ "record_id": "local_repo:example/drop:drop1:README.md"
20
+ }
21
+ ],
22
+ "kept": 3,
23
+ "license_gate_report": {
24
+ "artifact_policy": "full_text",
25
+ "blocked_rows": 0,
26
+ "excluded_licenses": {
27
+ "mit": 1
28
+ },
29
+ "excluded_reasons": {
30
+ "allowed": 1
31
+ },
32
+ "excluded_rows": 1,
33
+ "excluded_sources": {
34
+ "local_repo": 1
35
+ },
36
+ "included_licenses": {
37
+ "apache-2.0": 1,
38
+ "mit": 2
39
+ },
40
+ "included_rows": 3,
41
+ "included_sources": {
42
+ "local_repo": 3
43
+ },
44
+ "release_allowed": true,
45
+ "schema_version": "codelewm.public_license_gate.v1"
46
+ },
47
+ "report": {
48
+ "drop_reasons": {
49
+ "non_python_path": 1
50
+ },
51
+ "total_after": 3,
52
+ "total_before": 4,
53
+ "total_dropped": 1
54
+ }
55
+ }
visual-observability/codelewm-visual-observability-20260521-6a8ac81/build/reports/license_gate_report.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "artifact_policy": "full_text",
3
+ "blocked_rows": 0,
4
+ "excluded_licenses": {
5
+ "mit": 1
6
+ },
7
+ "excluded_reasons": {
8
+ "allowed": 1
9
+ },
10
+ "excluded_rows": 1,
11
+ "excluded_sources": {
12
+ "local_repo": 1
13
+ },
14
+ "included_licenses": {
15
+ "apache-2.0": 1,
16
+ "mit": 2
17
+ },
18
+ "included_rows": 3,
19
+ "included_sources": {
20
+ "local_repo": 3
21
+ },
22
+ "release_allowed": true,
23
+ "schema_version": "codelewm.public_license_gate.v1"
24
+ }
visual-observability/codelewm-visual-observability-20260521-6a8ac81/build/reports/row_counts.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "accounting": {
3
+ "filter_output_equals_split_input": true,
4
+ "loaded_equals_filter_input": true,
5
+ "split_output_equals_transitions": true
6
+ },
7
+ "filter_total_after": 3,
8
+ "filter_total_before": 4,
9
+ "filter_total_dropped": 1,
10
+ "kept_transitions": 3,
11
+ "schema_version": "codelewm.dataset_row_counts.v1",
12
+ "source_counts_before_filter": {
13
+ "local_repo": 4
14
+ },
15
+ "split_dedup_total_after": 3,
16
+ "split_dedup_total_before": 3,
17
+ "split_dedup_total_dropped": 0,
18
+ "total_loaded": 4
19
+ }
visual-observability/codelewm-visual-observability-20260521-6a8ac81/build/reports/source_acquisition_report.json ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "build_name": "first-results-fixture-build",
3
+ "configured_sources": [
4
+ {
5
+ "index": 0,
6
+ "name": "first-results-fixture",
7
+ "options": {
8
+ "record_source": "local_repo"
9
+ },
10
+ "path": {
11
+ "configured": true,
12
+ "kind": "relative",
13
+ "path": "../../tests/fixtures/dataset_build/records.jsonl",
14
+ "path_sha256": "e59aea9291c0b9610d589d3b8461e4db51e1645dd47522c8ca22a129f70c5ad0"
15
+ },
16
+ "raw_rows_loaded": 4,
17
+ "record_source_counts": {
18
+ "local_repo": 4
19
+ },
20
+ "source": "fixture"
21
+ }
22
+ ],
23
+ "dataset_card_fields": {
24
+ "license_gate_report": "reports/license_gate_report.json",
25
+ "source_acquisition_report": "reports/source_acquisition_report.json",
26
+ "source_mix": [
27
+ {
28
+ "rows_excluded": 1,
29
+ "rows_included": 3,
30
+ "rows_loaded": 4,
31
+ "source": "local_repo"
32
+ }
33
+ ]
34
+ },
35
+ "filter_drop_reasons": {
36
+ "non_python_path": 1
37
+ },
38
+ "license_gate_report": {
39
+ "artifact_policy": "full_text",
40
+ "blocked_rows": 0,
41
+ "excluded_licenses": {
42
+ "mit": 1
43
+ },
44
+ "excluded_reasons": {
45
+ "allowed": 1
46
+ },
47
+ "excluded_rows": 1,
48
+ "excluded_sources": {
49
+ "local_repo": 1
50
+ },
51
+ "included_licenses": {
52
+ "apache-2.0": 1,
53
+ "mit": 2
54
+ },
55
+ "included_rows": 3,
56
+ "included_sources": {
57
+ "local_repo": 3
58
+ },
59
+ "release_allowed": true,
60
+ "schema_version": "codelewm.public_license_gate.v1"
61
+ },
62
+ "license_policy": {
63
+ "allowed_licenses": [
64
+ "apache-2.0",
65
+ "bsd-2-clause",
66
+ "bsd-3-clause",
67
+ "cc0-1.0",
68
+ "isc",
69
+ "mit",
70
+ "unlicense"
71
+ ],
72
+ "artifact_policy": "full_text",
73
+ "redistribution_allowed": true,
74
+ "require_license_field": true
75
+ },
76
+ "public_path_policy": {
77
+ "absolute_or_home_paths": "redacted_with_sha256_digest",
78
+ "raw_private_paths_published": false,
79
+ "relative_paths_may_be_recorded": true
80
+ },
81
+ "release_allowed": true,
82
+ "schema_version": "codelewm.source_acquisition.v1",
83
+ "source_counts_before_filter": {
84
+ "local_repo": 4
85
+ },
86
+ "source_mix": [
87
+ {
88
+ "rows_excluded": 1,
89
+ "rows_included": 3,
90
+ "rows_loaded": 4,
91
+ "source": "local_repo"
92
+ }
93
+ ],
94
+ "supported_sources": [
95
+ "commitpackft",
96
+ "fixture"
97
+ ]
98
+ }
visual-observability/codelewm-visual-observability-20260521-6a8ac81/build/reports/split_dedup_report.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dropped": [],
3
+ "kept": [
4
+ {
5
+ "dedup_keys": {
6
+ "diff_shape": "edf3a99d92626c71687489a0c4d11dc9e8704c56a77b894674ccabb4893efaba",
7
+ "exact_before_after": "c4854d1fedb4c31e7c984c8f139b7043d91ee5e30f229c57ebc58bba5e5c3036",
8
+ "exact_transition": "71dd24a8acdf63dbb81dd0a65ee8e3b4b06a0ed44856ef5708d5622de066f3e3",
9
+ "near_state": "4670dab35b664e2f"
10
+ },
11
+ "record_id": "local_repo:example/train:train1:pkg/add.py",
12
+ "split": "train",
13
+ "split_key": "example/train"
14
+ },
15
+ {
16
+ "dedup_keys": {
17
+ "diff_shape": "5c7941750d91b56b0d4602525499a3fb485114f522a7b211bf6e10417917b23f",
18
+ "exact_before_after": "c284c1b0d5ed7791e14f67bcc479e4500bdd9749582cf6a0bb0998474cd596b0",
19
+ "exact_transition": "c07eac2e5444f0f4c7aa7a3acafa4c9d765ee5d5566edbe6e23c4fab1b35d80a",
20
+ "near_state": "f1f1f493fe7bcbad"
21
+ },
22
+ "record_id": "local_repo:example/train2:train2:pkg/name.py",
23
+ "split": "train",
24
+ "split_key": "example/train2"
25
+ },
26
+ {
27
+ "dedup_keys": {
28
+ "diff_shape": "5c7941750d91b56b0d4602525499a3fb485114f522a7b211bf6e10417917b23f",
29
+ "exact_before_after": "d1daebb91c5bf1372bbe3df2f7f4a81200ab3c9a3f2a0e1807fd07620b3fe5c6",
30
+ "exact_transition": "5c74bdec73214be787aa176f03475d9acf39729d57b60bafbe1221d69a157b99",
31
+ "near_state": "7e78f013ff7a922f"
32
+ },
33
+ "record_id": "local_repo:example/val:val1:pkg/counter.py",
34
+ "split": "val",
35
+ "split_key": "example/val"
36
+ }
37
+ ],
38
+ "report": {
39
+ "drop_reasons": {},
40
+ "per_split": {
41
+ "test": 0,
42
+ "train": 2,
43
+ "val": 1
44
+ },
45
+ "total_after": 3,
46
+ "total_before": 3,
47
+ "total_dropped": 0
48
+ }
49
+ }
visual-observability/codelewm-visual-observability-20260521-6a8ac81/build/transitions.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {"action_abs_attention_mask": [true, true, true, true, true, true, true, true, true, true, true, true, true, true, true], "action_abs_input_ids": [281297896, 783670796, 1521438343, 1321051079, 949131027, 448768834, 1330716175, 740135666, 448768834, 1330716175, 1194834393, 1779217878, 861909156, 1194834393, 1779217878], "action_patch_attention_mask": null, "action_patch_input_ids": null, "action_text_attention_mask": [true, true, true], "action_text_input_ids": [412018956, 1681606481, 514778224], "commit": "train1", "dedup_keys": ["diff_shape:edf3a99d92626c71687489a0c4d11dc9e8704c56a77b894674ccabb4893efaba", "exact_before_after:c4854d1fedb4c31e7c984c8f139b7043d91ee5e30f229c57ebc58bba5e5c3036", "exact_transition:71dd24a8acdf63dbb81dd0a65ee8e3b4b06a0ed44856ef5708d5622de066f3e3", "near_state:4670dab35b664e2f"], "edit_size": 2, "filter_flags": [], "license": "MIT", "path": "pkg/add.py", "repo": "example/train", "schema_version": "codelewm.transition.v1", "source": "local_repo", "split": "train", "state_after_attention_mask": [true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true], "state_after_changed_hunk_mask": [false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, true, true, true, true, true], "state_after_fallback_reason": null, "state_after_input_ids": [1405944125, 894491947, 241804911, 335042699, 1405944125, 1011648954, 1746301763, 1886643270, 1681606481, 1487344266, 1391688477, 335042699, 1405944125, 1071988550, 1746301763, 1487344266, 1681606481, 335042699, 1405944125, 1069299560, 1681606481, 335042699, 1405944125, 2146672659, 1046552672, 335042699, 1405944125, 124457177, 335042699, 1405944125, 473069369, 335042699, 1405944125, 1091729488, 335042699, 1405944125, 182192477, 335042699, 1405944125, 1301259259, 335042699, 1590076554, 1681606481, 2007634855, 1243827285, 2141469871, 2107457361, 940670906, 1765871395, 334848461, 1243827285, 1274740059, 2107457361, 1274740059, 2090085383], "state_after_kind": "function", "state_after_segment_ids": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 3, 3, 3, 3, 3, 3, 2, 2, 2, 4, 4, 4, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6], "state_after_symbol": "add", "state_before_attention_mask": [true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true], "state_before_changed_hunk_mask": [false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, true, true, true], "state_before_fallback_reason": null, "state_before_input_ids": [1405944125, 894491947, 241804911, 335042699, 1405944125, 1011648954, 1746301763, 1886643270, 1681606481, 1487344266, 1391688477, 335042699, 1405944125, 1071988550, 1746301763, 1487344266, 1681606481, 335042699, 1405944125, 1069299560, 1681606481, 335042699, 1405944125, 2146672659, 1046552672, 335042699, 1405944125, 124457177, 335042699, 1405944125, 473069369, 335042699, 1405944125, 1091729488, 335042699, 1405944125, 182192477, 335042699, 1405944125, 1301259259, 335042699, 1590076554, 1681606481, 2007634855, 1243827285, 2141469871, 2107457361, 940670906, 1765871395, 334848461, 1243827285, 1274740059, 2107457361], "state_before_kind": "function", "state_before_segment_ids": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 3, 3, 3, 3, 3, 3, 2, 2, 2, 4, 4, 4, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6], "state_before_symbol": "add", "token_count_after": 55, "token_count_before": 53, "transition_id": "transition-293787e5d646ba9171ade686"}
2
+ {"action_abs_attention_mask": [true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true], "action_abs_input_ids": [1081060275, 309700724, 841796460, 244038819, 2010114876, 1717498401, 834156744, 321484767, 244038819, 321484767, 409011147, 1768249554, 1226249143, 1679735167, 2028661800, 1679735167, 1110310026, 1717498401, 834156744, 321484767, 244038819, 321484767], "action_patch_attention_mask": null, "action_patch_input_ids": null, "action_text_attention_mask": [true, true, true], "action_text_input_ids": [1415252479, 2037043291, 38170115], "commit": "train2", "dedup_keys": ["diff_shape:5c7941750d91b56b0d4602525499a3fb485114f522a7b211bf6e10417917b23f", "exact_before_after:c284c1b0d5ed7791e14f67bcc479e4500bdd9749582cf6a0bb0998474cd596b0", "exact_transition:c07eac2e5444f0f4c7aa7a3acafa4c9d765ee5d5566edbe6e23c4fab1b35d80a", "near_state:f1f1f493fe7bcbad"], "edit_size": 3, "filter_flags": [], "license": "MIT", "path": "pkg/name.py", "repo": "example/train2", "schema_version": "codelewm.transition.v1", "source": "local_repo", "split": "train", "state_after_attention_mask": [true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true], "state_after_changed_hunk_mask": [false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, true, true, true, true, true, true, true, true, true, true, true, true], "state_after_fallback_reason": null, "state_after_input_ids": [1405944125, 894491947, 241804911, 335042699, 1405944125, 1011648954, 1746301763, 1886643270, 1882584616, 1487344266, 1391688477, 335042699, 1405944125, 1071988550, 1746301763, 1487344266, 1882584616, 335042699, 1405944125, 1069299560, 1415252479, 335042699, 1405944125, 2146672659, 1046552672, 335042699, 1405944125, 124457177, 335042699, 1405944125, 473069369, 335042699, 1405944125, 1091729488, 335042699, 1405944125, 182192477, 335042699, 2037043291, 1487344266, 1353698840, 38170115, 1487344266, 692587454, 1405944125, 1301259259, 335042699, 1590076554, 1415252479, 2007634855, 38170115, 940670906, 1765871395, 2037043291, 1043377353, 38170115, 1487344266, 692587454, 2007634855, 940670906, 334848461, 2037043291, 1487344266, 1353698840, 2007634855, 940670906], "state_after_kind": "function", "state_after_segment_ids": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 3, 3, 3, 3, 3, 3, 2, 2, 2, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6], "state_after_symbol": "normalize", "state_before_attention_mask": [true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true], "state_before_changed_hunk_mask": [false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, true, true, true, true, true], "state_before_fallback_reason": null, "state_before_input_ids": [1405944125, 894491947, 241804911, 335042699, 1405944125, 1011648954, 1746301763, 1886643270, 1882584616, 1487344266, 1391688477, 335042699, 1405944125, 1071988550, 1746301763, 1487344266, 1882584616, 335042699, 1405944125, 1069299560, 1415252479, 335042699, 1405944125, 2146672659, 1046552672, 335042699, 1405944125, 124457177, 335042699, 1405944125, 473069369, 335042699, 1405944125, 1091729488, 335042699, 1405944125, 182192477, 335042699, 38170115, 1487344266, 692587454, 1405944125, 1301259259, 335042699, 1590076554, 1415252479, 2007634855, 38170115, 940670906, 1765871395, 334848461, 38170115, 1487344266, 692587454, 2007634855, 940670906], "state_before_kind": "function", "state_before_segment_ids": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 3, 3, 3, 3, 3, 3, 2, 2, 2, 4, 4, 4, 5, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6], "state_before_symbol": "normalize", "token_count_after": 66, "token_count_before": 56, "transition_id": "transition-38babcc7215213166f908135"}
3
+ {"action_abs_attention_mask": [true, true, true, true, true, true, true, true, true, true], "action_abs_input_ids": [1081060275, 2139726414, 1865395002, 976299623, 1607400134, 515074476, 733095375, 2019755695, 652321776, 1858205665], "action_patch_attention_mask": null, "action_patch_input_ids": null, "action_text_attention_mask": [true, true, true], "action_text_input_ids": [73602871, 1656197285, 38170115], "commit": "val1", "dedup_keys": ["diff_shape:5c7941750d91b56b0d4602525499a3fb485114f522a7b211bf6e10417917b23f", "exact_before_after:d1daebb91c5bf1372bbe3df2f7f4a81200ab3c9a3f2a0e1807fd07620b3fe5c6", "exact_transition:5c74bdec73214be787aa176f03475d9acf39729d57b60bafbe1221d69a157b99", "near_state:7e78f013ff7a922f"], "edit_size": 5, "filter_flags": [], "license": "Apache-2.0", "path": "pkg/counter.py", "repo": "example/val", "schema_version": "codelewm.transition.v1", "source": "local_repo", "split": "val", "state_after_attention_mask": [true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true], "state_after_changed_hunk_mask": [false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, true, true, true, true, true, true, true, true, true, true, true, true, true, false, false, false, false], "state_after_fallback_reason": null, "state_after_input_ids": [1405944125, 894491947, 241804911, 335042699, 1405944125, 1011648954, 1746301763, 1886643270, 1656197285, 1487344266, 1391688477, 335042699, 1405944125, 1071988550, 1746301763, 1487344266, 1656197285, 335042699, 1405944125, 1069299560, 807926227, 335042699, 1405944125, 2146672659, 891417937, 335042699, 1405944125, 124457177, 335042699, 1405944125, 473069369, 335042699, 1405944125, 1091729488, 335042699, 1405944125, 182192477, 335042699, 1405944125, 1301259259, 335042699, 891417937, 807926227, 1765871395, 1590076554, 38170115, 2007634855, 220100249, 940670906, 1765871395, 334848461, 1695625847, 1590076554, 635530991, 2007634855, 220100249, 940670906, 1765871395, 334848461, 2046295817, 498398158, 2046295817], "state_after_kind": "class", "state_after_segment_ids": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 3, 3, 3, 3, 3, 3, 2, 2, 2, 4, 4, 4, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6], "state_after_symbol": "Counter", "state_before_attention_mask": [true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true], "state_before_changed_hunk_mask": [false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, true], "state_before_fallback_reason": null, "state_before_input_ids": [1405944125, 894491947, 241804911, 335042699, 1405944125, 1011648954, 1746301763, 1886643270, 1656197285, 1487344266, 1391688477, 335042699, 1405944125, 1071988550, 1746301763, 1487344266, 1656197285, 335042699, 1405944125, 1069299560, 807926227, 1487344266, 38170115, 335042699, 1405944125, 2146672659, 1299955506, 335042699, 1405944125, 124457177, 807926227, 335042699, 1405944125, 473069369, 335042699, 1405944125, 1091729488, 335042699, 1405944125, 182192477, 335042699, 1405944125, 1301259259, 335042699, 1590076554, 38170115, 2007634855, 220100249, 940670906, 1765871395, 334848461, 2090085383], "state_before_kind": "method", "state_before_segment_ids": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 3, 3, 3, 3, 3, 3, 3, 2, 2, 2, 4, 4, 4, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6], "state_before_symbol": "Counter.value", "token_count_after": 62, "token_count_before": 52, "transition_id": "transition-f586ebb2ed6e188165c36dd1"}
visual-observability/codelewm-visual-observability-20260521-6a8ac81/checkpoint_inspection/manifest.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "artifact_id": "eval_report-00ab912da1c163f4",
3
+ "artifact_kind": "eval_report",
4
+ "command": [
5
+ "codelewm",
6
+ "model",
7
+ "inspect-checkpoint",
8
+ "--checkpoint",
9
+ ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/train/checkpoints/checkpoint.pt",
10
+ "--out",
11
+ ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/checkpoint_inspection",
12
+ "--checkpoint-manifest",
13
+ ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/train/checkpoints/checkpoint.pt.manifest.json",
14
+ "--parent-manifest",
15
+ ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/train/manifest.json",
16
+ "--histogram-bins",
17
+ "16",
18
+ "--max-histogram-tensors",
19
+ "24",
20
+ "--max-histogram-values",
21
+ "8192",
22
+ "--overwrite",
23
+ "--json",
24
+ "--log-jsonl",
25
+ ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/logs/checkpoint_inspection.jsonl"
26
+ ],
27
+ "config_sha256": "72719eb309b60a850337ba9b59079207f003970feebe951885150582eafb35e4",
28
+ "created_at": "2026-05-21T20:18:13Z",
29
+ "files": [
30
+ {
31
+ "bytes": 139576,
32
+ "path": "reports/model_checkpoint_inspection.json",
33
+ "sha256": "29d8adc51eb91dd2609f2df91708d49791cc9940452aac6b04a71be064bd3693"
34
+ }
35
+ ],
36
+ "metadata": {
37
+ "checkpoint_sha256": "81882429a5862f6806c091dac479bef7c76c100a1178874e94cb10560ca6d9aa",
38
+ "module_count": 127,
39
+ "parameter_count": 29275392,
40
+ "report_path": "reports/model_checkpoint_inspection.json",
41
+ "report_schema_version": "codelewm.model_checkpoint_inspection.v1",
42
+ "tensor_count": 147,
43
+ "trusted_checkpoint": true
44
+ },
45
+ "parent_artifacts": [
46
+ "training_run-98a55bd637b503b5"
47
+ ],
48
+ "schema_version": "codelewm.artifact_manifest.v1",
49
+ "source_git_sha": "6a8ac81e27eaa3aa7bfc9b60eefe58496edec99b"
50
+ }
visual-observability/codelewm-visual-observability-20260521-6a8ac81/checkpoint_inspection/reports/model_checkpoint_inspection.json ADDED
The diff for this file is too large to render. See raw diff
 
visual-observability/codelewm-visual-observability-20260521-6a8ac81/configs/train_tiny_tensorboard.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data": {
3
+ "manifest": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/pack/manifest.json",
4
+ "train": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/pack/hdf5/train.hdf5",
5
+ "val": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/pack/hdf5/val.hdf5"
6
+ },
7
+ "loader": {
8
+ "batch_size": 2,
9
+ "num_workers": 0,
10
+ "persistent_workers": false,
11
+ "pin_memory": false,
12
+ "shuffle": false
13
+ },
14
+ "loss": {
15
+ "enable_retrieval_loss": false,
16
+ "retrieval_temperature": 0.1,
17
+ "retrieval_weight": 0.0,
18
+ "sigreg_knots": 17,
19
+ "sigreg_num_proj": 1024,
20
+ "sigreg_weight": 0.09
21
+ },
22
+ "name": "visual_observability_fixture_train",
23
+ "optimizer": {
24
+ "lr": 0.0001,
25
+ "type": "AdamW",
26
+ "weight_decay": 0.001
27
+ },
28
+ "output": {
29
+ "checkpoint_dir": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/train/checkpoints",
30
+ "manifest_path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/train/training_manifest.json",
31
+ "metrics_path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/train/metrics.jsonl",
32
+ "run_dir": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/train"
33
+ },
34
+ "schema_version": "codelewm.train_config.v1",
35
+ "seed": 1337,
36
+ "trainer": {
37
+ "accelerator": "cpu",
38
+ "devices": 1,
39
+ "gradient_clip_val": 1.0,
40
+ "max_steps": 4,
41
+ "precision": "float32"
42
+ },
43
+ "wm": {
44
+ "action_sequence_length": 256,
45
+ "action_view": "text",
46
+ "embed_dim": 256,
47
+ "history_size": 1,
48
+ "num_preds": 1,
49
+ "state_sequence_length": 1024
50
+ }
51
+ }
visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_fixture/candidate_pack/candidate_pack.json ADDED
@@ -0,0 +1,141 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "artifact_manifest": "manifest.json",
3
+ "candidates": [
4
+ {
5
+ "after_state_sha256": "25efaeba540680f33c0fabf04a96033a633f18913a5e7116a89ec7a5e5b88548",
6
+ "applied_before_path": "app.py",
7
+ "candidate_id": "candidate_001",
8
+ "content_sha256": "5e44a2d43031d2c60f6c9fcd4f1ddb1e9f82e56e8114ccda84002271d7986cd3",
9
+ "dry_run_patch_status": "applied",
10
+ "errors": [],
11
+ "generation_error": null,
12
+ "normalized_patch_sha256": "49f32a2f4db4dcda3040905f27eb0ace8449d6013b4ada751b22a91fd71c672b",
13
+ "parser_status": "parseable_python_after_state",
14
+ "patch_bytes": 295,
15
+ "patch_path": "candidates/candidate_001.patch",
16
+ "patch_text": "### Candidate candidate_001\n--- a/app.py\n+++ b/app.py\n@@ -1,2 +1,5 @@\n def normalize_label(value: str) -> str:\n- return value.strip().lower().replace(\" \", \"-\")\n+ normalized = \"-\".join(value.strip().lower().split())\n+ if not normalized:\n+ return \"untitled\"\n+ return normalized\n",
17
+ "provider_finish_reason": "dry_run_fixture",
18
+ "rankability": {
19
+ "fallback_order": "normal",
20
+ "rankable": true
21
+ },
22
+ "redaction": {
23
+ "secret_findings_count": 0,
24
+ "secret_scan_ok": true
25
+ },
26
+ "token_count": null
27
+ },
28
+ {
29
+ "after_state_sha256": "f59eaef508480e4d2e5b7901dedd83bdf8ce0e99d0bf2304ecd25a3f7a1c0587",
30
+ "applied_before_path": "app.py",
31
+ "candidate_id": "candidate_002",
32
+ "content_sha256": "571513d5e8e5adf21988bc3c1583f75daacff575fa3b75ac9ecd6733a4147308",
33
+ "dry_run_patch_status": "applied",
34
+ "errors": [],
35
+ "generation_error": null,
36
+ "normalized_patch_sha256": "5cb30c3dfa155dfbac2d8bb1b8d1b75322fdc0329c9f4a4db66c05530ae56277",
37
+ "parser_status": "parseable_python_after_state",
38
+ "patch_bytes": 280,
39
+ "patch_path": "candidates/candidate_002.patch",
40
+ "patch_text": "### Candidate candidate_002\n--- a/app.py\n+++ b/app.py\n@@ -1,2 +1,5 @@\n def normalize_label(value: str) -> str:\n- return value.strip().lower().replace(\" \", \"-\")\n+ parts = value.strip().lower().split()\n+ if not parts:\n+ return \"untitled\"\n+ return \"-\".join(parts)\n",
41
+ "provider_finish_reason": "dry_run_fixture",
42
+ "rankability": {
43
+ "fallback_order": "normal",
44
+ "rankable": true
45
+ },
46
+ "redaction": {
47
+ "secret_findings_count": 0,
48
+ "secret_scan_ok": true
49
+ },
50
+ "token_count": null
51
+ },
52
+ {
53
+ "after_state_sha256": "952c54bcd1989bb713c9a1f969c4bfa452121dc9253d803c770fc82d0eb77fc4",
54
+ "applied_before_path": "app.py",
55
+ "candidate_id": "candidate_003",
56
+ "content_sha256": "3010dacc60eecd6fc34ec2156a08c61e3c78665798e9ae1cf0294e874c5f11e1",
57
+ "dry_run_patch_status": "applied",
58
+ "errors": [],
59
+ "generation_error": null,
60
+ "normalized_patch_sha256": "0ca82f8a5f5f8c7b74dc5f062747f6ee4b4930951918032ae1288ba35fa34042",
61
+ "parser_status": "parseable_python_after_state",
62
+ "patch_bytes": 246,
63
+ "patch_path": "candidates/candidate_003.patch",
64
+ "patch_text": "### Candidate candidate_003\n--- a/app.py\n+++ b/app.py\n@@ -1,2 +1,3 @@\n def normalize_label(value: str) -> str:\n- return value.strip().lower().replace(\" \", \"-\")\n+ text = \"-\".join(value.strip().lower().split())\n+ return text or \"untitled\"\n",
65
+ "provider_finish_reason": "dry_run_fixture",
66
+ "rankability": {
67
+ "fallback_order": "normal",
68
+ "rankable": true
69
+ },
70
+ "redaction": {
71
+ "secret_findings_count": 0,
72
+ "secret_scan_ok": true
73
+ },
74
+ "token_count": null
75
+ },
76
+ {
77
+ "after_state_sha256": "4c296472db49aece0a4e0d92ce5debea8e966d262b3ab6132a27d47d02a1a708",
78
+ "applied_before_path": "app.py",
79
+ "candidate_id": "candidate_004",
80
+ "content_sha256": "24a2f2bfe60751b46430cb30eb3fefafb74071c764ce48c27ee67863bb1e206b",
81
+ "dry_run_patch_status": "applied",
82
+ "errors": [],
83
+ "generation_error": null,
84
+ "normalized_patch_sha256": "f118ae6fdb65a8b3038b3eb1de94d1488ac16be8e9fbf9b2c5038685106073ea",
85
+ "parser_status": "parseable_python_after_state",
86
+ "patch_bytes": 259,
87
+ "patch_path": "candidates/candidate_004.patch",
88
+ "patch_text": "### Candidate candidate_004\n--- a/app.py\n+++ b/app.py\n@@ -1,2 +1,3 @@\n def normalize_label(value: str) -> str:\n- return value.strip().lower().replace(\" \", \"-\")\n+ words = value.strip().lower().split()\n+ return \"-\".join(words) if words else \"untitled\"\n",
89
+ "provider_finish_reason": "dry_run_fixture",
90
+ "rankability": {
91
+ "fallback_order": "normal",
92
+ "rankable": true
93
+ },
94
+ "redaction": {
95
+ "secret_findings_count": 0,
96
+ "secret_scan_ok": true
97
+ },
98
+ "token_count": null
99
+ }
100
+ ],
101
+ "context_hash": "55abab0b37dea398152e9ea98c379ab4f5dfc91fb090034160c638956621d194",
102
+ "created_at": "1970-01-01T00:00:00Z",
103
+ "errors": [],
104
+ "generation_config": {
105
+ "dry_run": true,
106
+ "max_candidates": 4,
107
+ "output_policy": "unified_diff",
108
+ "retry_limit": 2,
109
+ "temperature": 0.2,
110
+ "timeout_seconds": 120
111
+ },
112
+ "generator": {
113
+ "adapter_version": "codelewm.openrouter_adapter.v0.1",
114
+ "model": "anthropic/claude-4.5-sonnet",
115
+ "provider": "openrouter",
116
+ "sdk": "openrouter",
117
+ "sdk_version": null
118
+ },
119
+ "prompt": {
120
+ "prompt_preview": "You are generating candidate unified diffs for CodeLeWM.\nTask id: visual-observability-fixture\nInstruction: Normalize blank or whitespace-only labels to 'untitled' while preserving meaningful labels.\nReturn exactly 4 candidates when possible.\nEach candidate must start with '### Candidate <id>' and contain only a unified diff.\nDo not include prose outside candidate blocks.\n\n### File: app.py\n```python\ndef normalize_label(value: str) -> str:\n return value.strip().lower().replace(\" \", \"-\")\n```\n",
121
+ "redacted_prompt_path": null,
122
+ "rendered_sha256": "74d7d1034f7de32fd09b2ebdf1ced332c0d496b00cdcac54ddeea851d773a413",
123
+ "secret_scan": {
124
+ "findings_count": 0,
125
+ "ok": true
126
+ },
127
+ "template_id": "codelewm.openrouter.patch_candidates.v1"
128
+ },
129
+ "provider_routing": {
130
+ "byok": {
131
+ "enabled": false
132
+ },
133
+ "requested_model": "anthropic/claude-4.5-sonnet",
134
+ "requested_provider_options": {},
135
+ "response_metadata": {
136
+ "mode": "dry_run_fixture"
137
+ }
138
+ },
139
+ "schema_version": "codelewm.llm_candidate_pack.v1",
140
+ "task_id": "visual-observability-fixture"
141
+ }
visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_fixture/candidate_pack/candidates/candidate_001.patch ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ --- a/app.py
2
+ +++ b/app.py
3
+ @@ -1,2 +1,5 @@
4
+ def normalize_label(value: str) -> str:
5
+ - return value.strip().lower().replace(" ", "-")
6
+ + normalized = "-".join(value.strip().lower().split())
7
+ + if not normalized:
8
+ + return "untitled"
9
+ + return normalized
visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_fixture/candidate_pack/candidates/candidate_002.patch ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ --- a/app.py
2
+ +++ b/app.py
3
+ @@ -1,2 +1,5 @@
4
+ def normalize_label(value: str) -> str:
5
+ - return value.strip().lower().replace(" ", "-")
6
+ + parts = value.strip().lower().split()
7
+ + if not parts:
8
+ + return "untitled"
9
+ + return "-".join(parts)
visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_fixture/candidate_pack/candidates/candidate_003.patch ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ --- a/app.py
2
+ +++ b/app.py
3
+ @@ -1,2 +1,3 @@
4
+ def normalize_label(value: str) -> str:
5
+ - return value.strip().lower().replace(" ", "-")
6
+ + text = "-".join(value.strip().lower().split())
7
+ + return text or "untitled"
visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_fixture/candidate_pack/candidates/candidate_004.patch ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ --- a/app.py
2
+ +++ b/app.py
3
+ @@ -1,2 +1,3 @@
4
+ def normalize_label(value: str) -> str:
5
+ - return value.strip().lower().replace(" ", "-")
6
+ + words = value.strip().lower().split()
7
+ + return "-".join(words) if words else "untitled"
visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_fixture/candidate_pack/manifest.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "artifact_id": "candidate_pack-3c8398d83df3ed8d",
3
+ "artifact_kind": "candidate_pack",
4
+ "command": [
5
+ "codelewm",
6
+ "llm-demo",
7
+ "--before",
8
+ ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/input/bugfix_edge_case_app.py",
9
+ "--checkpoint",
10
+ ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/train/checkpoints/checkpoint.pt",
11
+ "--out",
12
+ ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_fixture",
13
+ "candidate-pack"
14
+ ],
15
+ "config_sha256": "7253eaa0f11500ab2f763c224e32418dc0dbb942d5520e641fec5e7291471cea",
16
+ "created_at": "2026-05-21T20:18:17Z",
17
+ "files": [
18
+ {
19
+ "bytes": 6487,
20
+ "path": "candidate_pack.json",
21
+ "sha256": "a8f99448b44a0fa972463311900250785f89b1d8dc2fd438b10edae5fbe5b914"
22
+ },
23
+ {
24
+ "bytes": 499,
25
+ "path": "prompt/redacted_prompt.txt",
26
+ "sha256": "9e9acbddc303448d78a60308d4f97a0a3ec2af91e0a91075587cae65ffa6aff3"
27
+ },
28
+ {
29
+ "bytes": 267,
30
+ "path": "candidates/candidate_001.patch",
31
+ "sha256": "49f32a2f4db4dcda3040905f27eb0ace8449d6013b4ada751b22a91fd71c672b"
32
+ },
33
+ {
34
+ "bytes": 252,
35
+ "path": "candidates/candidate_002.patch",
36
+ "sha256": "5cb30c3dfa155dfbac2d8bb1b8d1b75322fdc0329c9f4a4db66c05530ae56277"
37
+ },
38
+ {
39
+ "bytes": 218,
40
+ "path": "candidates/candidate_003.patch",
41
+ "sha256": "0ca82f8a5f5f8c7b74dc5f062747f6ee4b4930951918032ae1288ba35fa34042"
42
+ },
43
+ {
44
+ "bytes": 231,
45
+ "path": "candidates/candidate_004.patch",
46
+ "sha256": "f118ae6fdb65a8b3038b3eb1de94d1488ac16be8e9fbf9b2c5038685106073ea"
47
+ }
48
+ ],
49
+ "metadata": {
50
+ "candidate_count": 4,
51
+ "error_candidate_count": 0,
52
+ "schema_version": "codelewm.llm_candidate_pack.v1",
53
+ "secret_findings_count": 0,
54
+ "valid_candidate_count": 4
55
+ },
56
+ "parent_artifacts": [],
57
+ "schema_version": "codelewm.artifact_manifest.v1",
58
+ "source_git_sha": "6a8ac81e27eaa3aa7bfc9b60eefe58496edec99b"
59
+ }
visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_fixture/candidate_pack/prompt/redacted_prompt.txt ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ You are generating candidate unified diffs for CodeLeWM.
2
+ Task id: visual-observability-fixture
3
+ Instruction: Normalize blank or whitespace-only labels to 'untitled' while preserving meaningful labels.
4
+ Return exactly 4 candidates when possible.
5
+ Each candidate must start with '### Candidate <id>' and contain only a unified diff.
6
+ Do not include prose outside candidate blocks.
7
+
8
+ ### File: app.py
9
+ ```python
10
+ def normalize_label(value: str) -> str:
11
+ return value.strip().lower().replace(" ", "-")
12
+ ```
13
+
visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_fixture/demo.html ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!doctype html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1">
6
+ <title>CodeLeWM LLM World-Model Demo</title>
7
+ <style>
8
+
9
+ :root{
10
+ --bg:#090b09;
11
+ --bg-2:#0f1411;
12
+ --line:#203023;
13
+ --line-2:#2f4534;
14
+ --ink:#dce7dd;
15
+ --ink-dim:#8d9b8e;
16
+ --paper:#f1eadc;
17
+ --acid:#9aff5e;
18
+ --acid-glow:rgba(154,255,94,.18);
19
+ --amber:#ffb454;
20
+ --rose:#ff6b8b;
21
+ --mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
22
+ --serif: Georgia, Times New Roman, serif;
23
+ }
24
+ *{box-sizing:border-box}
25
+ body{margin:0;background:var(--bg);color:var(--ink);font:400 13px/1.55 var(--mono)}
26
+ .wrap{max-width:1040px;margin:0 auto;padding:0 24px}
27
+ .hero{padding:72px 0 48px;border-bottom:1px solid var(--line)}
28
+ .hero-grid{display:grid;grid-template-columns:1.3fr .9fr;gap:36px;align-items:start}
29
+ .ident{font:700 11px/1 var(--mono);letter-spacing:.18em;text-transform:uppercase;color:var(--acid)}
30
+ h1{margin:16px 0 14px;font:700 52px/1.02 var(--mono);letter-spacing:-.02em;color:var(--paper)}
31
+ .deck,.s-deck{font:400 17px/1.55 var(--serif);color:var(--ink-dim);max-width:760px}
32
+ .pill-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
33
+ .pill{border:1px solid var(--line-2);padding:8px 10px;color:var(--ink);background:var(--bg-2)}
34
+ .pill.ok{border-color:var(--acid);color:var(--acid);background:var(--acid-glow)}
35
+ .pill.warn{border-color:var(--amber);color:var(--amber)}
36
+ .stat-panel,.mini,.order-card,.patch-card{background:var(--bg-2);border:1px solid var(--line-2)}
37
+ .stat-panel{padding:14px}
38
+ .stat{display:grid;grid-template-columns:120px 1fr;gap:12px;padding:9px 0;border-bottom:1px solid var(--line)}
39
+ .stat:last-child{border-bottom:0}
40
+ .stat span{color:var(--ink-dim)}
41
+ .stat b{color:var(--paper);font-weight:500;word-break:break-word}
42
+ .s{position:relative;padding:62px 0;border-bottom:1px solid var(--line)}
43
+ .section-head{display:flex;gap:12px;align-items:center;margin-bottom:20px}
44
+ .section-num{font:700 11px/1 var(--mono);color:var(--bg);background:var(--acid);padding:7px 8px}
45
+ .section-kind{font:700 10px/1 var(--mono);letter-spacing:.18em;text-transform:uppercase;color:var(--ink-dim)}
46
+ h2{margin:0 0 10px;font:500 31px/1.15 var(--mono);color:var(--paper)}
47
+ h2 em{font-style:normal;color:var(--acid)}
48
+ .grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
49
+ .mini{padding:16px}
50
+ .mini span{display:block;color:var(--ink-dim);text-transform:uppercase;letter-spacing:.14em;font-size:10px}
51
+ .mini strong{display:block;margin:8px 0;color:var(--paper);font-size:18px}
52
+ .mini p{margin:0;color:var(--ink-dim);font:400 14px/1.55 var(--serif)}
53
+ .rank-table{width:100%;border-collapse:collapse;background:var(--bg-2);border:1px solid var(--line-2)}
54
+ .rank-table th,.rank-table td{padding:12px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle}
55
+ .rank-table th{color:var(--ink-dim);font-size:10px;text-transform:uppercase;letter-spacing:.14em}
56
+ .rank{color:var(--acid);font-weight:700}
57
+ code{color:var(--paper)}
58
+ .bar{height:11px;background:#111a13;border:1px solid var(--line)}
59
+ .bar span{display:block;height:100%;background:linear-gradient(90deg,var(--acid),var(--amber))}
60
+ .order-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
61
+ .order-card{padding:14px}
62
+ .order-card h3{margin:0 0 10px;color:var(--paper);font-size:14px}
63
+ .order-card ol{margin:0;padding-left:24px;color:var(--ink-dim)}
64
+ .order-card li{margin:7px 0}
65
+ .patch-grid{display:grid;gap:14px}
66
+ .patch-head{display:flex;justify-content:space-between;gap:16px;padding:12px 14px;border-bottom:1px solid var(--line)}
67
+ .patch-head span{color:var(--ink-dim);font-size:11px}
68
+ .patch-meta{padding:9px 14px;border-bottom:1px solid var(--line);color:var(--ink-dim);font-size:11px}
69
+ pre{margin:0;white-space:pre-wrap;overflow:auto;color:var(--ink);background:#070907}
70
+ .patch-card pre{padding:14px;max-height:260px}
71
+ .code{padding:16px;border:1px solid var(--line-2);background:#070907;color:var(--paper)}
72
+ .footnote{color:var(--ink-dim);font:400 14px/1.55 var(--serif)}
73
+ @media (max-width:820px){
74
+ .hero-grid,.grid-3,.order-grid{grid-template-columns:1fr}
75
+ h1{font-size:38px}
76
+ }
77
+
78
+ </style>
79
+ </head>
80
+ <body>
81
+ <header class="hero">
82
+ <div class="wrap hero-grid">
83
+ <div>
84
+ <div class="ident">CodeLeWM / LLM candidate rerank</div>
85
+ <h1>Visual demo report</h1>
86
+ <p class="deck">This page shows what the demo actually did: how candidates were produced, how CodeLeWM ranked them, and why the claim gate stays closed.</p>
87
+ <div class="pill-row">
88
+ <span class="pill warn">fixture dry-run</span>
89
+ <span class="pill">success: true</span>
90
+ <span class="pill">claim: false</span>
91
+ </div>
92
+ </div>
93
+ <aside class="stat-panel">
94
+ <div class="stat"><span>model</span><b>anthropic/claude-4.5-sonnet</b></div>
95
+ <div class="stat"><span>provider</span><b>openrouter</b></div>
96
+ <div class="stat"><span>sdk version</span><b>n/a</b></div>
97
+ <div class="stat"><span>provider mode</span><b>fixture</b></div>
98
+ <div class="stat"><span>BYOK</span><b>disabled</b></div>
99
+ <div class="stat"><span>candidates</span><b>4</b></div>
100
+ <div class="stat"><span>valid</span><b>4</b></div>
101
+ <div class="stat"><span>scorer</span><b>codelewm.torch_transition_scorer.v1</b></div>
102
+ <div class="stat"><span>score direction</span><b>lower_is_better</b></div>
103
+ </aside>
104
+ </div>
105
+ </header>
106
+
107
+ <main>
108
+ <section class="s" id="status" data-num="01">
109
+ <div class="wrap">
110
+ <div class="section-head"><span class="section-num">01</span><span class="section-kind">status</span></div>
111
+ <h2>Did it <em>work</em>?</h2>
112
+ <p class="s-deck">Yes, the artifact path worked. In this run the LLM side used deterministic fixture candidates because dry-run mode was enabled.</p>
113
+ <div class="grid-3">
114
+ <article class="mini"><span>Generation</span><strong>fixture dry-run</strong><p>CODELEWM_LLM_DRY_RUN controls whether the adapter calls OpenRouter.</p></article>
115
+ <article class="mini"><span>Reranking</span><strong>completed</strong><p>Candidates were scored and ordered by the CodeLeWM harness.</p></article>
116
+ <article class="mini"><span>Publication gate</span><strong>false</strong><p>demo_report_is_not_downstream_benchmark_evidence</p></article>
117
+ </div>
118
+ </div>
119
+ </section>
120
+
121
+ <section class="s" id="ranking" data-num="02">
122
+ <div class="wrap">
123
+ <div class="section-head"><span class="section-num">02</span><span class="section-kind">ranking</span></div>
124
+ <h2>Candidate scores, <em>lower</em> is better.</h2>
125
+ <p class="s-deck">The bars show transition energy from the current scorer backend. Candidate-minus-no-action deltas are better when negative and worse when positive.</p>
126
+ <table class="rank-table">
127
+ <thead><tr><th>rank</th><th>candidate</th><th>score</th><th>vs no-op</th><th>status</th><th>bar</th></tr></thead>
128
+ <tbody><tr><td class="rank">3</td><td><code>candidate_001</code></td><td>122.393753</td><td>+1.171051</td><td>parseable_python_after_state/applied</td><td><div class="bar"><span style="width:99%"></span></div></td></tr>
129
+ <tr><td class="rank">4</td><td><code>candidate_002</code></td><td>123.444458</td><td>+2.221756</td><td>parseable_python_after_state/applied</td><td><div class="bar"><span style="width:100%"></span></div></td></tr>
130
+ <tr><td class="rank">2</td><td><code>candidate_003</code></td><td>121.574860</td><td>+0.352158</td><td>parseable_python_after_state/applied</td><td><div class="bar"><span style="width:98%"></span></div></td></tr>
131
+ <tr><td class="rank">1</td><td><code>candidate_004</code></td><td>121.559944</td><td>+0.337242</td><td>parseable_python_after_state/applied</td><td><div class="bar"><span style="width:98%"></span></div></td></tr></tbody>
132
+ </table>
133
+ </div>
134
+ </section>
135
+
136
+ <section class="s" id="orders" data-num="03">
137
+ <div class="wrap">
138
+ <div class="section-head"><span class="section-num">03</span><span class="section-kind">baselines</span></div>
139
+ <h2>Orders side by <em>side</em>.</h2>
140
+ <p class="s-deck">This is the tangible harness use case: compare the LLM's original order with CodeLeWM and cheap baselines.</p>
141
+ <div class="order-grid"><article class="order-card"><h3>LLM order</h3><ol><li><code>candidate_001</code></li><li><code>candidate_002</code></li><li><code>candidate_003</code></li><li><code>candidate_004</code></li></ol></article>
142
+ <article class="order-card"><h3>CodeLeWM order</h3><ol><li><code>candidate_004</code></li><li><code>candidate_003</code></li><li><code>candidate_001</code></li><li><code>candidate_002</code></li></ol></article>
143
+ <article class="order-card"><h3>Lexical</h3><ol><li><code>candidate_003</code></li><li><code>candidate_001</code></li><li><code>candidate_002</code></li><li><code>candidate_004</code></li></ol></article>
144
+ <article class="order-card"><h3>Random</h3><ol><li><code>candidate_004</code></li><li><code>candidate_001</code></li><li><code>candidate_002</code></li><li><code>candidate_003</code></li></ol></article></div>
145
+ </div>
146
+ </section>
147
+
148
+ <section class="s" id="patches" data-num="04">
149
+ <div class="wrap">
150
+ <div class="section-head"><span class="section-num">04</span><span class="section-kind">patches</span></div>
151
+ <h2>Compact candidate <em>diffs</em>.</h2>
152
+ <p class="s-deck">Candidate code is treated as untrusted text. The shared view model shows bounded diff summaries; full patches stay in local artifacts and are not executed.</p>
153
+ <div class="patch-grid"><article class="patch-card"><div class="patch-head"><code>candidate_001</code><span>parseable_python_after_state/applied</span></div><div class="patch-meta">1 files, 1 hunks, +4/-1</div><pre>--- a/app.py
154
+ +++ b/app.py
155
+ @@ -1,2 +1,5 @@
156
+ - return value.strip().lower().replace(&quot; &quot;, &quot;-&quot;)
157
+ + normalized = &quot;-&quot;.join(value.strip().lower().split())
158
+ + if not normalized:
159
+ + return &quot;untitled&quot;
160
+ + return normalized</pre></article>
161
+ <article class="patch-card"><div class="patch-head"><code>candidate_002</code><span>parseable_python_after_state/applied</span></div><div class="patch-meta">1 files, 1 hunks, +4/-1</div><pre>--- a/app.py
162
+ +++ b/app.py
163
+ @@ -1,2 +1,5 @@
164
+ - return value.strip().lower().replace(&quot; &quot;, &quot;-&quot;)
165
+ + parts = value.strip().lower().split()
166
+ + if not parts:
167
+ + return &quot;untitled&quot;
168
+ + return &quot;-&quot;.join(parts)</pre></article>
169
+ <article class="patch-card"><div class="patch-head"><code>candidate_003</code><span>parseable_python_after_state/applied</span></div><div class="patch-meta">1 files, 1 hunks, +2/-1</div><pre>--- a/app.py
170
+ +++ b/app.py
171
+ @@ -1,2 +1,3 @@
172
+ - return value.strip().lower().replace(&quot; &quot;, &quot;-&quot;)
173
+ + text = &quot;-&quot;.join(value.strip().lower().split())
174
+ + return text or &quot;untitled&quot;</pre></article>
175
+ <article class="patch-card"><div class="patch-head"><code>candidate_004</code><span>parseable_python_after_state/applied</span></div><div class="patch-meta">1 files, 1 hunks, +2/-1</div><pre>--- a/app.py
176
+ +++ b/app.py
177
+ @@ -1,2 +1,3 @@
178
+ - return value.strip().lower().replace(&quot; &quot;, &quot;-&quot;)
179
+ + words = value.strip().lower().split()
180
+ + return &quot;-&quot;.join(words) if words else &quot;untitled&quot;</pre></article></div>
181
+ </div>
182
+ </section>
183
+
184
+ <section class="s" id="diagnostics" data-num="05">
185
+ <div class="wrap">
186
+ <div class="section-head"><span class="section-num">05</span><span class="section-kind">diagnostics</span></div>
187
+ <h2>Model and latent <em>links</em>.</h2>
188
+ <p class="s-deck">The same normalized view model feeds JSON, terminal, HTML, and the future Textual TUI. Missing diagnostics stay explicit.</p>
189
+ <div class="grid-3"><article class="mini"><span>Checkpoint inspection</span><strong>available</strong><p>.artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/checkpoint_inspection/reports/model_checkpoint_inspection.json</p></article>
190
+ <article class="mini"><span>Latent matrix</span><strong>available</strong><p>.artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/latent_matrix/reports/latent_matrix_report.json</p></article>
191
+ <article class="mini"><span>Run timeline</span><strong>available</strong><p>reports/run_timeline.json</p></article></div>
192
+ </div>
193
+ </section>
194
+
195
+ <section class="s" id="next" data-num="06">
196
+ <div class="wrap">
197
+ <div class="section-head"><span class="section-num">06</span><span class="section-kind">next run</span></div>
198
+ <h2>Make the next run <em>live</em>.</h2>
199
+ <p class="s-deck">Set the dry-run flags to zero when you want provider output instead of fixture candidates.</p>
200
+ <pre class="code">CODELEWM_LLM_DRY_RUN=0
201
+ CODELEWM_OPENROUTER_BYOK=1
202
+ CODELEWM_OPENROUTER_BYOK_REGISTER=0
203
+ uv run scripts/llm-world-model-demo</pre>
204
+ <p class="footnote">Keep token values only in .env. Set OPENROUTER_MANAGEMENT_KEY and CODELEWM_OPENROUTER_BYOK_REGISTER=1 only when CodeLeWM should create the BYOK credential.</p>
205
+ </div>
206
+ </section>
207
+ </main>
208
+ </body>
209
+ </html>
visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_fixture/manifest.json ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "artifact_id": "demo_report-3c621d1cce1999a1",
3
+ "artifact_kind": "demo_report",
4
+ "command": [
5
+ "codelewm",
6
+ "llm-demo",
7
+ "--before",
8
+ ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/input/bugfix_edge_case_app.py",
9
+ "--checkpoint",
10
+ ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/train/checkpoints/checkpoint.pt",
11
+ "--out",
12
+ ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_fixture"
13
+ ],
14
+ "config_sha256": "49f291e8af710d08f8c8f2959411fe35beab271e96648cb85c6790f23d0c2d48",
15
+ "created_at": "2026-05-21T20:18:18Z",
16
+ "files": [
17
+ {
18
+ "bytes": 10682,
19
+ "path": "reports/llm_world_model_demo_report.json",
20
+ "sha256": "911071c9541ef8067c2755f213e6d3e1d49b3ad57cab4df18a3d67ec1ce1082c"
21
+ },
22
+ {
23
+ "bytes": 13076,
24
+ "path": "demo.html",
25
+ "sha256": "b39463f6d92a828c05d915e4ed87cef029abcd267350271f5adebc50dfc21b45"
26
+ },
27
+ {
28
+ "bytes": 10859,
29
+ "path": "reports/visual_view_model.json",
30
+ "sha256": "c98a364b2784dd143607facd9537fb07eae3cb2af5288387ad37299f17102f58"
31
+ },
32
+ {
33
+ "bytes": 4470,
34
+ "path": "reports/run_timeline.json",
35
+ "sha256": "40337c8fa1ec7087c0c3a0680c1837f1f825e65ca319f9a5aae2b3e0cfe3c0b2"
36
+ }
37
+ ],
38
+ "metadata": {
39
+ "candidate_count": 4,
40
+ "claim_allowed": false,
41
+ "diagnostics": {
42
+ "checkpoint_inspection": {
43
+ "artifact_id": "eval_report-00ab912da1c163f4",
44
+ "artifact_kind": "eval_report",
45
+ "artifact_manifest_path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/checkpoint_inspection/manifest.json",
46
+ "bytes": 139576,
47
+ "manifest_file_path": "reports/model_checkpoint_inspection.json",
48
+ "path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/checkpoint_inspection/reports/model_checkpoint_inspection.json",
49
+ "schema_version": "codelewm.model_checkpoint_inspection.v1",
50
+ "sha256": "29d8adc51eb91dd2609f2df91708d49791cc9940452aac6b04a71be064bd3693",
51
+ "status": "available"
52
+ },
53
+ "latent_matrix": {
54
+ "artifact_id": "eval_report-f1f1039796ebf00d",
55
+ "artifact_kind": "eval_report",
56
+ "artifact_manifest_path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/latent_matrix/manifest.json",
57
+ "bytes": 423083,
58
+ "manifest_file_path": "reports/latent_matrix_report.json",
59
+ "path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/latent_matrix/reports/latent_matrix_report.json",
60
+ "schema_version": "codelewm.eval.latent_matrix_report.v1",
61
+ "sha256": "05738f13dfcae31b99a71f5a35c951a076d772f7798b833501cb13d57e5a85e0",
62
+ "status": "available"
63
+ },
64
+ "run_timeline": {
65
+ "artifact_id": null,
66
+ "artifact_manifest_path": null,
67
+ "bytes": null,
68
+ "path": "reports/run_timeline.json",
69
+ "schema_version": "codelewm.run_timeline.v1",
70
+ "sha256": null,
71
+ "source": "current_demo_run",
72
+ "status": "available"
73
+ },
74
+ "tensorboard": {
75
+ "artifact_id": "training_run-98a55bd637b503b5",
76
+ "artifact_kind": "training_run",
77
+ "artifact_manifest_path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/train/manifest.json",
78
+ "bytes": 2280,
79
+ "manifest_file_path": "reports/tensorboard_export.json",
80
+ "path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/train/reports/tensorboard_export.json",
81
+ "schema_version": "codelewm.training.tensorboard_export.v1",
82
+ "sha256": "819f36ae9636b519391b2bfde86b778d04b7cb1171b1eca140fad4336d7607c0",
83
+ "status": "available"
84
+ }
85
+ },
86
+ "run_timeline_path": "reports/run_timeline.json",
87
+ "run_timeline_schema_version": "codelewm.run_timeline.v1",
88
+ "schema_version": "codelewm.harness.demo_report.v1",
89
+ "success": true,
90
+ "valid_candidate_count": 4,
91
+ "visual_view_model_path": "reports/visual_view_model.json",
92
+ "visual_view_model_schema_version": "codelewm.harness.visual_view_model.v1"
93
+ },
94
+ "parent_artifacts": [
95
+ "candidate_pack-3c8398d83df3ed8d",
96
+ "eval_report-00ab912da1c163f4",
97
+ "eval_report-f1f1039796ebf00d",
98
+ "training_run-98a55bd637b503b5"
99
+ ],
100
+ "schema_version": "codelewm.artifact_manifest.v1",
101
+ "source_git_sha": "6a8ac81e27eaa3aa7bfc9b60eefe58496edec99b"
102
+ }
visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_fixture/reports/llm_world_model_demo_report.json ADDED
@@ -0,0 +1,278 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "artifacts": {
3
+ "candidate_pack_manifest_id": "candidate_pack-3c8398d83df3ed8d",
4
+ "candidate_pack_manifest_path": "candidate_pack/manifest.json",
5
+ "checkpoint_path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/train/checkpoints/checkpoint.pt",
6
+ "checkpoint_sha256": "81882429a5862f6806c091dac479bef7c76c100a1178874e94cb10560ca6d9aa",
7
+ "demo_manifest_path": "manifest.json",
8
+ "run_timeline_path": "reports/run_timeline.json",
9
+ "transition_index": null,
10
+ "visual_view_model_path": "reports/visual_view_model.json"
11
+ },
12
+ "baselines": {
13
+ "lexical": {
14
+ "order": [
15
+ "candidate_003",
16
+ "candidate_001",
17
+ "candidate_002",
18
+ "candidate_004"
19
+ ],
20
+ "status": "completed"
21
+ },
22
+ "llm_order": {
23
+ "order": [
24
+ "candidate_001",
25
+ "candidate_002",
26
+ "candidate_003",
27
+ "candidate_004"
28
+ ],
29
+ "status": "completed"
30
+ },
31
+ "no_action": {
32
+ "score": {
33
+ "candidate": "no_action",
34
+ "checkpoint_sha256": "81882429a5862f6806c091dac479bef7c76c100a1178874e94cb10560ca6d9aa",
35
+ "final_score": 121.22270202636719,
36
+ "input_digest": "f94fdf665b5d3e78b0764a903372dca27e23254baeeb62b40cf71b1ddbbb36c1",
37
+ "model_id": "codelewm.torch_transition_scorer.v1",
38
+ "retrieval_prior": null,
39
+ "risk_penalty": null,
40
+ "schema_version": "codelewm.score.v1",
41
+ "transition_energy": 121.22270202636719,
42
+ "warnings": [
43
+ "learned torch transition model runtime loaded from checkpoint",
44
+ "checkpoint_step=4",
45
+ "action_view=text"
46
+ ]
47
+ },
48
+ "status": "completed"
49
+ },
50
+ "random": {
51
+ "order": [
52
+ "candidate_004",
53
+ "candidate_001",
54
+ "candidate_002",
55
+ "candidate_003"
56
+ ],
57
+ "status": "completed"
58
+ }
59
+ },
60
+ "candidate_errors": [],
61
+ "candidate_pack_schema": "codelewm.llm_candidate_pack.v1",
62
+ "candidate_summary": {
63
+ "candidate_count": 4,
64
+ "candidate_ids": [
65
+ "candidate_001",
66
+ "candidate_002",
67
+ "candidate_003",
68
+ "candidate_004"
69
+ ],
70
+ "error_candidate_count": 0,
71
+ "valid_candidate_count": 4,
72
+ "valid_candidate_ids": [
73
+ "candidate_001",
74
+ "candidate_002",
75
+ "candidate_003",
76
+ "candidate_004"
77
+ ]
78
+ },
79
+ "claim_gate": {
80
+ "allowed": false,
81
+ "reason": "demo_report_is_not_downstream_benchmark_evidence",
82
+ "required_next_issue": "#192"
83
+ },
84
+ "diagnostics": {
85
+ "checkpoint_inspection": {
86
+ "artifact_id": "eval_report-00ab912da1c163f4",
87
+ "artifact_kind": "eval_report",
88
+ "artifact_manifest_path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/checkpoint_inspection/manifest.json",
89
+ "bytes": 139576,
90
+ "manifest_file_path": "reports/model_checkpoint_inspection.json",
91
+ "path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/checkpoint_inspection/reports/model_checkpoint_inspection.json",
92
+ "schema_version": "codelewm.model_checkpoint_inspection.v1",
93
+ "sha256": "29d8adc51eb91dd2609f2df91708d49791cc9940452aac6b04a71be064bd3693",
94
+ "status": "available"
95
+ },
96
+ "latent_matrix": {
97
+ "artifact_id": "eval_report-f1f1039796ebf00d",
98
+ "artifact_kind": "eval_report",
99
+ "artifact_manifest_path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/latent_matrix/manifest.json",
100
+ "bytes": 423083,
101
+ "manifest_file_path": "reports/latent_matrix_report.json",
102
+ "path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/latent_matrix/reports/latent_matrix_report.json",
103
+ "schema_version": "codelewm.eval.latent_matrix_report.v1",
104
+ "sha256": "05738f13dfcae31b99a71f5a35c951a076d772f7798b833501cb13d57e5a85e0",
105
+ "status": "available"
106
+ },
107
+ "run_timeline": {
108
+ "artifact_id": null,
109
+ "artifact_manifest_path": null,
110
+ "bytes": null,
111
+ "path": "reports/run_timeline.json",
112
+ "schema_version": "codelewm.run_timeline.v1",
113
+ "sha256": null,
114
+ "source": "current_demo_run",
115
+ "status": "available"
116
+ },
117
+ "tensorboard": {
118
+ "artifact_id": "training_run-98a55bd637b503b5",
119
+ "artifact_kind": "training_run",
120
+ "artifact_manifest_path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/train/manifest.json",
121
+ "bytes": 2280,
122
+ "manifest_file_path": "reports/tensorboard_export.json",
123
+ "path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/train/reports/tensorboard_export.json",
124
+ "schema_version": "codelewm.training.tensorboard_export.v1",
125
+ "sha256": "819f36ae9636b519391b2bfde86b778d04b7cb1171b1eca140fad4336d7607c0",
126
+ "status": "available"
127
+ }
128
+ },
129
+ "failure_reasons": [],
130
+ "generator": {
131
+ "adapter_version": "codelewm.openrouter_adapter.v0.1",
132
+ "model": "anthropic/claude-4.5-sonnet",
133
+ "provider": "openrouter",
134
+ "sdk": "openrouter",
135
+ "sdk_version": null
136
+ },
137
+ "orders": {
138
+ "codelewm": [
139
+ "candidate_004",
140
+ "candidate_003",
141
+ "candidate_001",
142
+ "candidate_002"
143
+ ],
144
+ "lexical": [
145
+ "candidate_003",
146
+ "candidate_001",
147
+ "candidate_002",
148
+ "candidate_004"
149
+ ],
150
+ "llm": [
151
+ "candidate_001",
152
+ "candidate_002",
153
+ "candidate_003",
154
+ "candidate_004"
155
+ ],
156
+ "no_action": [
157
+ "no_action"
158
+ ],
159
+ "random": [
160
+ "candidate_004",
161
+ "candidate_001",
162
+ "candidate_002",
163
+ "candidate_003"
164
+ ]
165
+ },
166
+ "rerank_errors": [],
167
+ "schema_version": "codelewm.harness.demo_report.v1",
168
+ "scores": {
169
+ "codelewm_rerank": [
170
+ {
171
+ "candidate": "/Users/abdel/dev/me/world-models/CodeLeWM/.artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_fixture/candidate_pack/candidates/candidate_004.patch",
172
+ "checkpoint_sha256": "81882429a5862f6806c091dac479bef7c76c100a1178874e94cb10560ca6d9aa",
173
+ "final_score": 121.55994415283203,
174
+ "input_digest": "39fe47df3803f1286a563a6542eb085e1b14e7b458848beeb217b2478896a475",
175
+ "model_id": "codelewm.torch_transition_scorer.v1",
176
+ "retrieval_prior": null,
177
+ "risk_penalty": null,
178
+ "schema_version": "codelewm.score.v1",
179
+ "transition_energy": 121.55994415283203,
180
+ "warnings": [
181
+ "learned torch transition model runtime loaded from checkpoint",
182
+ "checkpoint_step=4",
183
+ "action_view=text"
184
+ ]
185
+ },
186
+ {
187
+ "candidate": "/Users/abdel/dev/me/world-models/CodeLeWM/.artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_fixture/candidate_pack/candidates/candidate_003.patch",
188
+ "checkpoint_sha256": "81882429a5862f6806c091dac479bef7c76c100a1178874e94cb10560ca6d9aa",
189
+ "final_score": 121.57485961914062,
190
+ "input_digest": "782c25cb0976bec04672e3a6c4c97919612942040d06cf6c2a5e54e4eb6acaa4",
191
+ "model_id": "codelewm.torch_transition_scorer.v1",
192
+ "retrieval_prior": null,
193
+ "risk_penalty": null,
194
+ "schema_version": "codelewm.score.v1",
195
+ "transition_energy": 121.57485961914062,
196
+ "warnings": [
197
+ "learned torch transition model runtime loaded from checkpoint",
198
+ "checkpoint_step=4",
199
+ "action_view=text"
200
+ ]
201
+ },
202
+ {
203
+ "candidate": "/Users/abdel/dev/me/world-models/CodeLeWM/.artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_fixture/candidate_pack/candidates/candidate_001.patch",
204
+ "checkpoint_sha256": "81882429a5862f6806c091dac479bef7c76c100a1178874e94cb10560ca6d9aa",
205
+ "final_score": 122.39375305175781,
206
+ "input_digest": "762f1f465dcc7f08bc1c4f572695f45d067e723484de40970c6d4e56cd9d8c4c",
207
+ "model_id": "codelewm.torch_transition_scorer.v1",
208
+ "retrieval_prior": null,
209
+ "risk_penalty": null,
210
+ "schema_version": "codelewm.score.v1",
211
+ "transition_energy": 122.39375305175781,
212
+ "warnings": [
213
+ "learned torch transition model runtime loaded from checkpoint",
214
+ "checkpoint_step=4",
215
+ "action_view=text"
216
+ ]
217
+ },
218
+ {
219
+ "candidate": "/Users/abdel/dev/me/world-models/CodeLeWM/.artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_fixture/candidate_pack/candidates/candidate_002.patch",
220
+ "checkpoint_sha256": "81882429a5862f6806c091dac479bef7c76c100a1178874e94cb10560ca6d9aa",
221
+ "final_score": 123.4444580078125,
222
+ "input_digest": "702ca7295efe12f828b3401732abc52555c3fbc491b1f6954106c7d00f30721b",
223
+ "model_id": "codelewm.torch_transition_scorer.v1",
224
+ "retrieval_prior": null,
225
+ "risk_penalty": null,
226
+ "schema_version": "codelewm.score.v1",
227
+ "transition_energy": 123.4444580078125,
228
+ "warnings": [
229
+ "learned torch transition model runtime loaded from checkpoint",
230
+ "checkpoint_step=4",
231
+ "action_view=text"
232
+ ]
233
+ }
234
+ ],
235
+ "model_id": "codelewm.torch_transition_scorer.v1",
236
+ "no_action": {
237
+ "candidate": "no_action",
238
+ "checkpoint_sha256": "81882429a5862f6806c091dac479bef7c76c100a1178874e94cb10560ca6d9aa",
239
+ "final_score": 121.22270202636719,
240
+ "input_digest": "f94fdf665b5d3e78b0764a903372dca27e23254baeeb62b40cf71b1ddbbb36c1",
241
+ "model_id": "codelewm.torch_transition_scorer.v1",
242
+ "retrieval_prior": null,
243
+ "risk_penalty": null,
244
+ "schema_version": "codelewm.score.v1",
245
+ "transition_energy": 121.22270202636719,
246
+ "warnings": [
247
+ "learned torch transition model runtime loaded from checkpoint",
248
+ "checkpoint_step=4",
249
+ "action_view=text"
250
+ ]
251
+ },
252
+ "retrieval_prior_k": 10,
253
+ "retrieval_prior_weight": 0.0,
254
+ "score_direction": "lower_is_better"
255
+ },
256
+ "static_checks": {
257
+ "outcomes": [],
258
+ "status": "not_configured"
259
+ },
260
+ "success": true,
261
+ "success_reasons": [
262
+ "at_least_two_candidates",
263
+ "at_least_one_valid_candidate",
264
+ "codelewm_rerank_completed"
265
+ ],
266
+ "task": {
267
+ "before_path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/input/bugfix_edge_case_app.py",
268
+ "before_sha256": "ea1e92e05b8967a28a61f3bc81bc34de79a27b27950cc35bcf2e00a505f1f380",
269
+ "context_path": "app.py",
270
+ "instruction_sha256": "b32f4aa95af00c63d51738e9a63df1dc331e8c26ee8087d0203f0477f8f6e161",
271
+ "task_id": "visual-observability-fixture"
272
+ },
273
+ "warnings": [
274
+ "learned torch transition model runtime loaded from checkpoint",
275
+ "checkpoint_step=4",
276
+ "action_view=text"
277
+ ]
278
+ }
visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_fixture/reports/run_timeline.json ADDED
@@ -0,0 +1,147 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "artifact_ids": [
3
+ "candidate_pack-3c8398d83df3ed8d",
4
+ "eval_report-00ab912da1c163f4",
5
+ "eval_report-f1f1039796ebf00d",
6
+ "training_run-98a55bd637b503b5"
7
+ ],
8
+ "command": [
9
+ "codelewm",
10
+ "llm-demo",
11
+ "--before",
12
+ ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/input/bugfix_edge_case_app.py",
13
+ "--checkpoint",
14
+ ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/train/checkpoints/checkpoint.pt",
15
+ "--out",
16
+ ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_fixture"
17
+ ],
18
+ "completed_at": "2026-05-21T20:18:18Z",
19
+ "duration_ms": 724.527999991551,
20
+ "metadata": {
21
+ "html_path": "demo.html",
22
+ "report_path": "reports/llm_world_model_demo_report.json",
23
+ "visual_view_model_path": "reports/visual_view_model.json"
24
+ },
25
+ "run_id": "visual-observability-fixture",
26
+ "schema_version": "codelewm.run_timeline.v1",
27
+ "started_at": "2026-05-21T20:18:17Z",
28
+ "status": "completed",
29
+ "steps": [
30
+ {
31
+ "artifact_ids": [],
32
+ "command_id": "llm_demo.read_inputs",
33
+ "completed_at": "2026-05-21T20:18:17Z",
34
+ "duration_ms": 0.07208390161395073,
35
+ "metadata": {},
36
+ "name": "read inputs",
37
+ "order": 1,
38
+ "started_at": "2026-05-21T20:18:17Z",
39
+ "status": "completed",
40
+ "step_id": "read_inputs",
41
+ "typed_failure": null,
42
+ "warnings": []
43
+ },
44
+ {
45
+ "artifact_ids": [],
46
+ "command_id": "llm_demo.candidate_generation",
47
+ "completed_at": "2026-05-21T20:18:17Z",
48
+ "duration_ms": 0.07037492468953133,
49
+ "metadata": {},
50
+ "name": "candidate generation",
51
+ "order": 2,
52
+ "started_at": "2026-05-21T20:18:17Z",
53
+ "status": "completed",
54
+ "step_id": "candidate_generation",
55
+ "typed_failure": null,
56
+ "warnings": []
57
+ },
58
+ {
59
+ "artifact_ids": [],
60
+ "command_id": "llm_demo.parent_manifests",
61
+ "completed_at": "2026-05-21T20:18:17Z",
62
+ "duration_ms": 0.004083849489688873,
63
+ "metadata": {},
64
+ "name": "parent manifest validation",
65
+ "order": 3,
66
+ "started_at": "2026-05-21T20:18:17Z",
67
+ "status": "completed",
68
+ "step_id": "parent_manifest_validation",
69
+ "typed_failure": null,
70
+ "warnings": []
71
+ },
72
+ {
73
+ "artifact_ids": [],
74
+ "command_id": "llm_demo.diagnostics",
75
+ "completed_at": "2026-05-21T20:18:17Z",
76
+ "duration_ms": 164.36600009910762,
77
+ "metadata": {},
78
+ "name": "diagnostic artifact validation",
79
+ "order": 4,
80
+ "started_at": "2026-05-21T20:18:17Z",
81
+ "status": "completed",
82
+ "step_id": "diagnostic_artifact_validation",
83
+ "typed_failure": null,
84
+ "warnings": []
85
+ },
86
+ {
87
+ "artifact_ids": [
88
+ "candidate_pack-3c8398d83df3ed8d"
89
+ ],
90
+ "command_id": "llm_demo.candidate_pack",
91
+ "completed_at": "2026-05-21T20:18:17Z",
92
+ "duration_ms": 25.96958284266293,
93
+ "metadata": {},
94
+ "name": "candidate pack capture",
95
+ "order": 5,
96
+ "started_at": "2026-05-21T20:18:17Z",
97
+ "status": "completed",
98
+ "step_id": "candidate_pack_capture",
99
+ "typed_failure": null,
100
+ "warnings": []
101
+ },
102
+ {
103
+ "artifact_ids": [],
104
+ "command_id": "llm_demo.world_model_scoring",
105
+ "completed_at": "2026-05-21T20:18:18Z",
106
+ "duration_ms": 528.6341251339763,
107
+ "metadata": {},
108
+ "name": "world model scoring",
109
+ "order": 6,
110
+ "started_at": "2026-05-21T20:18:17Z",
111
+ "status": "completed",
112
+ "step_id": "world_model_scoring",
113
+ "typed_failure": null,
114
+ "warnings": []
115
+ },
116
+ {
117
+ "artifact_ids": [],
118
+ "command_id": "llm_demo.report_render",
119
+ "completed_at": "2026-05-21T20:18:18Z",
120
+ "duration_ms": 3.8678329437971115,
121
+ "metadata": {},
122
+ "name": "report render",
123
+ "order": 7,
124
+ "started_at": "2026-05-21T20:18:18Z",
125
+ "status": "completed",
126
+ "step_id": "report_render",
127
+ "typed_failure": null,
128
+ "warnings": []
129
+ },
130
+ {
131
+ "artifact_ids": [],
132
+ "command_id": "llm_demo.secret_scan",
133
+ "completed_at": "2026-05-21T20:18:18Z",
134
+ "duration_ms": 1.3449171092361212,
135
+ "metadata": {},
136
+ "name": "artifact secret scan",
137
+ "order": 8,
138
+ "started_at": "2026-05-21T20:18:18Z",
139
+ "status": "completed",
140
+ "step_id": "artifact_secret_scan",
141
+ "typed_failure": null,
142
+ "warnings": []
143
+ }
144
+ ],
145
+ "typed_failure": null,
146
+ "warnings": []
147
+ }
visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_fixture/reports/visual_view_model.json ADDED
@@ -0,0 +1,282 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "artifact_gates": {
3
+ "artifact_secret_scan": "[REDACTED_SECRET]",
4
+ "html_secret_scan": "[REDACTED_SECRET]",
5
+ "manifest_verify": {
6
+ "files_checked": null,
7
+ "findings": null,
8
+ "ok": null,
9
+ "status": "not_configured"
10
+ }
11
+ },
12
+ "artifacts": {
13
+ "candidate_pack_manifest_path": "~/dev/me/world-models/CodeLeWM/.artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_fixture/candidate_pack/manifest.json",
14
+ "html_path": "~/dev/me/world-models/CodeLeWM/.artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_fixture/demo.html",
15
+ "manifest_path": "~/dev/me/world-models/CodeLeWM/.artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_fixture/manifest.json",
16
+ "report_path": "~/dev/me/world-models/CodeLeWM/.artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_fixture/reports/llm_world_model_demo_report.json",
17
+ "root": "~/dev/me/world-models/CodeLeWM/.artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_fixture",
18
+ "run_timeline_path": "~/dev/me/world-models/CodeLeWM/.artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_fixture/reports/run_timeline.json",
19
+ "visual_view_model_path": "~/dev/me/world-models/CodeLeWM/.artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_fixture/reports/visual_view_model.json"
20
+ },
21
+ "candidates": [
22
+ {
23
+ "candidate_id": "candidate_001",
24
+ "candidate_minus_no_action": 1.171051025390625,
25
+ "dry_run_patch_status": "applied",
26
+ "errors": [],
27
+ "is_valid": true,
28
+ "no_action_delta_display": "+1.171051",
29
+ "no_action_delta_interpretation": "worse_than_no_action",
30
+ "parser_status": "parseable_python_after_state",
31
+ "patch_sha256": "49f32a2f4db4dcda3040905f27eb0ace8449d6013b4ada751b22a91fd71c672b",
32
+ "patch_short_sha": "49f32a2f4db4",
33
+ "patch_summary": {
34
+ "additions": 4,
35
+ "changed_file_count": 1,
36
+ "changed_files": [
37
+ "app.py"
38
+ ],
39
+ "deletions": 1,
40
+ "hunk_count": 1,
41
+ "preview_lines": [
42
+ "--- a/app.py",
43
+ "+++ b/app.py",
44
+ "@@ -1,2 +1,5 @@",
45
+ "- return value.strip().lower().replace(\" \", \"-\")",
46
+ "+ normalized = \"-\".join(value.strip().lower().split())",
47
+ "+ if not normalized:",
48
+ "+ return \"untitled\"",
49
+ "+ return normalized"
50
+ ],
51
+ "preview_truncated": true
52
+ },
53
+ "rank": 3,
54
+ "score": 122.39375305175781,
55
+ "score_display": "122.393753",
56
+ "status": "parseable_python_after_state/applied"
57
+ },
58
+ {
59
+ "candidate_id": "candidate_002",
60
+ "candidate_minus_no_action": 2.2217559814453125,
61
+ "dry_run_patch_status": "applied",
62
+ "errors": [],
63
+ "is_valid": true,
64
+ "no_action_delta_display": "+2.221756",
65
+ "no_action_delta_interpretation": "worse_than_no_action",
66
+ "parser_status": "parseable_python_after_state",
67
+ "patch_sha256": "5cb30c3dfa155dfbac2d8bb1b8d1b75322fdc0329c9f4a4db66c05530ae56277",
68
+ "patch_short_sha": "5cb30c3dfa15",
69
+ "patch_summary": {
70
+ "additions": 4,
71
+ "changed_file_count": 1,
72
+ "changed_files": [
73
+ "app.py"
74
+ ],
75
+ "deletions": 1,
76
+ "hunk_count": 1,
77
+ "preview_lines": [
78
+ "--- a/app.py",
79
+ "+++ b/app.py",
80
+ "@@ -1,2 +1,5 @@",
81
+ "- return value.strip().lower().replace(\" \", \"-\")",
82
+ "+ parts = value.strip().lower().split()",
83
+ "+ if not parts:",
84
+ "+ return \"untitled\"",
85
+ "+ return \"-\".join(parts)"
86
+ ],
87
+ "preview_truncated": true
88
+ },
89
+ "rank": 4,
90
+ "score": 123.4444580078125,
91
+ "score_display": "123.444458",
92
+ "status": "parseable_python_after_state/applied"
93
+ },
94
+ {
95
+ "candidate_id": "candidate_003",
96
+ "candidate_minus_no_action": 0.3521575927734375,
97
+ "dry_run_patch_status": "applied",
98
+ "errors": [],
99
+ "is_valid": true,
100
+ "no_action_delta_display": "+0.352158",
101
+ "no_action_delta_interpretation": "worse_than_no_action",
102
+ "parser_status": "parseable_python_after_state",
103
+ "patch_sha256": "0ca82f8a5f5f8c7b74dc5f062747f6ee4b4930951918032ae1288ba35fa34042",
104
+ "patch_short_sha": "0ca82f8a5f5f",
105
+ "patch_summary": {
106
+ "additions": 2,
107
+ "changed_file_count": 1,
108
+ "changed_files": [
109
+ "app.py"
110
+ ],
111
+ "deletions": 1,
112
+ "hunk_count": 1,
113
+ "preview_lines": [
114
+ "--- a/app.py",
115
+ "+++ b/app.py",
116
+ "@@ -1,2 +1,3 @@",
117
+ "- return value.strip().lower().replace(\" \", \"-\")",
118
+ "+ text = \"-\".join(value.strip().lower().split())",
119
+ "+ return text or \"untitled\""
120
+ ],
121
+ "preview_truncated": true
122
+ },
123
+ "rank": 2,
124
+ "score": 121.57485961914062,
125
+ "score_display": "121.574860",
126
+ "status": "parseable_python_after_state/applied"
127
+ },
128
+ {
129
+ "candidate_id": "candidate_004",
130
+ "candidate_minus_no_action": 0.33724212646484375,
131
+ "dry_run_patch_status": "applied",
132
+ "errors": [],
133
+ "is_valid": true,
134
+ "no_action_delta_display": "+0.337242",
135
+ "no_action_delta_interpretation": "worse_than_no_action",
136
+ "parser_status": "parseable_python_after_state",
137
+ "patch_sha256": "f118ae6fdb65a8b3038b3eb1de94d1488ac16be8e9fbf9b2c5038685106073ea",
138
+ "patch_short_sha": "f118ae6fdb65",
139
+ "patch_summary": {
140
+ "additions": 2,
141
+ "changed_file_count": 1,
142
+ "changed_files": [
143
+ "app.py"
144
+ ],
145
+ "deletions": 1,
146
+ "hunk_count": 1,
147
+ "preview_lines": [
148
+ "--- a/app.py",
149
+ "+++ b/app.py",
150
+ "@@ -1,2 +1,3 @@",
151
+ "- return value.strip().lower().replace(\" \", \"-\")",
152
+ "+ words = value.strip().lower().split()",
153
+ "+ return \"-\".join(words) if words else \"untitled\""
154
+ ],
155
+ "preview_truncated": true
156
+ },
157
+ "rank": 1,
158
+ "score": 121.55994415283203,
159
+ "score_display": "121.559944",
160
+ "status": "parseable_python_after_state/applied"
161
+ }
162
+ ],
163
+ "claim_gate": {
164
+ "allowed": false,
165
+ "reason": "demo_report_is_not_downstream_benchmark_evidence",
166
+ "required_next_issue": "#192"
167
+ },
168
+ "diagnostics": {
169
+ "checkpoint_inspection": {
170
+ "artifact_id": "eval_report-00ab912da1c163f4",
171
+ "artifact_kind": "eval_report",
172
+ "artifact_manifest_path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/checkpoint_inspection/manifest.json",
173
+ "bytes": 139576,
174
+ "manifest_file_path": "reports/model_checkpoint_inspection.json",
175
+ "path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/checkpoint_inspection/reports/model_checkpoint_inspection.json",
176
+ "schema_version": "codelewm.model_checkpoint_inspection.v1",
177
+ "sha256": "29d8adc51eb91dd2609f2df91708d49791cc9940452aac6b04a71be064bd3693",
178
+ "status": "available"
179
+ },
180
+ "latent_matrix": {
181
+ "artifact_id": "eval_report-f1f1039796ebf00d",
182
+ "artifact_kind": "eval_report",
183
+ "artifact_manifest_path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/latent_matrix/manifest.json",
184
+ "bytes": 423083,
185
+ "manifest_file_path": "reports/latent_matrix_report.json",
186
+ "path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/latent_matrix/reports/latent_matrix_report.json",
187
+ "schema_version": "codelewm.eval.latent_matrix_report.v1",
188
+ "sha256": "05738f13dfcae31b99a71f5a35c951a076d772f7798b833501cb13d57e5a85e0",
189
+ "status": "available"
190
+ },
191
+ "run_timeline": {
192
+ "artifact_id": null,
193
+ "artifact_kind": null,
194
+ "artifact_manifest_path": null,
195
+ "bytes": null,
196
+ "manifest_file_path": null,
197
+ "path": "reports/run_timeline.json",
198
+ "schema_version": "codelewm.run_timeline.v1",
199
+ "sha256": null,
200
+ "status": "available"
201
+ },
202
+ "tensorboard": {
203
+ "artifact_id": "training_run-98a55bd637b503b5",
204
+ "artifact_kind": "training_run",
205
+ "artifact_manifest_path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/train/manifest.json",
206
+ "bytes": 2280,
207
+ "manifest_file_path": "reports/tensorboard_export.json",
208
+ "path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/train/reports/tensorboard_export.json",
209
+ "schema_version": "codelewm.training.tensorboard_export.v1",
210
+ "sha256": "819f36ae9636b519391b2bfde86b778d04b7cb1171b1eca140fad4336d7607c0",
211
+ "status": "available"
212
+ }
213
+ },
214
+ "generator": {
215
+ "byok_enabled": false,
216
+ "model": "anthropic/claude-4.5-sonnet",
217
+ "provider": "openrouter",
218
+ "routing": "only=any fallback=None byok:off",
219
+ "sdk": "openrouter",
220
+ "sdk_version": "n/a"
221
+ },
222
+ "orders": {
223
+ "codelewm": [
224
+ "candidate_004",
225
+ "candidate_003",
226
+ "candidate_001",
227
+ "candidate_002"
228
+ ],
229
+ "lexical": [
230
+ "candidate_003",
231
+ "candidate_001",
232
+ "candidate_002",
233
+ "candidate_004"
234
+ ],
235
+ "llm": [
236
+ "candidate_001",
237
+ "candidate_002",
238
+ "candidate_003",
239
+ "candidate_004"
240
+ ],
241
+ "no_action": [
242
+ "no_action"
243
+ ],
244
+ "random": [
245
+ "candidate_004",
246
+ "candidate_001",
247
+ "candidate_002",
248
+ "candidate_003"
249
+ ]
250
+ },
251
+ "schema_version": "codelewm.harness.visual_view_model.v1",
252
+ "summary": {
253
+ "before_path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/input/bugfix_edge_case_app.py",
254
+ "best_candidate": "candidate_004",
255
+ "best_candidate_minus_no_action": 0.33724212646484375,
256
+ "best_no_action_delta_interpretation": "worse_than_no_action",
257
+ "best_score": 121.55994415283203,
258
+ "candidate_count": 4,
259
+ "checkpoint_sha256": "81882429a5862f6806c091dac479bef7c76c100a1178874e94cb10560ca6d9aa",
260
+ "checkpoint_short_sha": "81882429a586",
261
+ "claim_allowed": false,
262
+ "claim_reason": "demo_report_is_not_downstream_benchmark_evidence",
263
+ "context_path": "app.py",
264
+ "dry_run": true,
265
+ "mode": "fixture dry-run",
266
+ "no_action_score": 121.22270202636719,
267
+ "score_direction": "lower_is_better",
268
+ "score_range": {
269
+ "max": 123.4444580078125,
270
+ "min": 121.55994415283203
271
+ },
272
+ "scorer": "codelewm.torch_transition_scorer.v1",
273
+ "success": true,
274
+ "task_id": "visual-observability-fixture",
275
+ "valid_candidate_count": 4
276
+ },
277
+ "warnings": [
278
+ "learned torch transition model runtime loaded from checkpoint",
279
+ "checkpoint_step=4",
280
+ "action_view=text"
281
+ ]
282
+ }
visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_fixture_terminal.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ artifact_manifest: .artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_fixture/manifest.json
2
+ demo_report: .artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_fixture/reports/llm_world_model_demo_report.json
3
+ candidate_pack_manifest: .artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_fixture/candidate_pack/manifest.json
4
+ success: True
visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_fixture_tui_snapshot.json ADDED
@@ -0,0 +1,184 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "artifact_gates": [
3
+ {
4
+ "files_checked": "n/a",
5
+ "findings": "n/a",
6
+ "name": "manifest_verify",
7
+ "ok": "n/a",
8
+ "status": "not_configured"
9
+ },
10
+ {
11
+ "files_checked": "n/a",
12
+ "findings": "n/a",
13
+ "name": "artifact_secret_scan",
14
+ "ok": "n/a",
15
+ "status": "n/a"
16
+ },
17
+ {
18
+ "files_checked": "n/a",
19
+ "findings": "n/a",
20
+ "name": "html_secret_scan",
21
+ "ok": "n/a",
22
+ "status": "n/a"
23
+ }
24
+ ],
25
+ "artifacts": {
26
+ "candidate_pack_manifest_path": "~/dev/me/world-models/CodeLeWM/.artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_fixture/candidate_pack/manifest.json",
27
+ "html_path": "~/dev/me/world-models/CodeLeWM/.artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_fixture/demo.html",
28
+ "manifest_path": "~/dev/me/world-models/CodeLeWM/.artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_fixture/manifest.json",
29
+ "report_path": "~/dev/me/world-models/CodeLeWM/.artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_fixture/reports/llm_world_model_demo_report.json",
30
+ "root": "~/dev/me/world-models/CodeLeWM/.artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_fixture",
31
+ "run_timeline_path": "~/dev/me/world-models/CodeLeWM/.artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_fixture/reports/run_timeline.json",
32
+ "visual_view_model_path": "~/dev/me/world-models/CodeLeWM/.artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_fixture/reports/visual_view_model.json"
33
+ },
34
+ "candidates": [
35
+ {
36
+ "candidate_id": "candidate_004",
37
+ "candidate_minus_no_action": "+0.337242",
38
+ "changed_files": "app.py",
39
+ "diff_summary": "+2/-1 hunks=1",
40
+ "is_valid": true,
41
+ "no_action_delta_interpretation": "worse_than_no_action",
42
+ "patch_short_sha": "f118ae6fdb65",
43
+ "preview_lines": [
44
+ "--- a/app.py",
45
+ "+++ b/app.py",
46
+ "@@ -1,2 +1,3 @@",
47
+ "- return value.strip().lower().replace(\" \", \"-\")",
48
+ "+ words = value.strip().lower().split()",
49
+ "+ return \"-\".join(words) if words else \"untitled\""
50
+ ],
51
+ "rank": "1",
52
+ "score": "121.559944",
53
+ "status": "parseable_python_after_state/applied"
54
+ },
55
+ {
56
+ "candidate_id": "candidate_003",
57
+ "candidate_minus_no_action": "+0.352158",
58
+ "changed_files": "app.py",
59
+ "diff_summary": "+2/-1 hunks=1",
60
+ "is_valid": true,
61
+ "no_action_delta_interpretation": "worse_than_no_action",
62
+ "patch_short_sha": "0ca82f8a5f5f",
63
+ "preview_lines": [
64
+ "--- a/app.py",
65
+ "+++ b/app.py",
66
+ "@@ -1,2 +1,3 @@",
67
+ "- return value.strip().lower().replace(\" \", \"-\")",
68
+ "+ text = \"-\".join(value.strip().lower().split())",
69
+ "+ return text or \"untitled\""
70
+ ],
71
+ "rank": "2",
72
+ "score": "121.574860",
73
+ "status": "parseable_python_after_state/applied"
74
+ },
75
+ {
76
+ "candidate_id": "candidate_001",
77
+ "candidate_minus_no_action": "+1.171051",
78
+ "changed_files": "app.py",
79
+ "diff_summary": "+4/-1 hunks=1",
80
+ "is_valid": true,
81
+ "no_action_delta_interpretation": "worse_than_no_action",
82
+ "patch_short_sha": "49f32a2f4db4",
83
+ "preview_lines": [
84
+ "--- a/app.py",
85
+ "+++ b/app.py",
86
+ "@@ -1,2 +1,5 @@",
87
+ "- return value.strip().lower().replace(\" \", \"-\")",
88
+ "+ normalized = \"-\".join(value.strip().lower().split())",
89
+ "+ if not normalized:",
90
+ "+ return \"untitled\"",
91
+ "+ return normalized"
92
+ ],
93
+ "rank": "3",
94
+ "score": "122.393753",
95
+ "status": "parseable_python_after_state/applied"
96
+ },
97
+ {
98
+ "candidate_id": "candidate_002",
99
+ "candidate_minus_no_action": "+2.221756",
100
+ "changed_files": "app.py",
101
+ "diff_summary": "+4/-1 hunks=1",
102
+ "is_valid": true,
103
+ "no_action_delta_interpretation": "worse_than_no_action",
104
+ "patch_short_sha": "5cb30c3dfa15",
105
+ "preview_lines": [
106
+ "--- a/app.py",
107
+ "+++ b/app.py",
108
+ "@@ -1,2 +1,5 @@",
109
+ "- return value.strip().lower().replace(\" \", \"-\")",
110
+ "+ parts = value.strip().lower().split()",
111
+ "+ if not parts:",
112
+ "+ return \"untitled\"",
113
+ "+ return \"-\".join(parts)"
114
+ ],
115
+ "rank": "4",
116
+ "score": "123.444458",
117
+ "status": "parseable_python_after_state/applied"
118
+ }
119
+ ],
120
+ "claim_gate": {
121
+ "allowed": false,
122
+ "reason": "demo_report_is_not_downstream_benchmark_evidence",
123
+ "required_next_issue": "#192"
124
+ },
125
+ "diagnostics": [
126
+ {
127
+ "artifact_id": "eval_report-00ab912da1c163f4",
128
+ "name": "checkpoint_inspection",
129
+ "path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/checkpoint_inspection/reports/model_checkpoint_inspection.json",
130
+ "sha256": "29d8adc51eb91dd2609f2df91708d49791cc9940452aac6b04a71be064bd3693",
131
+ "status": "available"
132
+ },
133
+ {
134
+ "artifact_id": "eval_report-f1f1039796ebf00d",
135
+ "name": "latent_matrix",
136
+ "path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/latent_matrix/reports/latent_matrix_report.json",
137
+ "sha256": "05738f13dfcae31b99a71f5a35c951a076d772f7798b833501cb13d57e5a85e0",
138
+ "status": "available"
139
+ },
140
+ {
141
+ "artifact_id": "n/a",
142
+ "name": "run_timeline",
143
+ "path": "reports/run_timeline.json",
144
+ "sha256": "n/a",
145
+ "status": "available"
146
+ },
147
+ {
148
+ "artifact_id": "training_run-98a55bd637b503b5",
149
+ "name": "tensorboard",
150
+ "path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/train/reports/tensorboard_export.json",
151
+ "sha256": "819f36ae9636b519391b2bfde86b778d04b7cb1171b1eca140fad4336d7607c0",
152
+ "status": "available"
153
+ }
154
+ ],
155
+ "generator": {
156
+ "byok_enabled": false,
157
+ "model": "anthropic/claude-4.5-sonnet",
158
+ "provider": "openrouter",
159
+ "routing": "only=any fallback=None byok:off",
160
+ "sdk": "openrouter n/a"
161
+ },
162
+ "schema_version": "codelewm.harness.demo_tui_snapshot.v1",
163
+ "summary": {
164
+ "best_candidate": "candidate_004",
165
+ "best_candidate_minus_no_action": "+0.337242",
166
+ "best_no_action_delta_interpretation": "worse_than_no_action",
167
+ "best_score": "121.559944",
168
+ "candidate_count": "4",
169
+ "checkpoint": "81882429a586",
170
+ "context_path": "app.py",
171
+ "mode": "fixture dry-run",
172
+ "no_action_score": "121.222702",
173
+ "score_direction": "lower_is_better",
174
+ "scorer": "codelewm.torch_transition_scorer.v1",
175
+ "success": true,
176
+ "task_id": "visual-observability-fixture",
177
+ "valid_candidate_count": "4"
178
+ },
179
+ "warnings": [
180
+ "learned torch transition model runtime loaded from checkpoint",
181
+ "checkpoint_step=4",
182
+ "action_view=text"
183
+ ]
184
+ }
visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_live/candidate_pack/candidate_pack.json ADDED
@@ -0,0 +1,164 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "artifact_manifest": "manifest.json",
3
+ "candidates": [
4
+ {
5
+ "after_state_sha256": "3b57599420bd170728e674f46d1901c9966f079fba361178c402747e3c78ff0b",
6
+ "applied_before_path": "app.py",
7
+ "candidate_id": "candidate_001",
8
+ "content_sha256": "5f4e12048df4310ae5f1ade3d6f53f190eab251f6c944c2cc2d8492a92fa49fb",
9
+ "dry_run_patch_status": "applied",
10
+ "errors": [],
11
+ "generation_error": null,
12
+ "normalized_patch_sha256": "dd8a09eb14368eca59a0fd7dc7c90d2f992a3f63d03511d2a9f74c20f0f78ac3",
13
+ "parser_status": "parseable_python_after_state",
14
+ "patch_bytes": 288,
15
+ "patch_path": "candidates/candidate_001.patch",
16
+ "patch_text": "### Candidate 0\n```diff\n--- a/app.py\n+++ b/app.py\n@@ -1,2 +1,4 @@\n def normalize_label(value: str) -> str:\n- return value.strip().lower().replace(\" \", \"-\")\n+ stripped = value.strip()\n+ if not stripped:\n+ return \"untitled\"\n+ return stripped.lower().replace(\" \", \"-\")\n```",
17
+ "provider_finish_reason": null,
18
+ "rankability": {
19
+ "fallback_order": "normal",
20
+ "rankable": true
21
+ },
22
+ "redaction": {
23
+ "secret_findings_count": 0,
24
+ "secret_scan_ok": true
25
+ },
26
+ "token_count": null
27
+ },
28
+ {
29
+ "after_state_sha256": "db8e9364e378e4aee42eea79b62b865ae62e2b39f015ca94d9256fe9a8cf0c0e",
30
+ "applied_before_path": "app.py",
31
+ "candidate_id": "candidate_002",
32
+ "content_sha256": "ec8cef6b5241650b13077cbe2539790ae2d2e787883234fdf5f86cae321b1bc8",
33
+ "dry_run_patch_status": "applied",
34
+ "errors": [],
35
+ "generation_error": null,
36
+ "normalized_patch_sha256": "56c4a40df398b711ee01c76ef29b630909abf5c454b3208d79e925c858039037",
37
+ "parser_status": "parseable_python_after_state",
38
+ "patch_bytes": 251,
39
+ "patch_path": "candidates/candidate_002.patch",
40
+ "patch_text": "### Candidate 1\n```diff\n--- a/app.py\n+++ b/app.py\n@@ -1,2 +1,2 @@\n def normalize_label(value: str) -> str:\n- return value.strip().lower().replace(\" \", \"-\")\n+ return \"untitled\" if not value.strip() else value.strip().lower().replace(\" \", \"-\")\n```",
41
+ "provider_finish_reason": null,
42
+ "rankability": {
43
+ "fallback_order": "normal",
44
+ "rankable": true
45
+ },
46
+ "redaction": {
47
+ "secret_findings_count": 0,
48
+ "secret_scan_ok": true
49
+ },
50
+ "token_count": null
51
+ },
52
+ {
53
+ "after_state_sha256": "1a27a420bb8e8fbb87498fd8c2e7709d0bf3bc0e5c27fec1d77e071bb5129d0e",
54
+ "applied_before_path": "app.py",
55
+ "candidate_id": "candidate_003",
56
+ "content_sha256": "c1eee5e54ddaa34877a004c9928ebb5029c4823cdc22173b8073bd8ef430767c",
57
+ "dry_run_patch_status": "applied",
58
+ "errors": [],
59
+ "generation_error": null,
60
+ "normalized_patch_sha256": "88f64e59235d3b6c825169a463a0cb5d9c4772017ca5c983a72a177b91ac5b77",
61
+ "parser_status": "parseable_python_after_state",
62
+ "patch_bytes": 302,
63
+ "patch_path": "candidates/candidate_003.patch",
64
+ "patch_text": "### Candidate 2\n```diff\n--- a/app.py\n+++ b/app.py\n@@ -1,2 +1,5 @@\n def normalize_label(value: str) -> str:\n- return value.strip().lower().replace(\" \", \"-\")\n+ normalized = value.strip()\n+ if normalized == \"\":\n+ normalized = \"untitled\"\n+ return normalized.lower().replace(\" \", \"-\")\n```",
65
+ "provider_finish_reason": null,
66
+ "rankability": {
67
+ "fallback_order": "normal",
68
+ "rankable": true
69
+ },
70
+ "redaction": {
71
+ "secret_findings_count": 0,
72
+ "secret_scan_ok": true
73
+ },
74
+ "token_count": null
75
+ },
76
+ {
77
+ "after_state_sha256": "dc58b67b5688bcb0f621ab67afdafac7f76be39416269afe0b2add85338de430",
78
+ "applied_before_path": "app.py",
79
+ "candidate_id": "candidate_004",
80
+ "content_sha256": "f96a7a9bef91e3885749957de9dc6bdaabf0869b37f2a746123ae53ff8f84852",
81
+ "dry_run_patch_status": "applied",
82
+ "errors": [],
83
+ "generation_error": null,
84
+ "normalized_patch_sha256": "bab2b89eaaf1d284de65f7d947c2975f5b5f5f882da5d3c8ce945d7fee594b40",
85
+ "parser_status": "parseable_python_after_state",
86
+ "patch_bytes": 214,
87
+ "patch_path": "candidates/candidate_004.patch",
88
+ "patch_text": "### Candidate 3\n```diff\n--- a/app.py\n+++ b/app.py\n@@ -1,2 +1,3 @@\n def normalize_label(value: str) -> str:\n+ value = value if value.strip() else \"untitled\"\n return value.strip().lower().replace(\" \", \"-\")\n```",
89
+ "provider_finish_reason": null,
90
+ "rankability": {
91
+ "fallback_order": "normal",
92
+ "rankable": true
93
+ },
94
+ "redaction": {
95
+ "secret_findings_count": 0,
96
+ "secret_scan_ok": true
97
+ },
98
+ "token_count": null
99
+ }
100
+ ],
101
+ "context_hash": "55abab0b37dea398152e9ea98c379ab4f5dfc91fb090034160c638956621d194",
102
+ "created_at": "2026-05-21T20:19:01Z",
103
+ "errors": [],
104
+ "generation_config": {
105
+ "dry_run": false,
106
+ "max_candidates": 4,
107
+ "output_policy": "unified_diff",
108
+ "retry_limit": 2,
109
+ "temperature": 0.2,
110
+ "timeout_seconds": 120
111
+ },
112
+ "generator": {
113
+ "adapter_version": "codelewm.openrouter_adapter.v0.1",
114
+ "model": "anthropic/claude-4.5-sonnet",
115
+ "provider": "openrouter",
116
+ "sdk": "openrouter",
117
+ "sdk_version": "0.9.1"
118
+ },
119
+ "prompt": {
120
+ "prompt_preview": "You are generating candidate unified diffs for CodeLeWM.\nTask id: visual-observability-live\nInstruction: Normalize blank or whitespace-only labels to 'untitled' while preserving meaningful labels.\nReturn exactly 4 candidates when possible.\nEach candidate must start with '### Candidate <id>' and contain only a unified diff.\nDo not include prose outside candidate blocks.\n\n### File: app.py\n```python\ndef normalize_label(value: str) -> str:\n return value.strip().lower().replace(\" \", \"-\")\n```\n",
121
+ "redacted_prompt_path": null,
122
+ "rendered_sha256": "42dfe59eee70bc60d17b0aa84b6b940cb4d59adfad988d42d512edca891afe66",
123
+ "secret_scan": {
124
+ "findings_count": 0,
125
+ "ok": true
126
+ },
127
+ "template_id": "codelewm.openrouter.patch_candidates.v1"
128
+ },
129
+ "provider_routing": {
130
+ "byok": {
131
+ "allowed_models": [
132
+ "anthropic/claude-4.5-sonnet"
133
+ ],
134
+ "credential_name": "CodeLeWM Anthropic BYOK",
135
+ "enabled": true,
136
+ "is_fallback": false,
137
+ "key_env": "ANTHROPIC_API_KEY",
138
+ "management_key_env": "OPENROUTER_MANAGEMENT_KEY",
139
+ "provider": "anthropic",
140
+ "register": false,
141
+ "registration_dry_run": true,
142
+ "require": true,
143
+ "workspace_id_set": false
144
+ },
145
+ "requested_model": "anthropic/claude-4.5-sonnet",
146
+ "requested_provider_options": {
147
+ "allow_fallbacks": false,
148
+ "only": [
149
+ "anthropic"
150
+ ],
151
+ "order": [
152
+ "anthropic"
153
+ ],
154
+ "sort": "price"
155
+ },
156
+ "response_metadata": {
157
+ "created": 1779394736,
158
+ "id": "gen-1779394736-l6CY9cZmJIKY7X3Nab9U",
159
+ "model": "anthropic/claude-4.5-sonnet-20250929"
160
+ }
161
+ },
162
+ "schema_version": "codelewm.llm_candidate_pack.v1",
163
+ "task_id": "visual-observability-live"
164
+ }
visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_live/candidate_pack/candidates/candidate_001.patch ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ --- a/app.py
2
+ +++ b/app.py
3
+ @@ -1,2 +1,4 @@
4
+ def normalize_label(value: str) -> str:
5
+ - return value.strip().lower().replace(" ", "-")
6
+ + stripped = value.strip()
7
+ + if not stripped:
8
+ + return "untitled"
9
+ + return stripped.lower().replace(" ", "-")
visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_live/candidate_pack/candidates/candidate_002.patch ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ --- a/app.py
2
+ +++ b/app.py
3
+ @@ -1,2 +1,2 @@
4
+ def normalize_label(value: str) -> str:
5
+ - return value.strip().lower().replace(" ", "-")
6
+ + return "untitled" if not value.strip() else value.strip().lower().replace(" ", "-")
visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_live/candidate_pack/candidates/candidate_003.patch ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ --- a/app.py
2
+ +++ b/app.py
3
+ @@ -1,2 +1,5 @@
4
+ def normalize_label(value: str) -> str:
5
+ - return value.strip().lower().replace(" ", "-")
6
+ + normalized = value.strip()
7
+ + if normalized == "":
8
+ + normalized = "untitled"
9
+ + return normalized.lower().replace(" ", "-")
visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_live/candidate_pack/candidates/candidate_004.patch ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ --- a/app.py
2
+ +++ b/app.py
3
+ @@ -1,2 +1,3 @@
4
+ def normalize_label(value: str) -> str:
5
+ + value = value if value.strip() else "untitled"
6
+ return value.strip().lower().replace(" ", "-")
visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_live/candidate_pack/manifest.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "artifact_id": "candidate_pack-f7e69eb7a449b021",
3
+ "artifact_kind": "candidate_pack",
4
+ "command": [
5
+ "codelewm",
6
+ "llm-demo",
7
+ "--before",
8
+ ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/input/bugfix_edge_case_app.py",
9
+ "--checkpoint",
10
+ ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/train/checkpoints/checkpoint.pt",
11
+ "--out",
12
+ ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_live",
13
+ "candidate-pack"
14
+ ],
15
+ "config_sha256": "9fab9f93e465f0e25364a94b045f60bf465b6abf0dbe667126ca317916e76412",
16
+ "created_at": "2026-05-21T20:19:01Z",
17
+ "files": [
18
+ {
19
+ "bytes": 7063,
20
+ "path": "candidate_pack.json",
21
+ "sha256": "b09ae11a7091be9861581e4a330637d9b1507500baf6a2b03c2421924b97525e"
22
+ },
23
+ {
24
+ "bytes": 496,
25
+ "path": "prompt/redacted_prompt.txt",
26
+ "sha256": "3cb921dd87d2c6b495287b57ced209771e562f100399b7e46ce0ceeae07ad8ba"
27
+ },
28
+ {
29
+ "bytes": 261,
30
+ "path": "candidates/candidate_001.patch",
31
+ "sha256": "dd8a09eb14368eca59a0fd7dc7c90d2f992a3f63d03511d2a9f74c20f0f78ac3"
32
+ },
33
+ {
34
+ "bytes": 224,
35
+ "path": "candidates/candidate_002.patch",
36
+ "sha256": "56c4a40df398b711ee01c76ef29b630909abf5c454b3208d79e925c858039037"
37
+ },
38
+ {
39
+ "bytes": 275,
40
+ "path": "candidates/candidate_003.patch",
41
+ "sha256": "88f64e59235d3b6c825169a463a0cb5d9c4772017ca5c983a72a177b91ac5b77"
42
+ },
43
+ {
44
+ "bytes": 187,
45
+ "path": "candidates/candidate_004.patch",
46
+ "sha256": "bab2b89eaaf1d284de65f7d947c2975f5b5f5f882da5d3c8ce945d7fee594b40"
47
+ }
48
+ ],
49
+ "metadata": {
50
+ "candidate_count": 4,
51
+ "error_candidate_count": 0,
52
+ "schema_version": "codelewm.llm_candidate_pack.v1",
53
+ "secret_findings_count": 0,
54
+ "valid_candidate_count": 4
55
+ },
56
+ "parent_artifacts": [],
57
+ "schema_version": "codelewm.artifact_manifest.v1",
58
+ "source_git_sha": "6a8ac81e27eaa3aa7bfc9b60eefe58496edec99b"
59
+ }
visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_live/candidate_pack/prompt/redacted_prompt.txt ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ You are generating candidate unified diffs for CodeLeWM.
2
+ Task id: visual-observability-live
3
+ Instruction: Normalize blank or whitespace-only labels to 'untitled' while preserving meaningful labels.
4
+ Return exactly 4 candidates when possible.
5
+ Each candidate must start with '### Candidate <id>' and contain only a unified diff.
6
+ Do not include prose outside candidate blocks.
7
+
8
+ ### File: app.py
9
+ ```python
10
+ def normalize_label(value: str) -> str:
11
+ return value.strip().lower().replace(" ", "-")
12
+ ```
13
+
visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_live/demo.html ADDED
@@ -0,0 +1,206 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!doctype html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1">
6
+ <title>CodeLeWM LLM World-Model Demo</title>
7
+ <style>
8
+
9
+ :root{
10
+ --bg:#090b09;
11
+ --bg-2:#0f1411;
12
+ --line:#203023;
13
+ --line-2:#2f4534;
14
+ --ink:#dce7dd;
15
+ --ink-dim:#8d9b8e;
16
+ --paper:#f1eadc;
17
+ --acid:#9aff5e;
18
+ --acid-glow:rgba(154,255,94,.18);
19
+ --amber:#ffb454;
20
+ --rose:#ff6b8b;
21
+ --mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
22
+ --serif: Georgia, Times New Roman, serif;
23
+ }
24
+ *{box-sizing:border-box}
25
+ body{margin:0;background:var(--bg);color:var(--ink);font:400 13px/1.55 var(--mono)}
26
+ .wrap{max-width:1040px;margin:0 auto;padding:0 24px}
27
+ .hero{padding:72px 0 48px;border-bottom:1px solid var(--line)}
28
+ .hero-grid{display:grid;grid-template-columns:1.3fr .9fr;gap:36px;align-items:start}
29
+ .ident{font:700 11px/1 var(--mono);letter-spacing:.18em;text-transform:uppercase;color:var(--acid)}
30
+ h1{margin:16px 0 14px;font:700 52px/1.02 var(--mono);letter-spacing:-.02em;color:var(--paper)}
31
+ .deck,.s-deck{font:400 17px/1.55 var(--serif);color:var(--ink-dim);max-width:760px}
32
+ .pill-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
33
+ .pill{border:1px solid var(--line-2);padding:8px 10px;color:var(--ink);background:var(--bg-2)}
34
+ .pill.ok{border-color:var(--acid);color:var(--acid);background:var(--acid-glow)}
35
+ .pill.warn{border-color:var(--amber);color:var(--amber)}
36
+ .stat-panel,.mini,.order-card,.patch-card{background:var(--bg-2);border:1px solid var(--line-2)}
37
+ .stat-panel{padding:14px}
38
+ .stat{display:grid;grid-template-columns:120px 1fr;gap:12px;padding:9px 0;border-bottom:1px solid var(--line)}
39
+ .stat:last-child{border-bottom:0}
40
+ .stat span{color:var(--ink-dim)}
41
+ .stat b{color:var(--paper);font-weight:500;word-break:break-word}
42
+ .s{position:relative;padding:62px 0;border-bottom:1px solid var(--line)}
43
+ .section-head{display:flex;gap:12px;align-items:center;margin-bottom:20px}
44
+ .section-num{font:700 11px/1 var(--mono);color:var(--bg);background:var(--acid);padding:7px 8px}
45
+ .section-kind{font:700 10px/1 var(--mono);letter-spacing:.18em;text-transform:uppercase;color:var(--ink-dim)}
46
+ h2{margin:0 0 10px;font:500 31px/1.15 var(--mono);color:var(--paper)}
47
+ h2 em{font-style:normal;color:var(--acid)}
48
+ .grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
49
+ .mini{padding:16px}
50
+ .mini span{display:block;color:var(--ink-dim);text-transform:uppercase;letter-spacing:.14em;font-size:10px}
51
+ .mini strong{display:block;margin:8px 0;color:var(--paper);font-size:18px}
52
+ .mini p{margin:0;color:var(--ink-dim);font:400 14px/1.55 var(--serif)}
53
+ .rank-table{width:100%;border-collapse:collapse;background:var(--bg-2);border:1px solid var(--line-2)}
54
+ .rank-table th,.rank-table td{padding:12px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle}
55
+ .rank-table th{color:var(--ink-dim);font-size:10px;text-transform:uppercase;letter-spacing:.14em}
56
+ .rank{color:var(--acid);font-weight:700}
57
+ code{color:var(--paper)}
58
+ .bar{height:11px;background:#111a13;border:1px solid var(--line)}
59
+ .bar span{display:block;height:100%;background:linear-gradient(90deg,var(--acid),var(--amber))}
60
+ .order-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
61
+ .order-card{padding:14px}
62
+ .order-card h3{margin:0 0 10px;color:var(--paper);font-size:14px}
63
+ .order-card ol{margin:0;padding-left:24px;color:var(--ink-dim)}
64
+ .order-card li{margin:7px 0}
65
+ .patch-grid{display:grid;gap:14px}
66
+ .patch-head{display:flex;justify-content:space-between;gap:16px;padding:12px 14px;border-bottom:1px solid var(--line)}
67
+ .patch-head span{color:var(--ink-dim);font-size:11px}
68
+ .patch-meta{padding:9px 14px;border-bottom:1px solid var(--line);color:var(--ink-dim);font-size:11px}
69
+ pre{margin:0;white-space:pre-wrap;overflow:auto;color:var(--ink);background:#070907}
70
+ .patch-card pre{padding:14px;max-height:260px}
71
+ .code{padding:16px;border:1px solid var(--line-2);background:#070907;color:var(--paper)}
72
+ .footnote{color:var(--ink-dim);font:400 14px/1.55 var(--serif)}
73
+ @media (max-width:820px){
74
+ .hero-grid,.grid-3,.order-grid{grid-template-columns:1fr}
75
+ h1{font-size:38px}
76
+ }
77
+
78
+ </style>
79
+ </head>
80
+ <body>
81
+ <header class="hero">
82
+ <div class="wrap hero-grid">
83
+ <div>
84
+ <div class="ident">CodeLeWM / LLM candidate rerank</div>
85
+ <h1>Visual demo report</h1>
86
+ <p class="deck">This page shows what the demo actually did: how candidates were produced, how CodeLeWM ranked them, and why the claim gate stays closed.</p>
87
+ <div class="pill-row">
88
+ <span class="pill ok">live OpenRouter</span>
89
+ <span class="pill">success: true</span>
90
+ <span class="pill">claim: false</span>
91
+ </div>
92
+ </div>
93
+ <aside class="stat-panel">
94
+ <div class="stat"><span>model</span><b>anthropic/claude-4.5-sonnet-20250929</b></div>
95
+ <div class="stat"><span>provider</span><b>openrouter</b></div>
96
+ <div class="stat"><span>sdk version</span><b>0.9.1</b></div>
97
+ <div class="stat"><span>provider mode</span><b>live</b></div>
98
+ <div class="stat"><span>BYOK</span><b>enabled</b></div>
99
+ <div class="stat"><span>candidates</span><b>4</b></div>
100
+ <div class="stat"><span>valid</span><b>4</b></div>
101
+ <div class="stat"><span>scorer</span><b>codelewm.torch_transition_scorer.v1</b></div>
102
+ <div class="stat"><span>score direction</span><b>lower_is_better</b></div>
103
+ </aside>
104
+ </div>
105
+ </header>
106
+
107
+ <main>
108
+ <section class="s" id="status" data-num="01">
109
+ <div class="wrap">
110
+ <div class="section-head"><span class="section-num">01</span><span class="section-kind">status</span></div>
111
+ <h2>Did it <em>work</em>?</h2>
112
+ <p class="s-deck">Yes, the artifact path worked. In this run the LLM side called OpenRouter and captured provider output as untrusted patches.</p>
113
+ <div class="grid-3">
114
+ <article class="mini"><span>Generation</span><strong>live OpenRouter</strong><p>CODELEWM_LLM_DRY_RUN controls whether the adapter calls OpenRouter.</p></article>
115
+ <article class="mini"><span>Reranking</span><strong>completed</strong><p>Candidates were scored and ordered by the CodeLeWM harness.</p></article>
116
+ <article class="mini"><span>Publication gate</span><strong>false</strong><p>demo_report_is_not_downstream_benchmark_evidence</p></article>
117
+ </div>
118
+ </div>
119
+ </section>
120
+
121
+ <section class="s" id="ranking" data-num="02">
122
+ <div class="wrap">
123
+ <div class="section-head"><span class="section-num">02</span><span class="section-kind">ranking</span></div>
124
+ <h2>Candidate scores, <em>lower</em> is better.</h2>
125
+ <p class="s-deck">The bars show transition energy from the current scorer backend. Candidate-minus-no-action deltas are better when negative and worse when positive.</p>
126
+ <table class="rank-table">
127
+ <thead><tr><th>rank</th><th>candidate</th><th>score</th><th>vs no-op</th><th>status</th><th>bar</th></tr></thead>
128
+ <tbody><tr><td class="rank">1</td><td><code>candidate_001</code></td><td>120.698853</td><td>-0.523849</td><td>parseable_python_after_state/applied</td><td><div class="bar"><span style="width:98%"></span></div></td></tr>
129
+ <tr><td class="rank">2</td><td><code>candidate_002</code></td><td>121.963959</td><td>+0.741257</td><td>parseable_python_after_state/applied</td><td><div class="bar"><span style="width:99%"></span></div></td></tr>
130
+ <tr><td class="rank">4</td><td><code>candidate_003</code></td><td>122.842369</td><td>+1.619667</td><td>parseable_python_after_state/applied</td><td><div class="bar"><span style="width:100%"></span></div></td></tr>
131
+ <tr><td class="rank">3</td><td><code>candidate_004</code></td><td>122.128296</td><td>+0.905594</td><td>parseable_python_after_state/applied</td><td><div class="bar"><span style="width:99%"></span></div></td></tr></tbody>
132
+ </table>
133
+ </div>
134
+ </section>
135
+
136
+ <section class="s" id="orders" data-num="03">
137
+ <div class="wrap">
138
+ <div class="section-head"><span class="section-num">03</span><span class="section-kind">baselines</span></div>
139
+ <h2>Orders side by <em>side</em>.</h2>
140
+ <p class="s-deck">This is the tangible harness use case: compare the LLM's original order with CodeLeWM and cheap baselines.</p>
141
+ <div class="order-grid"><article class="order-card"><h3>LLM order</h3><ol><li><code>candidate_001</code></li><li><code>candidate_002</code></li><li><code>candidate_003</code></li><li><code>candidate_004</code></li></ol></article>
142
+ <article class="order-card"><h3>CodeLeWM order</h3><ol><li><code>candidate_001</code></li><li><code>candidate_002</code></li><li><code>candidate_004</code></li><li><code>candidate_003</code></li></ol></article>
143
+ <article class="order-card"><h3>Lexical</h3><ol><li><code>candidate_001</code></li><li><code>candidate_002</code></li><li><code>candidate_003</code></li><li><code>candidate_004</code></li></ol></article>
144
+ <article class="order-card"><h3>Random</h3><ol><li><code>candidate_004</code></li><li><code>candidate_002</code></li><li><code>candidate_003</code></li><li><code>candidate_001</code></li></ol></article></div>
145
+ </div>
146
+ </section>
147
+
148
+ <section class="s" id="patches" data-num="04">
149
+ <div class="wrap">
150
+ <div class="section-head"><span class="section-num">04</span><span class="section-kind">patches</span></div>
151
+ <h2>Compact candidate <em>diffs</em>.</h2>
152
+ <p class="s-deck">Candidate code is treated as untrusted text. The shared view model shows bounded diff summaries; full patches stay in local artifacts and are not executed.</p>
153
+ <div class="patch-grid"><article class="patch-card"><div class="patch-head"><code>candidate_001</code><span>parseable_python_after_state/applied</span></div><div class="patch-meta">1 files, 1 hunks, +4/-1</div><pre>--- a/app.py
154
+ +++ b/app.py
155
+ @@ -1,2 +1,4 @@
156
+ - return value.strip().lower().replace(&quot; &quot;, &quot;-&quot;)
157
+ + stripped = value.strip()
158
+ + if not stripped:
159
+ + return &quot;untitled&quot;
160
+ + return stripped.lower().replace(&quot; &quot;, &quot;-&quot;)</pre></article>
161
+ <article class="patch-card"><div class="patch-head"><code>candidate_002</code><span>parseable_python_after_state/applied</span></div><div class="patch-meta">1 files, 1 hunks, +1/-1</div><pre>--- a/app.py
162
+ +++ b/app.py
163
+ @@ -1,2 +1,2 @@
164
+ - return value.strip().lower().replace(&quot; &quot;, &quot;-&quot;)
165
+ + return &quot;untitled&quot; if not value.strip() else value.strip().lower().replace(&quot; &quot;, &quot;-&quot;)</pre></article>
166
+ <article class="patch-card"><div class="patch-head"><code>candidate_003</code><span>parseable_python_after_state/applied</span></div><div class="patch-meta">1 files, 1 hunks, +4/-1</div><pre>--- a/app.py
167
+ +++ b/app.py
168
+ @@ -1,2 +1,5 @@
169
+ - return value.strip().lower().replace(&quot; &quot;, &quot;-&quot;)
170
+ + normalized = value.strip()
171
+ + if normalized == &quot;&quot;:
172
+ + normalized = &quot;untitled&quot;
173
+ + return normalized.lower().replace(&quot; &quot;, &quot;-&quot;)</pre></article>
174
+ <article class="patch-card"><div class="patch-head"><code>candidate_004</code><span>parseable_python_after_state/applied</span></div><div class="patch-meta">1 files, 1 hunks, +1/-0</div><pre>--- a/app.py
175
+ +++ b/app.py
176
+ @@ -1,2 +1,3 @@
177
+ + value = value if value.strip() else &quot;untitled&quot;</pre></article></div>
178
+ </div>
179
+ </section>
180
+
181
+ <section class="s" id="diagnostics" data-num="05">
182
+ <div class="wrap">
183
+ <div class="section-head"><span class="section-num">05</span><span class="section-kind">diagnostics</span></div>
184
+ <h2>Model and latent <em>links</em>.</h2>
185
+ <p class="s-deck">The same normalized view model feeds JSON, terminal, HTML, and the future Textual TUI. Missing diagnostics stay explicit.</p>
186
+ <div class="grid-3"><article class="mini"><span>Checkpoint inspection</span><strong>available</strong><p>.artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/checkpoint_inspection/reports/model_checkpoint_inspection.json</p></article>
187
+ <article class="mini"><span>Latent matrix</span><strong>available</strong><p>.artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/latent_matrix/reports/latent_matrix_report.json</p></article>
188
+ <article class="mini"><span>Run timeline</span><strong>available</strong><p>reports/run_timeline.json</p></article></div>
189
+ </div>
190
+ </section>
191
+
192
+ <section class="s" id="next" data-num="06">
193
+ <div class="wrap">
194
+ <div class="section-head"><span class="section-num">06</span><span class="section-kind">next run</span></div>
195
+ <h2>Make the next run <em>live</em>.</h2>
196
+ <p class="s-deck">Set the dry-run flags to zero when you want provider output instead of fixture candidates.</p>
197
+ <pre class="code">CODELEWM_LLM_DRY_RUN=0
198
+ CODELEWM_OPENROUTER_BYOK=1
199
+ CODELEWM_OPENROUTER_BYOK_REGISTER=0
200
+ uv run scripts/llm-world-model-demo</pre>
201
+ <p class="footnote">Keep token values only in .env. Set OPENROUTER_MANAGEMENT_KEY and CODELEWM_OPENROUTER_BYOK_REGISTER=1 only when CodeLeWM should create the BYOK credential.</p>
202
+ </div>
203
+ </section>
204
+ </main>
205
+ </body>
206
+ </html>
visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_live/manifest.json ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "artifact_id": "demo_report-e2cdc9ddd69ed901",
3
+ "artifact_kind": "demo_report",
4
+ "command": [
5
+ "codelewm",
6
+ "llm-demo",
7
+ "--before",
8
+ ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/input/bugfix_edge_case_app.py",
9
+ "--checkpoint",
10
+ ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/train/checkpoints/checkpoint.pt",
11
+ "--out",
12
+ ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_live"
13
+ ],
14
+ "config_sha256": "8b20391bc6d13a28941807358bb5075b6292ece1f621cb6b11ea5cc099e774c3",
15
+ "created_at": "2026-05-21T20:19:02Z",
16
+ "files": [
17
+ {
18
+ "bytes": 10668,
19
+ "path": "reports/llm_world_model_demo_report.json",
20
+ "sha256": "02b2ed89958c2e90e4d2d900748da4ffef0a9bef6bb9d809b304fefc0240dac6"
21
+ },
22
+ {
23
+ "bytes": 13015,
24
+ "path": "demo.html",
25
+ "sha256": "932ed17243d32875105da0481d3bd311ffc6798198ed236cf73b61839427a4f3"
26
+ },
27
+ {
28
+ "bytes": 10743,
29
+ "path": "reports/visual_view_model.json",
30
+ "sha256": "e8520bd31a4062a49de1f0f6e600c3f7fc71c9148a808a5f33a35ac0a00f20de"
31
+ },
32
+ {
33
+ "bytes": 4463,
34
+ "path": "reports/run_timeline.json",
35
+ "sha256": "227fb2eda83b1b48ea3619f99430a95efda66e8d1fe02092c4233b8f1b72fb9d"
36
+ }
37
+ ],
38
+ "metadata": {
39
+ "candidate_count": 4,
40
+ "claim_allowed": false,
41
+ "diagnostics": {
42
+ "checkpoint_inspection": {
43
+ "artifact_id": "eval_report-00ab912da1c163f4",
44
+ "artifact_kind": "eval_report",
45
+ "artifact_manifest_path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/checkpoint_inspection/manifest.json",
46
+ "bytes": 139576,
47
+ "manifest_file_path": "reports/model_checkpoint_inspection.json",
48
+ "path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/checkpoint_inspection/reports/model_checkpoint_inspection.json",
49
+ "schema_version": "codelewm.model_checkpoint_inspection.v1",
50
+ "sha256": "29d8adc51eb91dd2609f2df91708d49791cc9940452aac6b04a71be064bd3693",
51
+ "status": "available"
52
+ },
53
+ "latent_matrix": {
54
+ "artifact_id": "eval_report-f1f1039796ebf00d",
55
+ "artifact_kind": "eval_report",
56
+ "artifact_manifest_path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/latent_matrix/manifest.json",
57
+ "bytes": 423083,
58
+ "manifest_file_path": "reports/latent_matrix_report.json",
59
+ "path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/latent_matrix/reports/latent_matrix_report.json",
60
+ "schema_version": "codelewm.eval.latent_matrix_report.v1",
61
+ "sha256": "05738f13dfcae31b99a71f5a35c951a076d772f7798b833501cb13d57e5a85e0",
62
+ "status": "available"
63
+ },
64
+ "run_timeline": {
65
+ "artifact_id": null,
66
+ "artifact_manifest_path": null,
67
+ "bytes": null,
68
+ "path": "reports/run_timeline.json",
69
+ "schema_version": "codelewm.run_timeline.v1",
70
+ "sha256": null,
71
+ "source": "current_demo_run",
72
+ "status": "available"
73
+ },
74
+ "tensorboard": {
75
+ "artifact_id": "training_run-98a55bd637b503b5",
76
+ "artifact_kind": "training_run",
77
+ "artifact_manifest_path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/train/manifest.json",
78
+ "bytes": 2280,
79
+ "manifest_file_path": "reports/tensorboard_export.json",
80
+ "path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/train/reports/tensorboard_export.json",
81
+ "schema_version": "codelewm.training.tensorboard_export.v1",
82
+ "sha256": "819f36ae9636b519391b2bfde86b778d04b7cb1171b1eca140fad4336d7607c0",
83
+ "status": "available"
84
+ }
85
+ },
86
+ "run_timeline_path": "reports/run_timeline.json",
87
+ "run_timeline_schema_version": "codelewm.run_timeline.v1",
88
+ "schema_version": "codelewm.harness.demo_report.v1",
89
+ "success": true,
90
+ "valid_candidate_count": 4,
91
+ "visual_view_model_path": "reports/visual_view_model.json",
92
+ "visual_view_model_schema_version": "codelewm.harness.visual_view_model.v1"
93
+ },
94
+ "parent_artifacts": [
95
+ "candidate_pack-f7e69eb7a449b021",
96
+ "eval_report-00ab912da1c163f4",
97
+ "eval_report-f1f1039796ebf00d",
98
+ "training_run-98a55bd637b503b5"
99
+ ],
100
+ "schema_version": "codelewm.artifact_manifest.v1",
101
+ "source_git_sha": "6a8ac81e27eaa3aa7bfc9b60eefe58496edec99b"
102
+ }
visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_live/reports/llm_world_model_demo_report.json ADDED
@@ -0,0 +1,278 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "artifacts": {
3
+ "candidate_pack_manifest_id": "candidate_pack-f7e69eb7a449b021",
4
+ "candidate_pack_manifest_path": "candidate_pack/manifest.json",
5
+ "checkpoint_path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/train/checkpoints/checkpoint.pt",
6
+ "checkpoint_sha256": "81882429a5862f6806c091dac479bef7c76c100a1178874e94cb10560ca6d9aa",
7
+ "demo_manifest_path": "manifest.json",
8
+ "run_timeline_path": "reports/run_timeline.json",
9
+ "transition_index": null,
10
+ "visual_view_model_path": "reports/visual_view_model.json"
11
+ },
12
+ "baselines": {
13
+ "lexical": {
14
+ "order": [
15
+ "candidate_001",
16
+ "candidate_002",
17
+ "candidate_003",
18
+ "candidate_004"
19
+ ],
20
+ "status": "completed"
21
+ },
22
+ "llm_order": {
23
+ "order": [
24
+ "candidate_001",
25
+ "candidate_002",
26
+ "candidate_003",
27
+ "candidate_004"
28
+ ],
29
+ "status": "completed"
30
+ },
31
+ "no_action": {
32
+ "score": {
33
+ "candidate": "no_action",
34
+ "checkpoint_sha256": "81882429a5862f6806c091dac479bef7c76c100a1178874e94cb10560ca6d9aa",
35
+ "final_score": 121.22270202636719,
36
+ "input_digest": "f94fdf665b5d3e78b0764a903372dca27e23254baeeb62b40cf71b1ddbbb36c1",
37
+ "model_id": "codelewm.torch_transition_scorer.v1",
38
+ "retrieval_prior": null,
39
+ "risk_penalty": null,
40
+ "schema_version": "codelewm.score.v1",
41
+ "transition_energy": 121.22270202636719,
42
+ "warnings": [
43
+ "learned torch transition model runtime loaded from checkpoint",
44
+ "checkpoint_step=4",
45
+ "action_view=text"
46
+ ]
47
+ },
48
+ "status": "completed"
49
+ },
50
+ "random": {
51
+ "order": [
52
+ "candidate_004",
53
+ "candidate_002",
54
+ "candidate_003",
55
+ "candidate_001"
56
+ ],
57
+ "status": "completed"
58
+ }
59
+ },
60
+ "candidate_errors": [],
61
+ "candidate_pack_schema": "codelewm.llm_candidate_pack.v1",
62
+ "candidate_summary": {
63
+ "candidate_count": 4,
64
+ "candidate_ids": [
65
+ "candidate_001",
66
+ "candidate_002",
67
+ "candidate_003",
68
+ "candidate_004"
69
+ ],
70
+ "error_candidate_count": 0,
71
+ "valid_candidate_count": 4,
72
+ "valid_candidate_ids": [
73
+ "candidate_001",
74
+ "candidate_002",
75
+ "candidate_003",
76
+ "candidate_004"
77
+ ]
78
+ },
79
+ "claim_gate": {
80
+ "allowed": false,
81
+ "reason": "demo_report_is_not_downstream_benchmark_evidence",
82
+ "required_next_issue": "#192"
83
+ },
84
+ "diagnostics": {
85
+ "checkpoint_inspection": {
86
+ "artifact_id": "eval_report-00ab912da1c163f4",
87
+ "artifact_kind": "eval_report",
88
+ "artifact_manifest_path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/checkpoint_inspection/manifest.json",
89
+ "bytes": 139576,
90
+ "manifest_file_path": "reports/model_checkpoint_inspection.json",
91
+ "path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/checkpoint_inspection/reports/model_checkpoint_inspection.json",
92
+ "schema_version": "codelewm.model_checkpoint_inspection.v1",
93
+ "sha256": "29d8adc51eb91dd2609f2df91708d49791cc9940452aac6b04a71be064bd3693",
94
+ "status": "available"
95
+ },
96
+ "latent_matrix": {
97
+ "artifact_id": "eval_report-f1f1039796ebf00d",
98
+ "artifact_kind": "eval_report",
99
+ "artifact_manifest_path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/latent_matrix/manifest.json",
100
+ "bytes": 423083,
101
+ "manifest_file_path": "reports/latent_matrix_report.json",
102
+ "path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/latent_matrix/reports/latent_matrix_report.json",
103
+ "schema_version": "codelewm.eval.latent_matrix_report.v1",
104
+ "sha256": "05738f13dfcae31b99a71f5a35c951a076d772f7798b833501cb13d57e5a85e0",
105
+ "status": "available"
106
+ },
107
+ "run_timeline": {
108
+ "artifact_id": null,
109
+ "artifact_manifest_path": null,
110
+ "bytes": null,
111
+ "path": "reports/run_timeline.json",
112
+ "schema_version": "codelewm.run_timeline.v1",
113
+ "sha256": null,
114
+ "source": "current_demo_run",
115
+ "status": "available"
116
+ },
117
+ "tensorboard": {
118
+ "artifact_id": "training_run-98a55bd637b503b5",
119
+ "artifact_kind": "training_run",
120
+ "artifact_manifest_path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/train/manifest.json",
121
+ "bytes": 2280,
122
+ "manifest_file_path": "reports/tensorboard_export.json",
123
+ "path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/train/reports/tensorboard_export.json",
124
+ "schema_version": "codelewm.training.tensorboard_export.v1",
125
+ "sha256": "819f36ae9636b519391b2bfde86b778d04b7cb1171b1eca140fad4336d7607c0",
126
+ "status": "available"
127
+ }
128
+ },
129
+ "failure_reasons": [],
130
+ "generator": {
131
+ "adapter_version": "codelewm.openrouter_adapter.v0.1",
132
+ "model": "anthropic/claude-4.5-sonnet",
133
+ "provider": "openrouter",
134
+ "sdk": "openrouter",
135
+ "sdk_version": "0.9.1"
136
+ },
137
+ "orders": {
138
+ "codelewm": [
139
+ "candidate_001",
140
+ "candidate_002",
141
+ "candidate_004",
142
+ "candidate_003"
143
+ ],
144
+ "lexical": [
145
+ "candidate_001",
146
+ "candidate_002",
147
+ "candidate_003",
148
+ "candidate_004"
149
+ ],
150
+ "llm": [
151
+ "candidate_001",
152
+ "candidate_002",
153
+ "candidate_003",
154
+ "candidate_004"
155
+ ],
156
+ "no_action": [
157
+ "no_action"
158
+ ],
159
+ "random": [
160
+ "candidate_004",
161
+ "candidate_002",
162
+ "candidate_003",
163
+ "candidate_001"
164
+ ]
165
+ },
166
+ "rerank_errors": [],
167
+ "schema_version": "codelewm.harness.demo_report.v1",
168
+ "scores": {
169
+ "codelewm_rerank": [
170
+ {
171
+ "candidate": "/Users/abdel/dev/me/world-models/CodeLeWM/.artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_live/candidate_pack/candidates/candidate_001.patch",
172
+ "checkpoint_sha256": "81882429a5862f6806c091dac479bef7c76c100a1178874e94cb10560ca6d9aa",
173
+ "final_score": 120.6988525390625,
174
+ "input_digest": "b5d0c1bed2bb6b99a23fd3b0e4a0443dda533e8dffb3f5b9bec0ca00987b217e",
175
+ "model_id": "codelewm.torch_transition_scorer.v1",
176
+ "retrieval_prior": null,
177
+ "risk_penalty": null,
178
+ "schema_version": "codelewm.score.v1",
179
+ "transition_energy": 120.6988525390625,
180
+ "warnings": [
181
+ "learned torch transition model runtime loaded from checkpoint",
182
+ "checkpoint_step=4",
183
+ "action_view=text"
184
+ ]
185
+ },
186
+ {
187
+ "candidate": "/Users/abdel/dev/me/world-models/CodeLeWM/.artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_live/candidate_pack/candidates/candidate_002.patch",
188
+ "checkpoint_sha256": "81882429a5862f6806c091dac479bef7c76c100a1178874e94cb10560ca6d9aa",
189
+ "final_score": 121.96395874023438,
190
+ "input_digest": "532ce43f62311cc402d5b9a3a89d38c13c0ac341726179e0154013e6d7ff412d",
191
+ "model_id": "codelewm.torch_transition_scorer.v1",
192
+ "retrieval_prior": null,
193
+ "risk_penalty": null,
194
+ "schema_version": "codelewm.score.v1",
195
+ "transition_energy": 121.96395874023438,
196
+ "warnings": [
197
+ "learned torch transition model runtime loaded from checkpoint",
198
+ "checkpoint_step=4",
199
+ "action_view=text"
200
+ ]
201
+ },
202
+ {
203
+ "candidate": "/Users/abdel/dev/me/world-models/CodeLeWM/.artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_live/candidate_pack/candidates/candidate_004.patch",
204
+ "checkpoint_sha256": "81882429a5862f6806c091dac479bef7c76c100a1178874e94cb10560ca6d9aa",
205
+ "final_score": 122.1282958984375,
206
+ "input_digest": "1db481b3e0a3ce1371d3bdaa64713a178a0572b385f16535c01478cce1b74837",
207
+ "model_id": "codelewm.torch_transition_scorer.v1",
208
+ "retrieval_prior": null,
209
+ "risk_penalty": null,
210
+ "schema_version": "codelewm.score.v1",
211
+ "transition_energy": 122.1282958984375,
212
+ "warnings": [
213
+ "learned torch transition model runtime loaded from checkpoint",
214
+ "checkpoint_step=4",
215
+ "action_view=text"
216
+ ]
217
+ },
218
+ {
219
+ "candidate": "/Users/abdel/dev/me/world-models/CodeLeWM/.artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_live/candidate_pack/candidates/candidate_003.patch",
220
+ "checkpoint_sha256": "81882429a5862f6806c091dac479bef7c76c100a1178874e94cb10560ca6d9aa",
221
+ "final_score": 122.84236907958984,
222
+ "input_digest": "95e7edab63995aec8ae15a5fb7a5f1e4d2b4a78c77a8e4b6ae13cf636f8931e1",
223
+ "model_id": "codelewm.torch_transition_scorer.v1",
224
+ "retrieval_prior": null,
225
+ "risk_penalty": null,
226
+ "schema_version": "codelewm.score.v1",
227
+ "transition_energy": 122.84236907958984,
228
+ "warnings": [
229
+ "learned torch transition model runtime loaded from checkpoint",
230
+ "checkpoint_step=4",
231
+ "action_view=text"
232
+ ]
233
+ }
234
+ ],
235
+ "model_id": "codelewm.torch_transition_scorer.v1",
236
+ "no_action": {
237
+ "candidate": "no_action",
238
+ "checkpoint_sha256": "81882429a5862f6806c091dac479bef7c76c100a1178874e94cb10560ca6d9aa",
239
+ "final_score": 121.22270202636719,
240
+ "input_digest": "f94fdf665b5d3e78b0764a903372dca27e23254baeeb62b40cf71b1ddbbb36c1",
241
+ "model_id": "codelewm.torch_transition_scorer.v1",
242
+ "retrieval_prior": null,
243
+ "risk_penalty": null,
244
+ "schema_version": "codelewm.score.v1",
245
+ "transition_energy": 121.22270202636719,
246
+ "warnings": [
247
+ "learned torch transition model runtime loaded from checkpoint",
248
+ "checkpoint_step=4",
249
+ "action_view=text"
250
+ ]
251
+ },
252
+ "retrieval_prior_k": 10,
253
+ "retrieval_prior_weight": 0.0,
254
+ "score_direction": "lower_is_better"
255
+ },
256
+ "static_checks": {
257
+ "outcomes": [],
258
+ "status": "not_configured"
259
+ },
260
+ "success": true,
261
+ "success_reasons": [
262
+ "at_least_two_candidates",
263
+ "at_least_one_valid_candidate",
264
+ "codelewm_rerank_completed"
265
+ ],
266
+ "task": {
267
+ "before_path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/input/bugfix_edge_case_app.py",
268
+ "before_sha256": "ea1e92e05b8967a28a61f3bc81bc34de79a27b27950cc35bcf2e00a505f1f380",
269
+ "context_path": "app.py",
270
+ "instruction_sha256": "b32f4aa95af00c63d51738e9a63df1dc331e8c26ee8087d0203f0477f8f6e161",
271
+ "task_id": "visual-observability-live"
272
+ },
273
+ "warnings": [
274
+ "learned torch transition model runtime loaded from checkpoint",
275
+ "checkpoint_step=4",
276
+ "action_view=text"
277
+ ]
278
+ }
visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_live/reports/run_timeline.json ADDED
@@ -0,0 +1,147 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "artifact_ids": [
3
+ "candidate_pack-f7e69eb7a449b021",
4
+ "eval_report-00ab912da1c163f4",
5
+ "eval_report-f1f1039796ebf00d",
6
+ "training_run-98a55bd637b503b5"
7
+ ],
8
+ "command": [
9
+ "codelewm",
10
+ "llm-demo",
11
+ "--before",
12
+ ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/input/bugfix_edge_case_app.py",
13
+ "--checkpoint",
14
+ ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/train/checkpoints/checkpoint.pt",
15
+ "--out",
16
+ ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_live"
17
+ ],
18
+ "completed_at": "2026-05-21T20:19:02Z",
19
+ "duration_ms": 6518.255417002365,
20
+ "metadata": {
21
+ "html_path": "demo.html",
22
+ "report_path": "reports/llm_world_model_demo_report.json",
23
+ "visual_view_model_path": "reports/visual_view_model.json"
24
+ },
25
+ "run_id": "visual-observability-live",
26
+ "schema_version": "codelewm.run_timeline.v1",
27
+ "started_at": "2026-05-21T20:18:55Z",
28
+ "status": "completed",
29
+ "steps": [
30
+ {
31
+ "artifact_ids": [],
32
+ "command_id": "llm_demo.read_inputs",
33
+ "completed_at": "2026-05-21T20:18:55Z",
34
+ "duration_ms": 0.06183306686580181,
35
+ "metadata": {},
36
+ "name": "read inputs",
37
+ "order": 1,
38
+ "started_at": "2026-05-21T20:18:55Z",
39
+ "status": "completed",
40
+ "step_id": "read_inputs",
41
+ "typed_failure": null,
42
+ "warnings": []
43
+ },
44
+ {
45
+ "artifact_ids": [],
46
+ "command_id": "llm_demo.candidate_generation",
47
+ "completed_at": "2026-05-21T20:19:01Z",
48
+ "duration_ms": 5807.7193750068545,
49
+ "metadata": {},
50
+ "name": "candidate generation",
51
+ "order": 2,
52
+ "started_at": "2026-05-21T20:18:55Z",
53
+ "status": "completed",
54
+ "step_id": "candidate_generation",
55
+ "typed_failure": null,
56
+ "warnings": []
57
+ },
58
+ {
59
+ "artifact_ids": [],
60
+ "command_id": "llm_demo.parent_manifests",
61
+ "completed_at": "2026-05-21T20:19:01Z",
62
+ "duration_ms": 0.00537489540874958,
63
+ "metadata": {},
64
+ "name": "parent manifest validation",
65
+ "order": 3,
66
+ "started_at": "2026-05-21T20:19:01Z",
67
+ "status": "completed",
68
+ "step_id": "parent_manifest_validation",
69
+ "typed_failure": null,
70
+ "warnings": []
71
+ },
72
+ {
73
+ "artifact_ids": [],
74
+ "command_id": "llm_demo.diagnostics",
75
+ "completed_at": "2026-05-21T20:19:01Z",
76
+ "duration_ms": 165.09191691875458,
77
+ "metadata": {},
78
+ "name": "diagnostic artifact validation",
79
+ "order": 4,
80
+ "started_at": "2026-05-21T20:19:01Z",
81
+ "status": "completed",
82
+ "step_id": "diagnostic_artifact_validation",
83
+ "typed_failure": null,
84
+ "warnings": []
85
+ },
86
+ {
87
+ "artifact_ids": [
88
+ "candidate_pack-f7e69eb7a449b021"
89
+ ],
90
+ "command_id": "llm_demo.candidate_pack",
91
+ "completed_at": "2026-05-21T20:19:01Z",
92
+ "duration_ms": 20.945874974131584,
93
+ "metadata": {},
94
+ "name": "candidate pack capture",
95
+ "order": 5,
96
+ "started_at": "2026-05-21T20:19:01Z",
97
+ "status": "completed",
98
+ "step_id": "candidate_pack_capture",
99
+ "typed_failure": null,
100
+ "warnings": []
101
+ },
102
+ {
103
+ "artifact_ids": [],
104
+ "command_id": "llm_demo.world_model_scoring",
105
+ "completed_at": "2026-05-21T20:19:02Z",
106
+ "duration_ms": 519.231041893363,
107
+ "metadata": {},
108
+ "name": "world model scoring",
109
+ "order": 6,
110
+ "started_at": "2026-05-21T20:19:01Z",
111
+ "status": "completed",
112
+ "step_id": "world_model_scoring",
113
+ "typed_failure": null,
114
+ "warnings": []
115
+ },
116
+ {
117
+ "artifact_ids": [],
118
+ "command_id": "llm_demo.report_render",
119
+ "completed_at": "2026-05-21T20:19:02Z",
120
+ "duration_ms": 3.6899580154567957,
121
+ "metadata": {},
122
+ "name": "report render",
123
+ "order": 7,
124
+ "started_at": "2026-05-21T20:19:02Z",
125
+ "status": "completed",
126
+ "step_id": "report_render",
127
+ "typed_failure": null,
128
+ "warnings": []
129
+ },
130
+ {
131
+ "artifact_ids": [],
132
+ "command_id": "llm_demo.secret_scan",
133
+ "completed_at": "2026-05-21T20:19:02Z",
134
+ "duration_ms": 1.2949160300195217,
135
+ "metadata": {},
136
+ "name": "artifact secret scan",
137
+ "order": 8,
138
+ "started_at": "2026-05-21T20:19:02Z",
139
+ "status": "completed",
140
+ "step_id": "artifact_secret_scan",
141
+ "typed_failure": null,
142
+ "warnings": []
143
+ }
144
+ ],
145
+ "typed_failure": null,
146
+ "warnings": []
147
+ }
visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_live/reports/visual_view_model.json ADDED
@@ -0,0 +1,279 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "artifact_gates": {
3
+ "artifact_secret_scan": "[REDACTED_SECRET]",
4
+ "html_secret_scan": "[REDACTED_SECRET]",
5
+ "manifest_verify": {
6
+ "files_checked": null,
7
+ "findings": null,
8
+ "ok": null,
9
+ "status": "not_configured"
10
+ }
11
+ },
12
+ "artifacts": {
13
+ "candidate_pack_manifest_path": "~/dev/me/world-models/CodeLeWM/.artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_live/candidate_pack/manifest.json",
14
+ "html_path": "~/dev/me/world-models/CodeLeWM/.artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_live/demo.html",
15
+ "manifest_path": "~/dev/me/world-models/CodeLeWM/.artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_live/manifest.json",
16
+ "report_path": "~/dev/me/world-models/CodeLeWM/.artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_live/reports/llm_world_model_demo_report.json",
17
+ "root": "~/dev/me/world-models/CodeLeWM/.artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_live",
18
+ "run_timeline_path": "~/dev/me/world-models/CodeLeWM/.artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_live/reports/run_timeline.json",
19
+ "visual_view_model_path": "~/dev/me/world-models/CodeLeWM/.artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_live/reports/visual_view_model.json"
20
+ },
21
+ "candidates": [
22
+ {
23
+ "candidate_id": "candidate_001",
24
+ "candidate_minus_no_action": -0.5238494873046875,
25
+ "dry_run_patch_status": "applied",
26
+ "errors": [],
27
+ "is_valid": true,
28
+ "no_action_delta_display": "-0.523849",
29
+ "no_action_delta_interpretation": "better_than_no_action",
30
+ "parser_status": "parseable_python_after_state",
31
+ "patch_sha256": "dd8a09eb14368eca59a0fd7dc7c90d2f992a3f63d03511d2a9f74c20f0f78ac3",
32
+ "patch_short_sha": "dd8a09eb1436",
33
+ "patch_summary": {
34
+ "additions": 4,
35
+ "changed_file_count": 1,
36
+ "changed_files": [
37
+ "app.py"
38
+ ],
39
+ "deletions": 1,
40
+ "hunk_count": 1,
41
+ "preview_lines": [
42
+ "--- a/app.py",
43
+ "+++ b/app.py",
44
+ "@@ -1,2 +1,4 @@",
45
+ "- return value.strip().lower().replace(\" \", \"-\")",
46
+ "+ stripped = value.strip()",
47
+ "+ if not stripped:",
48
+ "+ return \"untitled\"",
49
+ "+ return stripped.lower().replace(\" \", \"-\")"
50
+ ],
51
+ "preview_truncated": true
52
+ },
53
+ "rank": 1,
54
+ "score": 120.6988525390625,
55
+ "score_display": "120.698853",
56
+ "status": "parseable_python_after_state/applied"
57
+ },
58
+ {
59
+ "candidate_id": "candidate_002",
60
+ "candidate_minus_no_action": 0.7412567138671875,
61
+ "dry_run_patch_status": "applied",
62
+ "errors": [],
63
+ "is_valid": true,
64
+ "no_action_delta_display": "+0.741257",
65
+ "no_action_delta_interpretation": "worse_than_no_action",
66
+ "parser_status": "parseable_python_after_state",
67
+ "patch_sha256": "56c4a40df398b711ee01c76ef29b630909abf5c454b3208d79e925c858039037",
68
+ "patch_short_sha": "56c4a40df398",
69
+ "patch_summary": {
70
+ "additions": 1,
71
+ "changed_file_count": 1,
72
+ "changed_files": [
73
+ "app.py"
74
+ ],
75
+ "deletions": 1,
76
+ "hunk_count": 1,
77
+ "preview_lines": [
78
+ "--- a/app.py",
79
+ "+++ b/app.py",
80
+ "@@ -1,2 +1,2 @@",
81
+ "- return value.strip().lower().replace(\" \", \"-\")",
82
+ "+ return \"untitled\" if not value.strip() else value.strip().lower().replace(\" \", \"-\")"
83
+ ],
84
+ "preview_truncated": true
85
+ },
86
+ "rank": 2,
87
+ "score": 121.96395874023438,
88
+ "score_display": "121.963959",
89
+ "status": "parseable_python_after_state/applied"
90
+ },
91
+ {
92
+ "candidate_id": "candidate_003",
93
+ "candidate_minus_no_action": 1.6196670532226562,
94
+ "dry_run_patch_status": "applied",
95
+ "errors": [],
96
+ "is_valid": true,
97
+ "no_action_delta_display": "+1.619667",
98
+ "no_action_delta_interpretation": "worse_than_no_action",
99
+ "parser_status": "parseable_python_after_state",
100
+ "patch_sha256": "88f64e59235d3b6c825169a463a0cb5d9c4772017ca5c983a72a177b91ac5b77",
101
+ "patch_short_sha": "88f64e59235d",
102
+ "patch_summary": {
103
+ "additions": 4,
104
+ "changed_file_count": 1,
105
+ "changed_files": [
106
+ "app.py"
107
+ ],
108
+ "deletions": 1,
109
+ "hunk_count": 1,
110
+ "preview_lines": [
111
+ "--- a/app.py",
112
+ "+++ b/app.py",
113
+ "@@ -1,2 +1,5 @@",
114
+ "- return value.strip().lower().replace(\" \", \"-\")",
115
+ "+ normalized = value.strip()",
116
+ "+ if normalized == \"\":",
117
+ "+ normalized = \"untitled\"",
118
+ "+ return normalized.lower().replace(\" \", \"-\")"
119
+ ],
120
+ "preview_truncated": true
121
+ },
122
+ "rank": 4,
123
+ "score": 122.84236907958984,
124
+ "score_display": "122.842369",
125
+ "status": "parseable_python_after_state/applied"
126
+ },
127
+ {
128
+ "candidate_id": "candidate_004",
129
+ "candidate_minus_no_action": 0.9055938720703125,
130
+ "dry_run_patch_status": "applied",
131
+ "errors": [],
132
+ "is_valid": true,
133
+ "no_action_delta_display": "+0.905594",
134
+ "no_action_delta_interpretation": "worse_than_no_action",
135
+ "parser_status": "parseable_python_after_state",
136
+ "patch_sha256": "bab2b89eaaf1d284de65f7d947c2975f5b5f5f882da5d3c8ce945d7fee594b40",
137
+ "patch_short_sha": "bab2b89eaaf1",
138
+ "patch_summary": {
139
+ "additions": 1,
140
+ "changed_file_count": 1,
141
+ "changed_files": [
142
+ "app.py"
143
+ ],
144
+ "deletions": 0,
145
+ "hunk_count": 1,
146
+ "preview_lines": [
147
+ "--- a/app.py",
148
+ "+++ b/app.py",
149
+ "@@ -1,2 +1,3 @@",
150
+ "+ value = value if value.strip() else \"untitled\""
151
+ ],
152
+ "preview_truncated": true
153
+ },
154
+ "rank": 3,
155
+ "score": 122.1282958984375,
156
+ "score_display": "122.128296",
157
+ "status": "parseable_python_after_state/applied"
158
+ }
159
+ ],
160
+ "claim_gate": {
161
+ "allowed": false,
162
+ "reason": "demo_report_is_not_downstream_benchmark_evidence",
163
+ "required_next_issue": "#192"
164
+ },
165
+ "diagnostics": {
166
+ "checkpoint_inspection": {
167
+ "artifact_id": "eval_report-00ab912da1c163f4",
168
+ "artifact_kind": "eval_report",
169
+ "artifact_manifest_path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/checkpoint_inspection/manifest.json",
170
+ "bytes": 139576,
171
+ "manifest_file_path": "reports/model_checkpoint_inspection.json",
172
+ "path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/checkpoint_inspection/reports/model_checkpoint_inspection.json",
173
+ "schema_version": "codelewm.model_checkpoint_inspection.v1",
174
+ "sha256": "29d8adc51eb91dd2609f2df91708d49791cc9940452aac6b04a71be064bd3693",
175
+ "status": "available"
176
+ },
177
+ "latent_matrix": {
178
+ "artifact_id": "eval_report-f1f1039796ebf00d",
179
+ "artifact_kind": "eval_report",
180
+ "artifact_manifest_path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/latent_matrix/manifest.json",
181
+ "bytes": 423083,
182
+ "manifest_file_path": "reports/latent_matrix_report.json",
183
+ "path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/latent_matrix/reports/latent_matrix_report.json",
184
+ "schema_version": "codelewm.eval.latent_matrix_report.v1",
185
+ "sha256": "05738f13dfcae31b99a71f5a35c951a076d772f7798b833501cb13d57e5a85e0",
186
+ "status": "available"
187
+ },
188
+ "run_timeline": {
189
+ "artifact_id": null,
190
+ "artifact_kind": null,
191
+ "artifact_manifest_path": null,
192
+ "bytes": null,
193
+ "manifest_file_path": null,
194
+ "path": "reports/run_timeline.json",
195
+ "schema_version": "codelewm.run_timeline.v1",
196
+ "sha256": null,
197
+ "status": "available"
198
+ },
199
+ "tensorboard": {
200
+ "artifact_id": "training_run-98a55bd637b503b5",
201
+ "artifact_kind": "training_run",
202
+ "artifact_manifest_path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/train/manifest.json",
203
+ "bytes": 2280,
204
+ "manifest_file_path": "reports/tensorboard_export.json",
205
+ "path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/train/reports/tensorboard_export.json",
206
+ "schema_version": "codelewm.training.tensorboard_export.v1",
207
+ "sha256": "819f36ae9636b519391b2bfde86b778d04b7cb1171b1eca140fad4336d7607c0",
208
+ "status": "available"
209
+ }
210
+ },
211
+ "generator": {
212
+ "byok_enabled": true,
213
+ "model": "anthropic/claude-4.5-sonnet-20250929",
214
+ "provider": "openrouter",
215
+ "routing": "only=anthropic fallback=False byok:on",
216
+ "sdk": "openrouter",
217
+ "sdk_version": "0.9.1"
218
+ },
219
+ "orders": {
220
+ "codelewm": [
221
+ "candidate_001",
222
+ "candidate_002",
223
+ "candidate_004",
224
+ "candidate_003"
225
+ ],
226
+ "lexical": [
227
+ "candidate_001",
228
+ "candidate_002",
229
+ "candidate_003",
230
+ "candidate_004"
231
+ ],
232
+ "llm": [
233
+ "candidate_001",
234
+ "candidate_002",
235
+ "candidate_003",
236
+ "candidate_004"
237
+ ],
238
+ "no_action": [
239
+ "no_action"
240
+ ],
241
+ "random": [
242
+ "candidate_004",
243
+ "candidate_002",
244
+ "candidate_003",
245
+ "candidate_001"
246
+ ]
247
+ },
248
+ "schema_version": "codelewm.harness.visual_view_model.v1",
249
+ "summary": {
250
+ "before_path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/input/bugfix_edge_case_app.py",
251
+ "best_candidate": "candidate_001",
252
+ "best_candidate_minus_no_action": -0.5238494873046875,
253
+ "best_no_action_delta_interpretation": "better_than_no_action",
254
+ "best_score": 120.6988525390625,
255
+ "candidate_count": 4,
256
+ "checkpoint_sha256": "81882429a5862f6806c091dac479bef7c76c100a1178874e94cb10560ca6d9aa",
257
+ "checkpoint_short_sha": "81882429a586",
258
+ "claim_allowed": false,
259
+ "claim_reason": "demo_report_is_not_downstream_benchmark_evidence",
260
+ "context_path": "app.py",
261
+ "dry_run": false,
262
+ "mode": "live OpenRouter",
263
+ "no_action_score": 121.22270202636719,
264
+ "score_direction": "lower_is_better",
265
+ "score_range": {
266
+ "max": 122.84236907958984,
267
+ "min": 120.6988525390625
268
+ },
269
+ "scorer": "codelewm.torch_transition_scorer.v1",
270
+ "success": true,
271
+ "task_id": "visual-observability-live",
272
+ "valid_candidate_count": 4
273
+ },
274
+ "warnings": [
275
+ "learned torch transition model runtime loaded from checkpoint",
276
+ "checkpoint_step=4",
277
+ "action_view=text"
278
+ ]
279
+ }
visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_live_terminal.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ artifact_manifest: .artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_live/manifest.json
2
+ demo_report: .artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_live/reports/llm_world_model_demo_report.json
3
+ candidate_pack_manifest: .artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_live/candidate_pack/manifest.json
4
+ success: True
visual-observability/codelewm-visual-observability-20260521-6a8ac81/demo_live_tui_snapshot.json ADDED
@@ -0,0 +1,181 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "artifact_gates": [
3
+ {
4
+ "files_checked": "n/a",
5
+ "findings": "n/a",
6
+ "name": "manifest_verify",
7
+ "ok": "n/a",
8
+ "status": "not_configured"
9
+ },
10
+ {
11
+ "files_checked": "n/a",
12
+ "findings": "n/a",
13
+ "name": "artifact_secret_scan",
14
+ "ok": "n/a",
15
+ "status": "n/a"
16
+ },
17
+ {
18
+ "files_checked": "n/a",
19
+ "findings": "n/a",
20
+ "name": "html_secret_scan",
21
+ "ok": "n/a",
22
+ "status": "n/a"
23
+ }
24
+ ],
25
+ "artifacts": {
26
+ "candidate_pack_manifest_path": "~/dev/me/world-models/CodeLeWM/.artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_live/candidate_pack/manifest.json",
27
+ "html_path": "~/dev/me/world-models/CodeLeWM/.artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_live/demo.html",
28
+ "manifest_path": "~/dev/me/world-models/CodeLeWM/.artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_live/manifest.json",
29
+ "report_path": "~/dev/me/world-models/CodeLeWM/.artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_live/reports/llm_world_model_demo_report.json",
30
+ "root": "~/dev/me/world-models/CodeLeWM/.artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_live",
31
+ "run_timeline_path": "~/dev/me/world-models/CodeLeWM/.artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_live/reports/run_timeline.json",
32
+ "visual_view_model_path": "~/dev/me/world-models/CodeLeWM/.artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/demo_live/reports/visual_view_model.json"
33
+ },
34
+ "candidates": [
35
+ {
36
+ "candidate_id": "candidate_001",
37
+ "candidate_minus_no_action": "-0.523849",
38
+ "changed_files": "app.py",
39
+ "diff_summary": "+4/-1 hunks=1",
40
+ "is_valid": true,
41
+ "no_action_delta_interpretation": "better_than_no_action",
42
+ "patch_short_sha": "dd8a09eb1436",
43
+ "preview_lines": [
44
+ "--- a/app.py",
45
+ "+++ b/app.py",
46
+ "@@ -1,2 +1,4 @@",
47
+ "- return value.strip().lower().replace(\" \", \"-\")",
48
+ "+ stripped = value.strip()",
49
+ "+ if not stripped:",
50
+ "+ return \"untitled\"",
51
+ "+ return stripped.lower().replace(\" \", \"-\")"
52
+ ],
53
+ "rank": "1",
54
+ "score": "120.698853",
55
+ "status": "parseable_python_after_state/applied"
56
+ },
57
+ {
58
+ "candidate_id": "candidate_002",
59
+ "candidate_minus_no_action": "+0.741257",
60
+ "changed_files": "app.py",
61
+ "diff_summary": "+1/-1 hunks=1",
62
+ "is_valid": true,
63
+ "no_action_delta_interpretation": "worse_than_no_action",
64
+ "patch_short_sha": "56c4a40df398",
65
+ "preview_lines": [
66
+ "--- a/app.py",
67
+ "+++ b/app.py",
68
+ "@@ -1,2 +1,2 @@",
69
+ "- return value.strip().lower().replace(\" \", \"-\")",
70
+ "+ return \"untitled\" if not value.strip() else value.strip().lower().replace(\" \", \"-\")"
71
+ ],
72
+ "rank": "2",
73
+ "score": "121.963959",
74
+ "status": "parseable_python_after_state/applied"
75
+ },
76
+ {
77
+ "candidate_id": "candidate_004",
78
+ "candidate_minus_no_action": "+0.905594",
79
+ "changed_files": "app.py",
80
+ "diff_summary": "+1/-0 hunks=1",
81
+ "is_valid": true,
82
+ "no_action_delta_interpretation": "worse_than_no_action",
83
+ "patch_short_sha": "bab2b89eaaf1",
84
+ "preview_lines": [
85
+ "--- a/app.py",
86
+ "+++ b/app.py",
87
+ "@@ -1,2 +1,3 @@",
88
+ "+ value = value if value.strip() else \"untitled\""
89
+ ],
90
+ "rank": "3",
91
+ "score": "122.128296",
92
+ "status": "parseable_python_after_state/applied"
93
+ },
94
+ {
95
+ "candidate_id": "candidate_003",
96
+ "candidate_minus_no_action": "+1.619667",
97
+ "changed_files": "app.py",
98
+ "diff_summary": "+4/-1 hunks=1",
99
+ "is_valid": true,
100
+ "no_action_delta_interpretation": "worse_than_no_action",
101
+ "patch_short_sha": "88f64e59235d",
102
+ "preview_lines": [
103
+ "--- a/app.py",
104
+ "+++ b/app.py",
105
+ "@@ -1,2 +1,5 @@",
106
+ "- return value.strip().lower().replace(\" \", \"-\")",
107
+ "+ normalized = value.strip()",
108
+ "+ if normalized == \"\":",
109
+ "+ normalized = \"untitled\"",
110
+ "+ return normalized.lower().replace(\" \", \"-\")"
111
+ ],
112
+ "rank": "4",
113
+ "score": "122.842369",
114
+ "status": "parseable_python_after_state/applied"
115
+ }
116
+ ],
117
+ "claim_gate": {
118
+ "allowed": false,
119
+ "reason": "demo_report_is_not_downstream_benchmark_evidence",
120
+ "required_next_issue": "#192"
121
+ },
122
+ "diagnostics": [
123
+ {
124
+ "artifact_id": "eval_report-00ab912da1c163f4",
125
+ "name": "checkpoint_inspection",
126
+ "path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/checkpoint_inspection/reports/model_checkpoint_inspection.json",
127
+ "sha256": "29d8adc51eb91dd2609f2df91708d49791cc9940452aac6b04a71be064bd3693",
128
+ "status": "available"
129
+ },
130
+ {
131
+ "artifact_id": "eval_report-f1f1039796ebf00d",
132
+ "name": "latent_matrix",
133
+ "path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/latent_matrix/reports/latent_matrix_report.json",
134
+ "sha256": "05738f13dfcae31b99a71f5a35c951a076d772f7798b833501cb13d57e5a85e0",
135
+ "status": "available"
136
+ },
137
+ {
138
+ "artifact_id": "n/a",
139
+ "name": "run_timeline",
140
+ "path": "reports/run_timeline.json",
141
+ "sha256": "n/a",
142
+ "status": "available"
143
+ },
144
+ {
145
+ "artifact_id": "training_run-98a55bd637b503b5",
146
+ "name": "tensorboard",
147
+ "path": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/train/reports/tensorboard_export.json",
148
+ "sha256": "819f36ae9636b519391b2bfde86b778d04b7cb1171b1eca140fad4336d7607c0",
149
+ "status": "available"
150
+ }
151
+ ],
152
+ "generator": {
153
+ "byok_enabled": true,
154
+ "model": "anthropic/claude-4.5-sonnet-20250929",
155
+ "provider": "openrouter",
156
+ "routing": "only=anthropic fallback=False byok:on",
157
+ "sdk": "openrouter 0.9.1"
158
+ },
159
+ "schema_version": "codelewm.harness.demo_tui_snapshot.v1",
160
+ "summary": {
161
+ "best_candidate": "candidate_001",
162
+ "best_candidate_minus_no_action": "-0.523849",
163
+ "best_no_action_delta_interpretation": "better_than_no_action",
164
+ "best_score": "120.698853",
165
+ "candidate_count": "4",
166
+ "checkpoint": "81882429a586",
167
+ "context_path": "app.py",
168
+ "mode": "live OpenRouter",
169
+ "no_action_score": "121.222702",
170
+ "score_direction": "lower_is_better",
171
+ "scorer": "codelewm.torch_transition_scorer.v1",
172
+ "success": true,
173
+ "task_id": "visual-observability-live",
174
+ "valid_candidate_count": "4"
175
+ },
176
+ "warnings": [
177
+ "learned torch transition model runtime loaded from checkpoint",
178
+ "checkpoint_step=4",
179
+ "action_view=text"
180
+ ]
181
+ }
visual-observability/codelewm-visual-observability-20260521-6a8ac81/input/bugfix_edge_case_app.py ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ def normalize_label(value: str) -> str:
2
+ return value.strip().lower().replace(" ", "-")
visual-observability/codelewm-visual-observability-20260521-6a8ac81/latent_matrix/config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action_view": "text",
3
+ "checkpoint": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/train/checkpoints/checkpoint.pt",
4
+ "data": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/pack",
5
+ "device": "cpu",
6
+ "latent_probe_report": null,
7
+ "matrix_dimension_limit": 16,
8
+ "max_examples_per_split": 3,
9
+ "max_pairwise_rows": 8,
10
+ "out": ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/latent_matrix",
11
+ "schema_version": "codelewm.eval.latent_matrix_run.v1",
12
+ "seed": 245,
13
+ "top_dimensions": 5,
14
+ "views": [
15
+ "z_before",
16
+ "z_after",
17
+ "z_pred_after"
18
+ ]
19
+ }
visual-observability/codelewm-visual-observability-20260521-6a8ac81/latent_matrix/manifest.json ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "artifact_id": "eval_report-f1f1039796ebf00d",
3
+ "artifact_kind": "eval_report",
4
+ "command": [
5
+ "codelewm",
6
+ "eval",
7
+ "latent-matrix",
8
+ "--checkpoint",
9
+ ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/train/checkpoints/checkpoint.pt",
10
+ "--data",
11
+ ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/pack",
12
+ "--out",
13
+ ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/latent_matrix",
14
+ "--device",
15
+ "cpu",
16
+ "--max-examples-per-split",
17
+ "3",
18
+ "--matrix-dimension-limit",
19
+ "16",
20
+ "--top-dimensions",
21
+ "5",
22
+ "--max-pairwise-rows",
23
+ "8",
24
+ "--seed",
25
+ "245",
26
+ "--overwrite",
27
+ "--json",
28
+ "--log-jsonl",
29
+ ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/logs/latent_matrix.jsonl"
30
+ ],
31
+ "config_sha256": "f42ba03bc45b86868716dbcf61deb7837ee0701d5a6220f44912df0cad554ff5",
32
+ "created_at": "2026-05-21T20:18:16Z",
33
+ "files": [
34
+ {
35
+ "bytes": 678,
36
+ "path": "config.json",
37
+ "sha256": "bd9f4fa71e7e0ff82f365851320e53983f59a483c9a377bd77dba9b5674a8d23"
38
+ },
39
+ {
40
+ "bytes": 423083,
41
+ "path": "reports/latent_matrix_report.json",
42
+ "sha256": "05738f13dfcae31b99a71f5a35c951a076d772f7798b833501cb13d57e5a85e0"
43
+ },
44
+ {
45
+ "bytes": 2922,
46
+ "path": "reports/run_timeline.json",
47
+ "sha256": "18f58d761c828894b2c7d505c2bfb1453baa013c5590efc0028c82a1b1230b33"
48
+ }
49
+ ],
50
+ "metadata": {
51
+ "checkpoint_action_view": "text",
52
+ "checkpoint_sha256": "81882429a5862f6806c091dac479bef7c76c100a1178874e94cb10560ca6d9aa",
53
+ "checkpoint_step": 4,
54
+ "claim_boundary": {
55
+ "action_conditioned_quality_claim_allowed": false,
56
+ "blocked_claims": [
57
+ "semantic_latent_axes",
58
+ "action_conditioned_quality",
59
+ "downstream_coding_usefulness"
60
+ ],
61
+ "downstream_coding_usefulness_claim_allowed": false,
62
+ "positive_representation_claim_allowed": false,
63
+ "reason": "latent_matrix_report_is_diagnostic_only; semantic-axis claims require stable dimensions across multiple seeds and held-out splits plus control-beating probe metrics",
64
+ "semantic_axis_claim_allowed": false,
65
+ "semantic_axis_gate": {
66
+ "controls_beat_status": "not_evaluable",
67
+ "passed": false,
68
+ "seed_stability_evidence": false,
69
+ "split_stability_evidence": false
70
+ }
71
+ },
72
+ "dataset_artifact_id": "dataset-58d558735d4c6c13",
73
+ "report_path": "reports/latent_matrix_report.json",
74
+ "report_schema_version": "codelewm.eval.latent_matrix_report.v1",
75
+ "row_count": 3,
76
+ "run_timeline_path": "reports/run_timeline.json",
77
+ "run_timeline_schema_version": "codelewm.run_timeline.v1",
78
+ "schema_version": "codelewm.eval.latent_matrix_run.v1",
79
+ "split_counts": {
80
+ "test": 0,
81
+ "train": 2,
82
+ "val": 1
83
+ },
84
+ "training_artifact_id": "training_run-98a55bd637b503b5"
85
+ },
86
+ "parent_artifacts": [
87
+ "training_run-98a55bd637b503b5",
88
+ "dataset-58d558735d4c6c13"
89
+ ],
90
+ "schema_version": "codelewm.artifact_manifest.v1",
91
+ "source_git_sha": "6a8ac81e27eaa3aa7bfc9b60eefe58496edec99b"
92
+ }
visual-observability/codelewm-visual-observability-20260521-6a8ac81/latent_matrix/reports/latent_matrix_report.json ADDED
The diff for this file is too large to render. See raw diff
 
visual-observability/codelewm-visual-observability-20260521-6a8ac81/latent_matrix/reports/run_timeline.json ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "artifact_ids": [
3
+ "training_run-98a55bd637b503b5",
4
+ "dataset-58d558735d4c6c13"
5
+ ],
6
+ "command": [
7
+ "codelewm",
8
+ "eval",
9
+ "latent-matrix",
10
+ "--checkpoint",
11
+ ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/train/checkpoints/checkpoint.pt",
12
+ "--data",
13
+ ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/pack",
14
+ "--out",
15
+ ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/latent_matrix",
16
+ "--device",
17
+ "cpu",
18
+ "--max-examples-per-split",
19
+ "3",
20
+ "--matrix-dimension-limit",
21
+ "16",
22
+ "--top-dimensions",
23
+ "5",
24
+ "--max-pairwise-rows",
25
+ "8",
26
+ "--seed",
27
+ "245",
28
+ "--overwrite",
29
+ "--json",
30
+ "--log-jsonl",
31
+ ".artifacts/visual-observability-v1-4/codelewm-visual-observability-20260521-6a8ac81/logs/latent_matrix.jsonl"
32
+ ],
33
+ "completed_at": "2026-05-21T20:18:16Z",
34
+ "duration_ms": 2018.1237920187414,
35
+ "metadata": {
36
+ "report_path": "reports/latent_matrix_report.json"
37
+ },
38
+ "run_id": "latent-matrix",
39
+ "schema_version": "codelewm.run_timeline.v1",
40
+ "started_at": "2026-05-21T20:18:14Z",
41
+ "status": "completed",
42
+ "steps": [
43
+ {
44
+ "artifact_ids": [],
45
+ "command_id": "eval.latent_matrix.artifact_validation",
46
+ "completed_at": "2026-05-21T20:18:15Z",
47
+ "duration_ms": 276.19283297099173,
48
+ "metadata": {},
49
+ "name": "artifact validation",
50
+ "order": 1,
51
+ "started_at": "2026-05-21T20:18:14Z",
52
+ "status": "completed",
53
+ "step_id": "artifact_validation",
54
+ "typed_failure": null,
55
+ "warnings": []
56
+ },
57
+ {
58
+ "artifact_ids": [],
59
+ "command_id": "eval.latent_matrix.model_load",
60
+ "completed_at": "2026-05-21T20:18:15Z",
61
+ "duration_ms": 211.40404092147946,
62
+ "metadata": {},
63
+ "name": "model load",
64
+ "order": 2,
65
+ "started_at": "2026-05-21T20:18:15Z",
66
+ "status": "completed",
67
+ "step_id": "model_load",
68
+ "typed_failure": null,
69
+ "warnings": []
70
+ },
71
+ {
72
+ "artifact_ids": [],
73
+ "command_id": "eval.latent_matrix.report",
74
+ "completed_at": "2026-05-21T20:18:16Z",
75
+ "duration_ms": 1518.195667071268,
76
+ "metadata": {},
77
+ "name": "latent matrix report",
78
+ "order": 3,
79
+ "started_at": "2026-05-21T20:18:15Z",
80
+ "status": "completed",
81
+ "step_id": "latent_matrix_report",
82
+ "typed_failure": null,
83
+ "warnings": []
84
+ },
85
+ {
86
+ "artifact_ids": [],
87
+ "command_id": "eval.latent_matrix.artifact_write",
88
+ "completed_at": "2026-05-21T20:18:16Z",
89
+ "duration_ms": 11.794750113040209,
90
+ "metadata": {},
91
+ "name": "artifact write",
92
+ "order": 4,
93
+ "started_at": "2026-05-21T20:18:16Z",
94
+ "status": "completed",
95
+ "step_id": "artifact_write",
96
+ "typed_failure": null,
97
+ "warnings": []
98
+ }
99
+ ],
100
+ "typed_failure": null,
101
+ "warnings": []
102
+ }
visual-observability/codelewm-visual-observability-20260521-6a8ac81/live_status.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ live_status=completed