Skip to content

Commit 4a61c3e

Browse files
rochacbrunoclaude
andcommitted
no-jira: fix AGENTS.md markdown lint issues
Hyphenate compound modifier "Platform-type packages" and add `text` language hint to commit format fenced code block (MD040). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent eac5fb9 commit 4a61c3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ When adding a new import that conflicts with an existing package name, follow th
3939

4040
### Package Documentation
4141

42-
Every package should have a `doc.go` file with a package comment. Platform type packages also define their platform `Name` constant in `doc.go`:
42+
Every package should have a `doc.go` file with a package comment. Platform-type packages also define their platform `Name` constant in `doc.go`:
4343

4444
```go
4545
// Package aws contains AWS-specific structures for installer
@@ -140,7 +140,7 @@ The codebase uses build tags for conditional compilation:
140140

141141
### Commit Format
142142

143-
```
143+
```text
144144
<subsystem>: <what changed>
145145
146146
<why this change was made>

0 commit comments

Comments
 (0)