You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,8 @@ devtap captures build/dev output from a separate terminal and delivers it here v
89
89
90
90
**Multi-source mode:** when devtap drains from multiple sources, tags are prefixed with "host/label |" (for example, `[devtap: myhost/local | make]`). "host" is the machine name, "label" identifies the source. Show these prefixes as-is. If output includes source warnings (for example, source unreachable), show those warnings verbatim and continue with output from reachable sources.
91
91
92
-
**Output format:** when "get_build_errors" returns content, present it verbatim in a fenced code block, then add one line:
93
-
"Next action: <whatyouwilldo>".
92
+
**Output format:** when "get_build_errors" returns content:
93
+
If build succeeded, acknowledge briefly (do not repeat the output).
94
+
If build failed, present the error output verbatim in a fenced code block.
95
+
Then add one line: "Next action: <whatyouwilldo>".
Copy file name to clipboardExpand all lines: internal/adapter/instructions.go
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,10 @@ devtap captures build/dev output from a separate terminal and delivers it here v
29
29
30
30
**Multi-source mode:** when devtap drains from multiple sources, tags are prefixed with "host/label |" (for example, "[devtap: myhost/local | make]"). "host" is the machine name, "label" identifies the source. Show these prefixes as-is. If output includes source warnings (for example, source unreachable), show those warnings verbatim and continue with output from reachable sources.
31
31
32
-
**Output format:** when "get_build_errors" returns content, present it verbatim in a fenced code block, then add one line:
33
-
"Next action: <what you will do>".
32
+
**Output format:** when "get_build_errors" returns content:
33
+
If build succeeded, acknowledge briefly (do not repeat the output).
34
+
If build failed, present the error output verbatim in a fenced code block.
35
+
Then add one line: "Next action: <what you will do>".
34
36
<!-- devtap:end -->`
35
37
36
38
// InstructionBlockLint is the instruction block for lint-based adapters (aider).
0 commit comments