Popular for its size, but the engineering basics lag behind the interest.
Local-first macOS app to browse, search, analyze, and resume supported AI coding-agent session history across Codex, Claude Code, OpenCode, Cursor Agent, Hermes, OpenClaw, Copilot CLI, and more.
Documentation
83
CONTRIBUTING guide is very brief (−12 pts for depth). 150+ words earns +6 pts; 400+ earns +12 pts.
→ Add setup instructions, code style notes, and how to run tests.
README is present.
README documents how to install the project.
Licensed under MIT.
Engineering
56
No dependency lockfile found (−70 pts).
→ Commit Package.resolved for application projects so Swift Package Manager resolves the same versions.
No issue or PR templates found (−100 pts).
→ Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.
CI is configured (.github/workflows/ci.yml).
Test files detected (AgentSessionsLogicTests/DroidSessionParserLogicTests.swift).
Linter or formatter configured (.swiftlint.yml).
Project health
68
No dependency manifest detected at root.
→ Add a manifest (package.json, pyproject.toml, Cargo.toml, go.mod, etc.) so others can install dependencies in one command.
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 43Forks
- 64Releaseslatest 8mo ago
Community
- —Community health
- —authors own >50% of commits
- 656Watchers
Responsiveness
- 1d 3hMedian issue response
- 1d 15hMedian PR merge time
- 1Open issues
Repository files27 root entries
- .claude
- .codex
- .git-tools
- .githubGood: CI is configured (.github/workflows/ci.yml).
- .superpowers
- AgentSessions
- AgentSessions.xcodeproj
- AgentSessionsLogicTestsGood: Test files detected (AgentSessionsLogicTests/DroidSessionParserLogicTests.swift).
- AgentSessionsTests
- CX-AS-Note
- docsIssue: CONTRIBUTING guide is very brief (−12 pts for depth). 150+ words earns +6 pts; 400+ earns +12 pts.Fix: Add setup instructions, code style notes, and how to run tests.Issue: Contributing guide lacks a setup section (−12 pts).Fix: Show new contributors how to get a local dev environment running.Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).Good: Contributing guide describes the PR/review workflow.Issue: Contributing guide has no code examples (−5 pts).Fix: Add code blocks showing example commands for setup, running tests, and submitting a PR.
- Marketing
- Resources
- scripts
- side-chat-probes-tmp
- skills
- tools
- .gitignoreGood: .gitignore present.
- .mailmap
- .swiftlint.ymlGood: Linter or formatter configured (.swiftlint.yml).
- agents.md
- CHANGELOG.md
- CLAUDE.md
- GEMINI.md
- LICENSEGood: Licensed under MIT.
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.Issue: No live demo link in the README (−20 pts).Fix: Link to a deployed version, docs site, or demo video. Users want to see it running.Good: README includes status badges.Good: README documents how to install the project.Good: README documents how to run the project.
- SECURITY.mdGood: Security policy present.