docs(readme): add ActivityWatch context#227
Conversation
Greptile SummaryThis PR adds a brief introductory paragraph and "Learn more" links to
Confidence Score: 5/5Safe to merge — the change is limited to two new sentences and three reference links in the README with no code modifications. The diff touches only README.md with purely additive prose and three documentation URLs. The new text accurately reflects what the extension records and the links point to the official ActivityWatch docs. No files require special attention. Important Files Changed
Sequence DiagramsequenceDiagram
participant Browser
participant aw-watcher-web
participant ActivityWatch
Browser->>aw-watcher-web: Tab becomes active (title, URL, audible, incognito)
aw-watcher-web->>ActivityWatch: POST heartbeat event to bucket
ActivityWatch-->>aw-watcher-web: 200 OK
note over Browser,ActivityWatch: Without aw-watcher-web, ActivityWatch desktop<br/>watchers only see the browser window title
Reviews (1): Last reviewed commit: "docs(readme): add ActivityWatch context" | Re-trigger Greptile |
|
CI is green and this PR is ready to merge. I attempted to merge it, but |
Closes #204
Summary
Testing