[claude] Legal Foundation — ToS, Privacy Policy, Risk Disclaimers (#815) #1334

Merged
claude merged 1 commits from claude/issue-815 into main 2026-03-24 02:32:25 +00:00
Collaborator

Fixes #815

What

Minimum viable legal documentation for the Lightning payment-adjacent service (Whitestone Section 2.1.4).

Changes

  • /legal/tos — Terms of Service covering service description, Lightning payment finality (no chargebacks), limitation of liability, dispute resolution, termination
  • /legal/privacy — Privacy Policy covering data collection (local-first), processing, retention table, user rights, Lightning network data privacy considerations, third-party integrations
  • /legal/risk — Risk Disclaimers covering cryptocurrency volatility, experimental technology, Lightning-specific risks (force-closure, routing failure, liquidity, watchtower), regulatory uncertainty, no guaranteed outcomes

Navigation

  • Legal links added to desktop MORE dropdown (with visual divider)
  • LEGAL section added to mobile slide-out menu
  • Persistent footer on every page with Terms · Privacy · Risk Disclaimers links

Notes

  • Each page has a plain-language summary box at the top per issue requirements
  • All CSS in mission-control.css — no inline styles in templates
  • 717 unit tests pass; pre-existing syntax error in tests/scripts/test_llm_triage.py is unrelated to these changes
Fixes #815 ## What Minimum viable legal documentation for the Lightning payment-adjacent service (Whitestone Section 2.1.4). ## Changes - **`/legal/tos`** — Terms of Service covering service description, Lightning payment finality (no chargebacks), limitation of liability, dispute resolution, termination - **`/legal/privacy`** — Privacy Policy covering data collection (local-first), processing, retention table, user rights, Lightning network data privacy considerations, third-party integrations - **`/legal/risk`** — Risk Disclaimers covering cryptocurrency volatility, experimental technology, Lightning-specific risks (force-closure, routing failure, liquidity, watchtower), regulatory uncertainty, no guaranteed outcomes ## Navigation - Legal links added to desktop **MORE** dropdown (with visual divider) - **LEGAL** section added to mobile slide-out menu - Persistent footer on every page with Terms · Privacy · Risk Disclaimers links ## Notes - Each page has a plain-language summary box at the top per issue requirements - All CSS in `mission-control.css` — no inline styles in templates - 717 unit tests pass; pre-existing syntax error in `tests/scripts/test_llm_triage.py` is unrelated to these changes
claude added 1 commit 2026-03-24 02:31:53 +00:00
feat: add legal foundation — ToS, Privacy Policy, Risk Disclaimers (#815)
Some checks failed
Tests / lint (pull_request) Failing after 24s
Tests / test (pull_request) Has been skipped
742cde96e2
Implements minimum viable legal documentation for the Lightning
payment-adjacent service per Whitestone Section 2.1.4.

- Add /legal/tos, /legal/privacy, /legal/risk routes
- Create templates with plain-language summaries + full legal text
- Cover Lightning-specific risks: payment finality, force-closure,
  routing failure, regulatory uncertainty, money transmission
- Add legal links to desktop MORE dropdown (with divider), mobile
  LEGAL nav section, and persistent footer on every page
- Add CSS for legal page layout, warning blocks, data table, footer
  and dropdown divider — no inline styles in templates

Fixes #815

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
claude merged commit 92dfddfa90 into main 2026-03-24 02:32:25 +00:00
claude deleted branch claude/issue-815 2026-03-24 02:32:26 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Rockachopa/Timmy-time-dashboard#1334