Skip to content

Commit c59a525

Browse files
denelonCopilot
andcommitted
Add agent co-authorship to spec front matter guidance
- Update specs.instructions.md with example showing AI agent in author field - Update UserMessages spec front matter to include GitHub Copilot Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent ba159e9 commit c59a525

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

.github/instructions/specs.instructions.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,17 @@ issue id: <github issue id>
2525
---
2626
```
2727

28+
If an AI agent (e.g., GitHub Copilot) assisted in authoring the spec, include it in the author field:
29+
30+
```yaml
31+
---
32+
author: <name> <github-id>, GitHub Copilot <Copilot>
33+
created on: <yyyy-mm-dd>
34+
last updated: <yyyy-mm-dd>
35+
issue id: <github issue id>
36+
---
37+
```
38+
2839
Update `last updated` whenever the spec is modified.
2940

3041
## Required Sections

doc/specs/#3483 - UserMessages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
author: Demitrius Nelon denelon
2+
author: Demitrius Nelon denelon, GitHub Copilot <Copilot>
33
created on: 2026-05-03
44
last updated: 2026-05-03
55
issue id: 3483

0 commit comments

Comments
 (0)