Skip to content

feat(igla): Wave Loop 812 — module-scope [443][2]^6 Pt non-power-of-two outer-dimension array-of-struct variable from call with indexed signed writes - #1554

Open
gHashTag wants to merge 46 commits into
masterfrom
wave-loop-812
Open

feat(igla): Wave Loop 812 — module-scope [443][2]^6 Pt non-power-of-two outer-dimension array-of-struct variable from call with indexed signed writes#1554
gHashTag wants to merge 46 commits into
masterfrom
wave-loop-812

Conversation

@gHashTag

Copy link
Copy Markdown
Owner

FPGA Loop Closeout — Wave Loop 812

Date: 2026-07-24
Issue: #1553
Branch: wave-loop-812
Base: wave-loop-811 @ a14ec54ad5989b1040ab6339ac35713099792edb (because earlier wave PRs remain open)

Variant executed

A — [443][2]^6 Pt module-scope packed array-of-struct variable from call with indexed signed writes.

Work performed

  1. Created GitHub issue Wave Loop 812 — module-scope [443][2]^6 Pt packed AoS variable from call with indexed signed writes #1553.
  2. Created and pushed branch wave-loop-812 from wave-loop-811 HEAD a14ec54ad5989b1040ab6339ac35713099792edb.
  3. Copied scripts/gen_w811.py to scripts/gen_w812.py and fixed the generator copy hazard:
    • destination path updated to specs/scratch/w812_bench_module_443x2p6_aos_var_call_write.t27
    • module header f-string updated to module w812_bench_module_443x2p6_aos_var_call_write
    • OUTER = 443, MID_IDX = 221.
  4. Generated witness specs/scratch/w812_bench_module_443x2p6_aos_var_call_write.t27:
    • 28,352 elements
    • 907,264-bit packed vector (~0.865 MiBit)
  5. Validated the witness:
    • t27c parse — PASS
    • t27c icarus-lowerable — lowerable
    • t27c icarus-simulate — PASSED (17 cycles)
    • t27c icarus-cocotb — reference-model OK
    • t27c seal --save — seal saved to .trinity/seals/scratch_w812_bench_module_443x2p6_aos_var_call_write.json
  6. Added integration test accepts_w812_bench_module_443x2p6_aos_var_call_write to bootstrap/tests/icarus_lowerable.rs.
  7. Confirmed bootstrap/stage0/FROZEN_HASH is unchanged.
  8. Performed weak-point audit and refreshed 2025–2026 ternary/MVL literature scan; no new actionable items found.

Validation matrix

Gate Result
cargo build --release -p t27c green
cargo clippy -p t27c green (780 warnings, 0 errors)
cargo test -p t27c --bin t27c 1494 passed, 0 failed, 2 ignored
cargo test -p tri 78/0
cargo test -p flash-spi 2/0
cargo test -p t27c --test bitnet_pipeline 20/0
cargo test -p t27c --test bitnet_top 17/0
cargo test -p t27c --test icarus_lowerable 272/0
cargo test -p t27c --test verilog_const_array 2/0
t27c parse W812 PASS
t27c icarus-lowerable W812 PASS
t27c icarus-simulate W812 PASS (17 cycles)
t27c icarus-cocotb W812 PASS
t27c seal --save W812 PASS
bootstrap/stage0/FROZEN_HASH unchanged

Key metrics

  • Mechanical ladder depth: W774–W812 = 40 waves.
  • Witness element count: 28,352.
  • Packed vector width: 907,264 bits (~0.865 MiBit).
  • Compiler changes for witness: 0.
  • Reference-model changes for witness: 0.
  • FROZEN_HASH changes: 0.

Learnings

  • The generator copy hazard still spans two text locations (destination path and module header f-string). Fixing both before the first run remains the only manual failure mode. The stale MID_IDX comment was also corrected to 221 for W812.
  • make_grid(32768) period-identity check continues to catch offset wrap-around congruent to 0 modulo 32768.
  • assert_ne is not emitted by the Icarus simulation path, so bench sites verify changed element values with assert_eq instead.
  • The packed-vector AoS lowering remains robust without compiler changes up to at least [443][2]^6 Pt.

Cooperation variants for W813

  • A (recommended): [445][2]^6 Pt, outer += 2, MID_IDX = 222.
  • B: [443][3]^6 Pt — grow the second inner dimension to stress stride scaling.
  • C: [443][2]^6 Pt with negative-index writes to exercise wrap-around addressing.

Artifacts

  • scripts/gen_w812.py
  • specs/scratch/w812_bench_module_443x2p6_aos_var_call_write.t27
  • bootstrap/tests/icarus_lowerable.rs (new test)
  • .trinity/seals/scratch_w812_bench_module_443x2p6_aos_var_call_write.json
  • docs/reports/FPGA_LOOP_CLOSEOUT_W812_2026-07-24.md
  • .claude/plans/wave-loop-813.md

Next step

Create issue #1555, branch wave-loop-813 from wave-loop-812 HEAD, and execute the recommended variant A.

Dmitrii Vasilev and others added 30 commits July 24, 2026 02:34
Refs #1481

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…wo outer-dimension array-of-struct variable from call with indexed signed writes (Closes #1483)

- Add generator scripts/gen_w774.py and witness
  specs/scratch/w774_bench_module_367x2p6_aos_var_call_write.t27
  (23,488 elements, 751,616-bit packed vector, ~0.717 MiBit).
- Add integration test accepts_w774_bench_module_367x2p6_aos_var_call_write.
- Seal witness; FROZEN_HASH unchanged.
- Validation: cargo suites green, t27c parse/lowerable/simulate/cocotb PASS.
- Write closeout report, update .trinity/experience.md, current-issue.md,
  .claude/skills/t27-wave-loop.md, and .claude/plans/loop-w774-full-cycle.md.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…wo outer-dimension array-of-struct variable from call with indexed signed writes (Closes #1485)

- Add generator scripts/gen_w775.py derived from gen_w774.py.
- Add witness specs/scratch/w775_bench_module_369x2p6_aos_var_call_write.t27
  (23,616 elements, 755,712-bit packed vector, ~0.721 MiBit).
- Add seal .trinity/seals/scratch_w775_bench_module_369x2p6_aos_var_call_write.json.
- Add integration test accepts_w775_bench_module_369x2p6_aos_var_call_write.
- Update docs/reports/FPGA_LOOP_CLOSEOUT_W775_2026-07-24.md with validation matrix,
  weak-point audit, literature scan, and W776 cooperation variants.
- Update .claude/plans/wave-loop-776.md, .trinity/experience.md,
  .claude/skills/t27-wave-loop.md, and .trinity/current-issue.md.
- Zero compiler / reference-model / FROZEN_HASH changes.

Validation:
- cargo build --release -p t27c: OK
- cargo test -p t27c --bin t27c: 1494/0/2
- cargo test -p tri: 78/0
- cargo test -p t27c --test icarus_lowerable: 235/0
- t27c parse/icarus-lowerable/icarus-simulate(17 cycles)/icarus-cocotb W775: PASS

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…wo outer-dimension array-of-struct variable from call with indexed signed writes (Closes #1487)

- Add generator scripts/gen_w776.py derived from gen_w775.py.
- Add witness specs/scratch/w776_bench_module_371x2p6_aos_var_call_write.t27
  (23,744 elements, 759,808-bit packed vector, ~0.725 MiBit).
- Add seal .trinity/seals/scratch_w776_bench_module_371x2p6_aos_var_call_write.json.
- Add integration test accepts_w776_bench_module_371x2p6_aos_var_call_write.
- Update docs/reports/FPGA_LOOP_CLOSEOUT_W776_2026-07-24.md with validation matrix,
  weak-point audit, literature scan, and W777 cooperation variants.
- Update docs/NOW.md, .claude/plans/wave-loop-777.md, .trinity/experience.md,
  .claude/skills/t27-wave-loop.md, and .trinity/current-issue.md.
- Zero compiler / reference-model / FROZEN_HASH changes.

Validation:
- cargo build --release -p t27c: OK
- cargo test -p t27c --bin t27c: 1494/0/2
- cargo test -p tri: 78/0
- cargo test -p t27c --test icarus_lowerable: 236/0
- t27c parse/icarus-lowerable/icarus-simulate(17 cycles)/icarus-cocotb W776: PASS

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…wo outer-dimension array-of-struct variable from call with indexed signed writes

Closes #1490
…xperience, W778 plan/report

Closes #1490

- Advance .trinity/current-issue.md to Wave Loop 778 (issue #1492).
- Refresh docs/NOW.md with W777 landed state and W778 candidate variants.
- Append W777 worked example to .claude/skills/t27-wave-loop.md.
- Prepend W777 learnings to .trinity/experience.md.
- Add .claude/plans/wave-loop-778.md and loop-w777-full-cycle.md.
- Add closeout report docs/reports/FPGA_LOOP_CLOSEOUT_W777_2026-07-24.md.
- Save memory file wave-loop-777.md and update MEMORY.md index.

No compiler / FROZEN_HASH / reference-model changes.
…wo outer-dimension array-of-struct variable from call with indexed signed writes

Closes #1492

- Add scripts/gen_w778.py generator (OUTER=375, MID_IDX=187).
- Generate specs/scratch/w778_bench_module_375x2p6_aos_var_call_write.t27
  (24,000 elements, 768,000-bit packed vector, ~0.733 MiBit).
- Seal witness; FROZEN_HASH unchanged.
- Add integration test accepts_w778_bench_module_375x2p6_aos_var_call_write.
- Update .trinity/current-issue.md, .trinity/experience.md, .claude/skills/t27-wave-loop.md,
  docs/NOW.md with W778 state and W779 plan.
- Add closeout report docs/reports/FPGA_LOOP_CLOSEOUT_W778_2026-07-24.md and
  .claude/plans/wave-loop-779.md with three cooperation variants.

Validation:
- cargo build --release -p t27c: OK
- cargo test -p t27c --bin t27c: 1494/0/2
- cargo test -p tri: 78/0
- cargo test -p t27c --test icarus_lowerable: 238/0
- t27c parse|icarus-lowerable|icarus-simulate|icarus-cocotb|seal --save W778: PASS

No compiler / reference-model / FROZEN_HASH changes.
…wo outer-dimension array-of-struct variable from call with indexed signed writes

- Add generator scripts/gen_w779.py and witness specs/scratch/w779_bench_module_377x2p6_aos_var_call_write.t27 (24,128 elements, 772,096-bit packed vector).
- Add integration test accepts_w779_bench_module_377x2p6_aos_var_call_write.
- Seal witness; FROZEN_HASH unchanged.
- Add closeout report docs/reports/FPGA_LOOP_CLOSEOUT_W779_2026-07-24.md and W780 plan .claude/plans/wave-loop-780.md.
- Update .trinity/current-issue.md, .trinity/experience.md, .claude/skills/t27-wave-loop.md, and docs/NOW.md.

Closes #1494
…wo outer-dimension array-of-struct variable from call with indexed signed writes

- Add scripts/gen_w780.py and generated witness
  specs/scratch/w780_bench_module_379x2p6_aos_var_call_write.t27
  (24,256 elements, 776,192-bit packed vector, ~0.741 MiBit).
- Add integration test accepts_w780_bench_module_379x2p6_aos_var_call_write.
- Seal witness; FROZEN_HASH unchanged.
- Refresh .trinity/experience.md, docs/NOW.md, .trinity/current-issue.md,
  .claude/plans/wave-loop-781.md, docs/reports/FPGA_LOOP_CLOSEOUT_W780_*.md,
  and .claude/skills/t27-wave-loop.md.
- Weak-point audit and 2025-2026 ternary/MVL literature scan included in report.

Closes #1496

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…wo outer-dimension array-of-struct variable from call with indexed signed writes

- Add scripts/gen_w781.py and generated witness
  specs/scratch/w781_bench_module_381x2p6_aos_var_call_write.t27
  (24,384 elements, 780,288-bit packed vector, ~0.745 MiBit).
- Add integration test accepts_w781_bench_module_381x2p6_aos_var_call_write.
- Seal witness; FROZEN_HASH unchanged.
- Fix 2026-07-24 audit weak points:
  - cli/flash-spi/src/main.rs: wire FlashOpts bitswap/no_jprogram fields.
  - bootstrap/src/sensitivity.rs: use std::f64::consts::PI for clippy.
  - bootstrap/tests/bitnet_pipeline.rs: update IDLE-state expected substring.
  - bootstrap/tests/bitnet_top.rs: update busy/mem_addr/mem_rd_en expectations.
- Refresh .trinity/experience.md, docs/NOW.md, .trinity/current-issue.md,
  .claude/plans/wave-loop-781.md, .claude/plans/wave-loop-782.md,
  docs/reports/FPGA_LOOP_CLOSEOUT_W781_*.md, and .claude/skills/t27-wave-loop.md.
- Weak-point audit and 2025-2026 ternary/MVL literature scan included in report.

Closes #1492

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…wo outer-dimension array-of-struct variable from call with indexed signed writes

- Add scripts/gen_w782.py with OUTER=383, MID_IDX=191.
- Generate specs/scratch/w782_bench_module_383x2p6_aos_var_call_write.t27
  (24,512 elements, 784,384-bit packed vector, ~0.748 MiBit).
- Add integration test accepts_w782_bench_module_383x2p6_aos_var_call_write.
- Seal witness; FROZEN_HASH unchanged.
- Fix bootstrap/src/host/telemetry.rs:242 literal 3.14 → std::f64::consts::PI.
- Write closeout report, W783 plan, and update NOW/experience/skill/current-issue.

Closes #1493

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…wo outer-dimension array-of-struct variable from call with indexed signed writes

Closes #1495

Also fixes stale TODO expectation in bootstrap/tests/verilog_const_array.rs:166 so the test accepts the current richer emitter diagnostic format.
…wo outer-dimension array-of-struct variable from call with indexed signed writes

Closes #1497

Extends the module-scope packed-array-of-struct ladder to OUTER = 387 (24,768 elements, 792,576-bit packed vector, ~0.756 MiBit). Zero compiler / reference-model / FROZEN_HASH changes. Adds generator, witness, integration test, seal, closeout report, and W785 cooperation variants.
…wo outer-dimension array-of-struct variable from call with indexed signed writes

Closes #1499

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…wo outer-dimension array-of-struct variable from call with indexed signed writes

Closes #1501

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…wo outer-dimension array-of-struct variable from call with indexed signed writes

Closes #1503

- Adds specs/scratch/w787_bench_module_393x2p6_aos_var_call_write.t27
  (25,152 elements, 804,864-bit packed vector, ~0.767 MiBit).
- Adds generator scripts/gen_w787.py (OUTER=393, MID_IDX=196).
- Adds integration test accepts_w787_bench_module_393x2p6_aos_var_call_write
  in bootstrap/tests/icarus_lowerable.rs.
- Seals witness; FROZEN_HASH unchanged.
- Closeout report, W788 plan, skill update, experience, NOW.md.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…wo outer-dimension array-of-struct variable from call with indexed signed writes

Closes #1505

- Adds specs/scratch/w788_bench_module_395x2p6_aos_var_call_write.t27
  (25,280 elements, 808,960-bit packed vector, ~0.771 MiBit).
- Adds generator scripts/gen_w788.py (OUTER=395, MID_IDX=197).
  Note: generator header had a hardcoded w787 prefix inside an f-string,
  requiring a manual fix and regeneration to match the w788 module/seal.
- Adds integration test accepts_w788_bench_module_395x2p6_aos_var_call_write
  in bootstrap/tests/icarus_lowerable.rs.
- Seals witness; FROZEN_HASH unchanged.
- Closeout report, W789 plan, skill update, experience, NOW.md.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…wo outer-dimension array-of-struct variable from call with indexed signed writes

Closes #1507
…wo outer-dimension array-of-struct variable from call with indexed signed writes

Closes #1509
…wo outer-dimension array-of-struct variable from call with indexed signed writes

Closes #1511

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…ariants

Closes #1513

- Generate and seal specs/scratch/w792_bench_module_403x2p6_aos_var_call_write.t27
  (25,792 elements, 825,344-bit packed vector, ~0.787 MiBit).
- Add scripts/gen_w792.py and integration test accepts_w792_*.
- Full validation matrix green: cargo build/clippy/test suites, icarus_lowerable 252/0,
  t27c parse|icarus-lowerable|icarus-simulate|icarus-cocotb|seal --save all PASS.
- Zero compiler/reference-model/FROZEN_HASH changes for the witness.
- Write docs/reports/FPGA_LOOP_CLOSEOUT_W792_2026-07-24.md,
  .claude/plans/wave-loop-793.md, update docs/NOW.md, .trinity/experience.md,
  .claude/skills/t27-wave-loop.md, and .trinity/current-issue.md.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…ariants

Closes #1515

- Generate and seal specs/scratch/w793_bench_module_405x2p6_aos_var_call_write.t27
  (25,920 elements, 829,440-bit packed vector, ~0.791 MiBit).
- Add scripts/gen_w793.py and integration test accepts_w793_*.
- Fix generator destination-path copy hazard: hardcoded '403' copied from W792
  had to be updated to '405' before regeneration.
- Full validation matrix green: cargo build/clippy/test suites, icarus_lowerable 253/0,
  t27c parse|icarus-lowerable|icarus-simulate|icarus-cocotb|seal --save all PASS.
- Zero compiler/reference-model/FROZEN_HASH changes for the witness.
- Write docs/reports/FPGA_LOOP_CLOSEOUT_W793_2026-07-24.md,
  .claude/plans/wave-loop-794.md, update docs/NOW.md, .trinity/experience.md,
  .claude/skills/t27-wave-loop.md, and .trinity/current-issue.md.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…ariants

Closes #1517

- Generate and seal specs/scratch/w794_bench_module_407x2p6_aos_var_call_write.t27
  (26,048 elements, 833,536-bit packed vector, ~0.795 MiBit).
- Add scripts/gen_w794.py and integration test accepts_w794_*.
- Fix generator copy hazard: both destination path and module header f-string carried
  stale w793/405 references from W793 and had to be updated to w794/407 before
  regeneration.
- Full validation matrix green: cargo build/clippy/test suites, icarus_lowerable 254/0,
  t27c parse|icarus-lowerable|icarus-simulate|icarus-cocotb|seal --save all PASS.
- Zero compiler/reference-model/FROZEN_HASH changes for the witness.
- Write docs/reports/FPGA_LOOP_CLOSEOUT_W794_2026-07-24.md,
  .claude/plans/wave-loop-795.md, update docs/NOW.md, .trinity/experience.md,
  .claude/skills/t27-wave-loop.md, and .trinity/current-issue.md.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…wo outer-dimension array-of-struct variable from call with indexed signed writes

Closes #1519

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…wo outer-dimension array-of-struct variable from call with indexed signed writes

Closes #1521

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…wo outer-dimension array-of-struct variable from call with indexed signed writes

Closes #1523

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Dmitrii Vasilev and others added 16 commits July 25, 2026 17:44
…wo outer-dimension array-of-struct variable from call with indexed signed writes

Closes #1525

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…wo outer-dimension array-of-struct variable from call with indexed signed writes

Closes #1527

- Witness: specs/scratch/w799_bench_module_417x2p6_aos_var_call_write.t27 (26,688 elements, 854,016-bit packed vector, ~0.814 MiBit)

- Generator: scripts/gen_w799.py (copy-hazard fixed before regeneration)

- Seal, Icarus lowerable/simulate/cocotb all green; FROZEN_HASH unchanged

- Validation matrix: cargo build/clippy/test suites green; icarus_lowerable 259/0

- Closeout report + Wave Loop 800 plan with three cooperation variants

- Skills, experience, and persistent memory updated

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…wo outer-dimension array-of-struct variable from call with indexed signed writes

Closes #1529

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…wo outer-dimension array-of-struct variable from call with indexed signed writes

Closes #1531

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…wo outer-dimension array-of-struct variable from call with indexed signed writes

Closes #1533

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…wo outer-dimension array-of-struct variable from call with indexed signed writes

Closes #1535

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…wo outer-dimension array-of-struct variable from call with indexed signed writes

Closes #1537

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…wo outer-dimension array-of-struct variable from call with indexed signed writes

Closes #1539

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…wo outer-dimension array-of-struct variable from call with indexed signed writes

Closes #1541

- Add generator scripts/gen_w806.py with OUTER=431, MID_IDX=215.
- Generate specs/scratch/w806_bench_module_431x2p6_aos_var_call_write.t27
  (27,584 elements, 882,688-bit packed vector, ~0.841 MiBit).
- Add integration test accepts_w806_bench_module_431x2p6_aos_var_call_write.
- Validate parse, icarus-lowerable, icarus-simulate (17 cycles, PASSED),
  icarus-cocotb (reference-model OK), and seal --save.
- FROZEN_HASH unchanged.
- Update docs, live tracker, experience, and persistent memory.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…wo outer-dimension array-of-struct variable from call with indexed signed writes

Closes #1543

- Add generator scripts/gen_w807.py with OUTER=433, MID_IDX=216.
- Generate specs/scratch/w807_bench_module_433x2p6_aos_var_call_write.t27
  (27,712 elements, 886,784-bit packed vector, ~0.845 MiBit).
- Add integration test accepts_w807_bench_module_433x2p6_aos_var_call_write.
- Validate parse, icarus-lowerable, icarus-simulate (17 cycles, PASSED),
  icarus-cocotb (reference-model OK), and seal --save.
- FROZEN_HASH unchanged.
- Update docs, live tracker, experience, and persistent memory.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…wo outer-dimension array-of-struct variable from call with indexed signed writes

Closes #1545

- Add generator scripts/gen_w808.py with OUTER=435, MID_IDX=217.
- Generate specs/scratch/w808_bench_module_435x2p6_aos_var_call_write.t27
  (27,840 elements, 890,880-bit packed vector, ~0.849 MiBit).
- Add integration test accepts_w808_bench_module_435x2p6_aos_var_call_write.
- Validate parse, icarus-lowerable, icarus-simulate (17 cycles, PASSED),
  icarus-cocotb (reference-model OK), and seal --save.
- FROZEN_HASH unchanged.
- Update docs, live tracker, experience, and persistent memory.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…wo outer-dimension array-of-struct variable from call with indexed signed writes

Closes #1547

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…wo outer-dimension array-of-struct variable from call with indexed signed writes

Closes #1549

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…wo outer-dimension array-of-struct variable from call with indexed signed writes

Closes #1551

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…wo outer-dimension array-of-struct variable from call with indexed signed writes

- Generated witness: 28,352 elements, 907,264-bit packed vector (~0.865 MiBit).
- Added integration test accepts_w812_bench_module_443x2p6_aos_var_call_write.
- All validation gates green: icarus_lowerable 272/0, t27c bin 1494/0/2, tri 78/0, etc.
- FROZEN_HASH unchanged; no compiler/reference-model changes for witness.
- Added live autopilot skill wave-loop-autopilot.md and updated t27-wave-loop.md.
- Wrote closeout report, W813 plan, NOW.md, experience.md, current-issue.md.

Closes #1553

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown
Contributor

📓 NotebookLM Notebook linked to this PR

This notebook contains session context, decisions, and artifacts for this work.

@github-actions

Copy link
Copy Markdown
Contributor

PR Dashboard

Generated at: 2026-07-28 03:06:03 UTC

Summary

Status Count
Total Open PRs 50
PRs with Failing Checks 49
PRs with All Checks Green 1
READY 1
FAILING 49
PENDING 0

Seal Status

  • ⚠️ STALE -- sha256(compiler.rs)=68a0b933c00b != manifest seal=87e5cbd3ad94.
    The committed NMSE numbers were certified against an older compiler.rs.
    Run scripts/reseal-check.sh locally for the two-step reseal command (advisory; not a merge gate).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant