Skip to content

Commit 58f48d0

Browse files
committed
1 parent 082236a commit 58f48d0

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

plugins/claude-code/skills/handoff/SKILL.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ If the thread was not resolved, start with:
8080

8181
```text
8282
You are continuing work from a previous Claude Code session.
83-
No Jieli thread id is included; continue from the handoff context.
8483
```
8584

8685
Write the full handoff prompt to a temp file, but do not print it in your reply. Save to Node's `os.tmpdir()` as `handoff-<THREAD_ID>.md` when a thread id exists; otherwise use a short filename-safe slug from the next goal, falling back to `handoff.md`. Use a safe writer such as Node so prompt content cannot break shell quoting.

plugins/codex/skills/handoff/SKILL.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ If the thread was not resolved, start with:
8080

8181
```text
8282
You are continuing work from a previous Codex session.
83-
No Jieli thread id is included; continue from the handoff context.
8483
```
8584

8685
Write the full handoff prompt to a temp file, but do not print it in your reply. Save to Node's `os.tmpdir()` as `handoff-<THREAD_ID>.md` when a thread id exists; otherwise use a short filename-safe slug from the next goal, falling back to `handoff.md`. Use a safe writer such as Node so prompt content cannot break shell quoting.

0 commit comments

Comments
 (0)