docs: refresh HANDOFF for session close (next: M10 Slice 3 std.cli)#351
Conversation
…this session's landings Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
There was a problem hiding this comment.
Code Review
This pull request updates HANDOFF.md to detail the current repository state, outline the next steps for implementing the std.cli module, and summarize the work completed during the session. The review feedback suggests minor improvements to the handoff documentation, specifically ensuring consistent terminology for the review tool and clarifying a grammatically incomplete sentence regarding the self-hosted cryptographic function.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| policy = `Error.Invalid` on parse / **runtime abort** on a `get_*` for an unregistered-or-wrong-type | ||
| flag, the 5 pitfalls incl. the Move-sweep, the bound-receiver gate, and the `get_str` view region). | ||
| Implement it the way Slices 1–2 were done (new Move `Ty` swept through every pass, sema dispatch + | ||
| MIR + `align_rt_*` runtime, driver tests), open a PR, wait for the gemini review, reflect it, merge. |
| hard-exit escape hatch); `child` Drop reaps via blocking `waitpid` (NOT `SA_NOCLDWAIT` — it breaks | ||
| `wait()` with `ECHILD`); net's `get_many` lives in `std.http` (net→http would be a layering | ||
| violation); http v1 is plaintext-only (HTTPS deferred, `https://` rejected not silently downgraded); | ||
| crypto borrows a constant-time-audited engine, `constant_time_equal` the one self-host. |
There was a problem hiding this comment.
…branch content already landed via #352) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01X6maBB7b9HoLV6QFGcMhhp
…gy; fix the constant_time_equal sentence) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01X6maBB7b9HoLV6QFGcMhhp
Updates the living HANDOFF note so the next session can resume immediately:
std.cli— fully spec'd indocs/impl/std-design/cli.md; implement like Slices 1–2, then M10 can close and M11 (net/http/process/compress/crypto, all already spec'd) begins./home/hiro/prj/learning/(not in git).Docs only.
🤖 Generated with Claude Code