Community
Community
Section titled “Community”Get Involved
Section titled “Get Involved”| Channel | Link |
|---|---|
| GitHub | tteon/seocho — issues, PRs, discussions |
| Documentation | seocho.blog — this site |
Contributing
Section titled “Contributing”- Fork the seocho repository
- Read
CLAUDE.mdandAGENTS.mdfor project conventions - Pick an issue or create one with the
kind-*label - Submit a PR against
main
Architecture Decisions
Section titled “Architecture Decisions”All significant changes go through an ADR (Architecture Decision Record) process. See docs/decisions/DECISION_LOG.md in the repo for the full history (ADR-0026 through ADR-0035).
Automated Reviews
Section titled “Automated Reviews”The repository runs Claude-powered CI reviews:
- Daily: maintenance tasks (test gaps, dead code, type hints)
- Weekly: SDK architecture review (API surface audit, prompt quality, refactor opportunities)
These generate draft PRs that maintainers review and merge.