docs: tidy README header and point Tech Report at arXiv - #12
Merged
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR tidies the README’s top header layout by switching to an explicit HTML horizontal rule and updating the Tech Report link to the corresponding arXiv abstract page.
Changes:
- Replaced the markdown
---separator under the logo with an HTML<hr>and adjusted header spacing. - Updated the Tech Report link from a hosted PDF URL to
https://arxiv.org/abs/2608.23283. - Added an extra header wrapper
<div>around the badge/link block (needs a closing tag to avoid affecting the rest of the README).
Suppressed comments (1)
README.md:25
- The new wrapper
<div align="center" style="line-height:1">opened earlier in the header is never closed, which can cause the rest of the README to render inside that div (layout/centering issues on GitHub). Close the wrapper after the header link paragraph.
<p align="center">
<b><a href="https://www.apodex.com/blog/apodex-1.1-scaling-agentic-intelligence-for-complex-work">Tech Blog</a></b> ·
<b><a href="https://arxiv.org/abs/2608.23283">Tech Report</a></b>
</p>
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
dq-ai-dev
approved these changes
Aug 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
---rule under the logo with<hr>and adjust the header spacing/badge blockarxiv.org/abs/2608.23283) instead of the hosted PDFTest plan
🤖 Generated with Claude Code