From 8fc9fb55686d526bac3c797565fc9dbcc998a65b Mon Sep 17 00:00:00 2001 From: Florian BRUNIAUX Date: Thu, 15 Jan 2026 10:41:03 +0100 Subject: [PATCH] docs(data-privacy): add Intellectual Property Considerations section - Add new section 8 with IP disclaimer and key considerations table - Cover: ownership, license contamination, vendor indemnification, sector compliance - Bump version to 3.7.1 - Update .gitignore to exclude .grepai/ Co-Authored-By: Claude Opus 4.5 --- .gitignore | 1 + CHANGELOG.md | 11 +++++++++++ README.md | 2 +- VERSION | 2 +- guide/cheatsheet.md | 4 ++-- guide/data-privacy.md | 18 ++++++++++++++++++ guide/ultimate-guide.md | 4 ++-- machine-readable/reference.yaml | 2 +- 8 files changed, 37 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 1620bdf..b3a6cd1 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ npm-debug.log* # Personal notes & temp files to-ignore/ +.grepai/ diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ebe824..d6e2600 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). --- +## [3.7.1] - 2026-01-15 + +### Added + +- **Intellectual Property Considerations** section in `guide/data-privacy.md` + - Disclaimer about legal advice limitations + - Key considerations: ownership, license contamination, vendor indemnification, sector compliance + - Guidance to consult legal counsel for specific situations + +--- + ## [3.7.0] - 2026-01-15 ### Added - Session Search v2.1 diff --git a/README.md b/README.md index a51fd10..419ccb2 100644 --- a/README.md +++ b/README.md @@ -576,7 +576,7 @@ If this guide saved you time, helped you master Claude Code, or inspired your wo --- -*Version 3.6.1 | January 2026 | Crafted with Claude* +*Version 3.7.1 | January 2026 | Crafted with Claude*