Skip to content

Commit 8da8bc4

Browse files
committed
docs: clarify agent transcript placeholders
1 parent bb6f37e commit 8da8bc4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.agents/skills/agent-transcript/SKILL.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Best-effort local-only provenance for OpenClaw PR/issue bodies. Use during agent
1919
- Keep user prompts, assistant visible decisions, terse tool summaries, and test/proof outcomes.
2020
- Remove session turns unrelated to the PR/issue work. Use the PR/issue title, branch name, changed files, and stated goal as scope; omit earlier/later unrelated tasks even when they are in the same session log.
2121
- Best effort only: PR/issue creation must continue if no safe transcript is found.
22+
- Add the `## Agent Transcript` section only when inserting a real transcript. Never add a placeholder transcript heading or text such as "A sanitized local transcript preview was generated but not included."
2223
- Use a collapsed `<details>` section and update existing markers instead of duplicating sections.
2324

2425
## Helper
@@ -74,7 +75,7 @@ Append/update a body file before `gh pr create --body-file` or connector PR crea
7475
5. Before insertion, trim unrelated session turns from the generated section. Keep only turns that explain this PR/issue's goal, implementation choices, files, tests, proof, blockers, and final outcome.
7576
6. If the user approves, run `append-body`.
7677
7. Use the enriched body file for creation/update.
77-
8. If no safe session is found, say nothing and continue without transcript. If the user declines, continue without transcript.
78+
8. If no safe session is found, say nothing and continue without transcript. If the user declines, continue without transcript and do not add any transcript placeholder section.
7879

7980
## Review Artifacts
8081

0 commit comments

Comments
 (0)