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
@@ -261,14 +261,9 @@ Place diagrams near the concepts they illustrate, with clear captions.
261
261
262
262
### 1. Design Consolidated Structure
263
263
264
-
Create a logical structure for `developer.instructions.md`:
264
+
Create a logical structure for `dev.md`:
265
265
266
266
```markdown
267
-
---
268
-
description: Developer Instructions for GitHub Agentic Workflows
269
-
applyTo: "**/*"
270
-
---
271
-
272
267
# Developer Instructions
273
268
274
269
## Overview
@@ -302,10 +297,9 @@ For each topic:
302
297
303
298
### 3. Create the Consolidated File
304
299
305
-
**You have direct file editing capabilities** - Write the consolidated content directly to `.github/agents/developer.instructions.agent.md` using Serena's edit tools.
300
+
**You have direct file editing capabilities** - Write the consolidated content directly to `scratchpad/dev.md` using Serena's edit tools.
306
301
307
302
The file should:
308
-
- Start with frontmatter (description and applyTo)
309
303
- Have a clear structure with logical sections
310
304
- Use consistent technical tone throughout
311
305
- Include Mermaid diagrams for complex concepts
@@ -322,7 +316,6 @@ The file should:
322
316
### 1. Validate Consolidated File
323
317
324
318
Check the generated file:
325
-
- ✅ Has proper frontmatter
326
319
- ✅ Markdown is valid
327
320
- ✅ Code blocks have language tags
328
321
- ✅ Mermaid diagrams render correctly
@@ -368,7 +361,7 @@ Create a comprehensive report of what was done:
368
361
369
362
## Summary
370
363
371
-
Analyzed [N] markdown files in the specs directory, made [X] tone adjustments, added [Y] Mermaid diagrams, and consolidated content into `.github/agents/developer.instructions.agent.md`.
364
+
Analyzed [N] markdown files in the specs directory, made [X] tone adjustments, added [Y] Mermaid diagrams, and consolidated content into `scratchpad/dev.md`.
0 commit comments