Commit 84e76ed
fix: blog draft — file output instead of stdout parsing (#68)
* fix: strip ANSI escape sequences from Kiro CLI output, strengthen instruction priority
* fix: add NO_COLOR/TERM env and debug output to blog draft workflow
* fix: have Kiro CLI write blog draft to file instead of stdout
stdout parsing was unreliable (ANSI codes, empty output). Instead,
instruct Kiro CLI to write directly to /tmp/blog-draft.md.
---------
Co-authored-by: Shintaro Okamoto <shintaok@amazon.com>1 parent c6d34a1 commit 84e76ed
1 file changed
Lines changed: 8 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
| |||
87 | 89 | | |
88 | 90 | | |
89 | 91 | | |
90 | | - | |
| 92 | + | |
| 93 | + | |
91 | 94 | | |
92 | | - | |
| 95 | + | |
93 | 96 | | |
94 | | - | |
95 | | - | |
| 97 | + | |
96 | 98 | | |
97 | | - | |
98 | 99 | | |
99 | | - | |
| 100 | + | |
| 101 | + | |
100 | 102 | | |
101 | 103 | | |
102 | 104 | | |
| |||
0 commit comments