docs: add draft Privacy Policy and Terms of Service#71
Draft
punchIn-app-bot wants to merge 4 commits into
Draft
Conversation
Add combined PRIVACY.md and TERMS.md covering the whole trackmytime.today product: the local-first app, opt-in cloud sync, the feedback service, and the @trackmytime.today email-alias relay. Content is grounded in the actual data flows across the punchin, punchin-email, and punchin-feedback repositories; identical canonical copies live in all three repos. Publisher is PunchIn-App (individual operator); governing law is Massachusetts. Both documents are DRAFTS pending legal review — they carry a review banner and a delete-before-publish reviewer checklist, and are not legal advice. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
punchin-email | b411a01 | Commit Preview URL Branch Preview URL |
Jun 10 2026, 06:39 PM |
Signed-off-by: PunchIn Bot <contact@trackmytime.today>
Signed-off-by: PunchIn Bot <contact@trackmytime.today>
19 tasks
… (#73) ## Summary <!-- What does this PR do and why? One to three bullet points. --> - **Stacked on #71** (`docs/privacy-and-terms`): corrects the draft Terms of Service §7, which still says the email relay and feedback service are Apache-2.0 — both were relicensed to **BUSL-1.1** in #72 (v1.6.1) and punchin-feedback#4. - Mirrors the existing punchin bullet's plain-language style: individual self-hosting free (domain / project they personally control), organisational deployment needs a commercial licence, AGPL-3.0 conversion on the shared Change Date (2 June 2030), links to each repo's `LICENSE`. - Merge **after** #71 lands (GitHub will retarget this PR to `main` automatically when the base branch is deleted). ## Type of change <!-- Check all that apply --> - [ ] Bug fix in routing / header rewriting / delivery (→ `PATCH`) - [ ] New or changed inbound/relay behaviour visible to senders or recipients (→ `MINOR`) - [ ] New config var or binding, or a newly supported alias category (→ `MINOR`) - [ ] New robustness / safety guard with no change for normal mail (→ `PATCH`) - [ ] Internal refactor / dependency update (→ `PATCH`) - [ ] Test additions only (no version bump) - [x] CI / docs only (no version bump) ## Checklist ### Code - [x] `npm test` passes — N/A (docs-only; no code touched) - [x] `npm run check` (wrangler dry-run) passes — N/A (docs-only) - [x] New behaviour has a test added alongside it — every new rejection path is covered — N/A - [x] No secret or personal address added to `wrangler.toml [vars]` (secrets go via `wrangler secret put`) - [x] The safety guards (alias allowlist, relay sender verification, auto-submitted drop, header allowlist) are not weakened without a documented rationale — N/A (not touched) ### Version & changelog - [x] Version bump not required (tests / CI / docs only) **OR** - [x] `package.json` `version` updated — N/A (no bump) - [x] `docs/CHANGELOG.md` new section added at the top — N/A (no bump) - [x] `README.md` version badge URL updated — N/A (no bump) - [x] `CLAUDE.md` `**Version:**` header updated — N/A (no bump) ### Documentation - [x] `CLAUDE.md` updated where relevant (Repository Structure / Email Flow / Robustness Guards / Configuration & Bindings) — N/A (TERMS.md only) - [x] `README.md` updated if behaviour or setup changed — N/A ### Contributor License Agreement > I have read and agree to the PunchIn Email Worker Contributor License Agreement. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
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
PRIVACY.md) and Terms of Service (TERMS.md) covering the wholetrackmytime.todayproduct — the local-first app, the feedback service, and this email-alias relay.punchin,punchin-email, andpunchin-feedbackrepos; identical canonical copies are committed in all three repos. Publisher PunchIn-App (individual); governing law Massachusetts. Both files carry a DRAFT — pending legal review banner + delete-before-publish reviewer checklist.Type of change
PATCH)MINOR)MINOR)PATCH)PATCH)Checklist
Code
npm testpasses — N/A (docs only, no code changed)npm run check(wrangler dry-run) passes — N/A (docs only)wrangler.toml [vars](secrets go viawrangler secret put) — N/A (no config changed)Version & changelog
package.jsonversionupdateddocs/CHANGELOG.mdnew section added at the topREADME.mdversion badge URL updatedCLAUDE.md**Version:**header updatedDocumentation
CLAUDE.mdupdated where relevant — N/A (legal docs, not architecture)README.mdupdated if behaviour or setup changed — N/A (no behaviour change)🤖 Generated with Claude Code