Commit dc58ce0
auto-triage improvements: fix tests, subagents, triage directory (#15522)
* docs: fix test command syntax in AGENTS.md to use astro-scripts directly
Replace package.json script references (test:unit, test:match, etc.) with
direct astro-scripts test invocations. Add 'exec' to pnpm commands so
astro-scripts is resolved as a bin, not a script name. Document key flags
(--match, --parallel, --watch, --timeout, --only).
* docs: improve triage skill reproduce step with path validation
Clarify that triageDir must be passed as a positional argument to
create-astro, and add a verification step to confirm the project was
created at the expected path before proceeding.
* fix: use cp from examples/ instead of create-astro for triage scaffolding
create-astro pulls the latest published Astro from npm, which doesn't
match the monorepo version during beta. Copy from examples/ instead to
ensure the workspace-linked version is always used.
* update @flue/cli to 0.0.31
---------
Co-authored-by: Fred K. Schott <fschott@cloudflare.com>1 parent 40f10bb commit dc58ce0
File tree
4 files changed
+36
-23
lines changed- .agents/skills/triage
4 files changed
+36
-23
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
114 | | - | |
115 | | - | |
| 113 | + | |
116 | 114 | | |
117 | 115 | | |
118 | | - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
119 | 124 | | |
120 | 125 | | |
121 | | - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
122 | 129 | | |
123 | | - | |
124 | | - | |
125 | | - | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
126 | 133 | | |
127 | 134 | | |
128 | | - | |
| 135 | + | |
129 | 136 | | |
130 | 137 | | |
131 | 138 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
30 | 36 | | |
31 | 37 | | |
32 | 38 | | |
| |||
43 | 49 | | |
44 | 50 | | |
45 | 51 | | |
46 | | - | |
| 52 | + | |
47 | 53 | | |
48 | 54 | | |
49 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments