Overview
Team collaboration happens at the project level. Project members can see each other's work naturally through the public timeline, and filter it down to a specific person when they want to focus on one teammate's activity.
Personal / Project Console
A toggle at the top of the console switches between two views.
A chronological feed of entries you created. Captures that have not yet been pushed (and therefore not yet synced to the backend) are only visible here.
A single feed of pushed entries from every teammate in the project — a record centered on the work the team has shared.
The two views are one click apart. The URL updates accordingly, so you can share a link that opens a specific view directly.
Public Timeline
The public timeline collects the shipped work of the project. It has the following characteristics.
Commits that still live only on your machine never show up on the public timeline. Only entries that have been pushed to the remote become visible to teammates, so work-in-progress never surfaces prematurely.
The feed aggregates entries from everyone on the project. You can see which commits your teammates on the same repo have pushed and when, all in one stream.
Consecutive commits from the same work stream are grouped together. A representative entry appears at the top with related entries indented below it, making long refactors or multi-step implementations easy to follow.
Each entry shows the author's profile, a work tag (FEATURE / BUGFIX / REFACTORING / TEST / DOCS), the title and intent, the commit hash, the branch, the changed-file count, and the comment count.
If no teammate has pushed anything yet, the public timeline is simply empty. It starts filling in the moment someone lands their first push.
Per-Member Timeline
Use this when you want to follow a single teammate's activity in order.
When you pick a member, the filter is written into the URL. Copy that URL to a teammate and they'll open the same filtered view you're looking at.
Discovery Tools
Supporting tools to quickly find what you're looking for on the public timeline.
Combine FEATURE / BUGFIX / REFACTORING / TEST / DOCS in the top tag bar to narrow the feed to certain kinds of work.
Press Cmd / Ctrl + K to open search and match titles and intents across the entire public timeline.
Star entries that the team should revisit and they collect on the Public Favorites page — a handy spot for onboarding material or major design decisions.
In public mode you can pull up the team's weekly digest report, giving you a fast read on where the team's attention went during the week.