Skip to content

Commit d078d3e

Browse files
jeremyederclaude
andcommitted
fix: Resolve markdown linting errors in codebase-agent.md
Fix 5 markdownlint errors: - MD031: Add blank lines around fenced code blocks - MD032: Add blank lines before lists - MD024: Rename duplicate "Troubleshooting" to "GitHub Actions Troubleshooting" Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent e792750 commit d078d3e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/patterns/codebase-agent.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,13 +306,15 @@ message = client.messages.create(
306306
```
307307

308308
Update dependencies:
309+
309310
```bash
310311
pip install google-cloud-aiplatform anthropic[vertex]
311312
```
312313

313314
### Security
314315

315316
**What This Protects:**
317+
316318
- ✅ No service account keys (Workload Identity Federation)
317319
- ✅ Attribute-based access control (only your repo)
318320
- ✅ Short-lived tokens (1 hour expiry)
@@ -337,7 +339,7 @@ concurrency:
337339
fi
338340
```
339341
340-
### Troubleshooting
342+
### GitHub Actions Troubleshooting
341343
342344
| Error | Cause | Fix |
343345
|-------|-------|-----|
@@ -349,6 +351,7 @@ concurrency:
349351
### Cost Estimate
350352

351353
**Vertex AI (Claude 3.5 Sonnet)**:
354+
352355
- Input: $3.00/1M tokens
353356
- Output: $15.00/1M tokens
354357
- Average PR review: ~$0.03
@@ -362,6 +365,7 @@ concurrency:
362365
![Screenshot: User adds "cba-review" label to PR]
363366

364367
**Bot posts review:**
368+
365369
```markdown
366370
## 🤖 Codebase Agent
367371

0 commit comments

Comments
 (0)