Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions src/agentready/assessors/documentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,7 @@ def _create_remediation(self) -> Remediation:
],
tools=[],
commands=[],
examples=[
"""# Project Name
examples=["""# Project Name

## Overview
What this project does and why it exists.
Expand All @@ -503,8 +502,7 @@ def _create_remediation(self) -> Remediation:
# Format code
black .
```
"""
],
"""],
citations=[
Citation(
source="GitHub",
Expand Down
Loading