v1.2.3
Changed 3
- Make `diagnosing-bugs` redact secrets by adding a Redact section to SKILL.md that shows how to redact commands, outputs, and artifacts, and update Phase 1 completion criterion to require redacted captured artifacts
- Drop Claude Code's tool and agent-type names from subagent-dispatch instructions in `code-review`, `codebase-design`, and `improve-codebase-architecture` skills to make them followable on other harnesses
- Remove time estimate from wizard template by dropping `TOTAL_MINUTES`, removing the time-remaining display, and making `stage` take a name only with progress counted in stages
Patch Changes
-
#779
efce423Thanks @mattpocock! - Makediagnosing-bugsredact secrets.- Add a Redact section to
SKILL.md. The skill has the agent show commands, outputs and captured artifacts; the section makes redaction the first move on each — write<REDACTED>, build loops against env vars so the credential stays in the environment, and quote only the signal-carrying lines of a captured artifact. - The Phase 1 completion criterion said "paste the invocation and its output". It now says show it redacted, and Phase 1 asks the user for a redacted captured artifact.
- Note in
scripts/hitl-loop.template.shthatcaptureprints its value back to the terminal, so it takes observations while signing in stays astep.
- Add a Redact section to
-
#781
14bfbbdThanks @mattpocock! - Drop Claude Code's tool and agent-type names from the subagent-dispatch instructions incode-review,codebase-design, andimprove-codebase-architecture, so the step is followable on Codex and other harnesses. -
#783
c0fd1e9Thanks @mattpocock! - wizard: remove the time estimate. The template dropsTOTAL_MINUTESand the time-remaining display,stagetakes a name only, and progress is counted in stages.