feat(tui): RLPH single-queue repeating queue/steer + governance docs#4
Merged
Conversation
This was referenced Mar 6, 2026
Author
|
补充验证(2026-03-06):\n\n- 额外尝试了 CARGO_PROFILE_DEV_DEBUG=0 cargo test -p codex-tui --lib --no-run 以降低链接体积。\n- 结果仍因本机磁盘空间限制失败(aws-lc / linker 阶段 No space left on device, os error 112),不是新的 Rust 类型错误。\n- 为恢复环境已执行:cargo clean -p codex-tui -p codex-cli -p codex-cloud-tasks(释放约 3.0 GiB)。 |
Author
|
验证补充(2026-03-06):\n\n- cargo test -p codex-tui --lib --no-run 已通过(使用 CARGO_TARGET_DIR=G:\codex-rs-target)。\n- pending_input_preview::tests 已通过。\n- 已提交并推送 snapshot 更新与任务清单更新:cf31fa6da。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR delivers the current Exomind phase for Idea 1 + Idea 2 with issue-driven tracking.
Idea 1 (Doc)
docs/exomind-norm-governance-plan.mddocs/exomind-task-list.mdIdea 2 (RLPH / TUI)
Ctrl+Tab/Shift+Tab) path integration.PendingInputPreview:Alt+Upqueue-edit workflow reusable through shared queue model.Test/Build updates
InputResult::BufferedQueuedmatch exhaustiveness.Verification
cargo check -p codex-tui: ✅ passedcargo test -p codex-tui --lib --no-run: ⚠ failed in Windows linker stage due environment disk-space/link constraints (LNK1106,os error 112), not Rust type errors.Tracking