refactor(workflows): move handoff files to temp dir#247
Merged
Conversation
Contributor
There was a problem hiding this comment.
仍需处理已有未解决 review thread(docs/product/wiki/concepts/agent-workflow-boundaries.md:42)。当前 diff 虽然同步了 implementation 和 PR comment response 的 raw 文档,但该行仍把 Spec workflow 的 context、metadata、validation logs 与 summary handoff 一起写成已确认的 .codex-runtime/handoff/ 行为;docs/product/raw/spec-workflow.md 仍没有确认 spec agent 输出文件契约,而且当前 create-spec workflow 实际只上传 issue_context、issue_comments、pr-metadata,没有 validation logs 或 summary handoff。为避免重复同一条未解决 inline thread,这里不再创建新的 inline comment;请先同步/限定 spec raw 与 wiki 表述后再合并。
This was referenced Jun 9, 2026
Merged
Merged
Merged
Merged
Merged
Merged
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
Validation
Notes
This removes the remaining need for root .gitignore coverage for these workflow scratch files. The repository worktree now carries only real implementation/spec diffs while handoff artifacts are uploaded from the runner temp directory.