Skip to content

Commit 68bc071

Browse files
committed
Fix review comments: update agent file extension reference and line lengths
- Update .agent.md extension references in AGENTS.md and technical-writer.agent.md - Remove 'Propagatable' from .cspell.yaml (not used in ReqStream) - Fix MD013 line length violations in AGENTS.md and technical-writer.agent.md
1 parent f2d6636 commit 68bc071

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.cspell.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ words:
3333
- NuGet
3434
- Pandoc
3535
- pagetitle
36-
- Propagatable
3736
- reqstream
3837
- ReqStream
3938
- SARIF

.github/agents/technical-writer.agent.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ Invoke the technical-writer for:
3636
- **All markdown files**: Use reference-style links `[text][ref]` with `[ref]: url` at document end
3737
- **Exceptions**:
3838
- **README.md**: Use absolute URLs in the links (shipped in NuGet package)
39-
- **AI agent markdown files** (`.github/agents/*.md`): Use inline links `[text](url)` so URLs are visible in agent context
39+
- **AI agent markdown files** (`.github/agents/*.agent.md`): Use inline links `[text](url)` so
40+
URLs are visible in agent context
4041
- Max 120 characters per line
4142
- Lists require blank lines (MD032)
4243

AGENTS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ build.bat # Windows
118118

119119
## Markdown Link Style
120120

121-
- **AI agent markdown files** (`.github/agents/*.md`): Use inline links `[text](url)` so URLs are visible in agent context
121+
- **AI agent markdown files** (`.github/agents/*.agent.md`): Use inline links `[text](url)` so
122+
URLs are visible in agent context
122123
- **README.md**: Use absolute URLs (shipped in NuGet package)
123124
- **All other markdown files**: Use reference-style links `[text][ref]` with `[ref]: url` at document end
124125

0 commit comments

Comments
 (0)