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 <noreply@anthropic.com>
This commit is contained in:
parent
10c8665219
commit
8fc9fb5568
8 changed files with 37 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -23,3 +23,4 @@ npm-debug.log*
|
|||
|
||||
# Personal notes & temp files
|
||||
to-ignore/
|
||||
.grepai/
|
||||
|
|
|
|||
11
CHANGELOG.md
11
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
|
||||
|
|
|
|||
|
|
@ -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*
|
||||
|
||||
<!-- SEO Keywords -->
|
||||
<!-- claude code, claude code tutorial, anthropic cli, ai coding assistant, claude code mcp,
|
||||
|
|
|
|||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
3.7.0
|
||||
3.7.1
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
**Written with**: Claude (Anthropic)
|
||||
|
||||
**Version**: 3.6.1 | **Last Updated**: January 2026
|
||||
**Version**: 3.7.1 | **Last Updated**: January 2026
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -396,4 +396,4 @@ where.exe claude; claude doctor; claude mcp list
|
|||
|
||||
**Author**: Florian BRUNIAUX | [@Méthode Aristote](https://methode-aristote.fr) | Written with Claude
|
||||
|
||||
*Last updated: January 2026 | Version 3.6.1*
|
||||
*Last updated: January 2026 | Version 3.7.1*
|
||||
|
|
|
|||
|
|
@ -276,6 +276,24 @@ claude /status
|
|||
|
||||
---
|
||||
|
||||
## 8. Intellectual Property Considerations
|
||||
|
||||
> **Disclaimer**: This is not legal advice. Consult a qualified attorney for your specific situation.
|
||||
|
||||
When using AI code generation tools, discuss these points with your legal team:
|
||||
|
||||
| Consideration | What to Discuss |
|
||||
|---------------|-----------------|
|
||||
| **Ownership** | Copyright status of AI-generated code remains legally unsettled in most jurisdictions |
|
||||
| **License contamination** | Training data may include open-source code with copyleft licenses (GPL, AGPL) that could affect your codebase |
|
||||
| **Vendor indemnification** | Some enterprise plans offer legal protection (e.g., Microsoft Copilot Enterprise includes IP indemnification) |
|
||||
| **Sector compliance** | Regulated industries (healthcare, finance, government) may have additional IP requirements |
|
||||
|
||||
This guide focuses on Claude Code usage—not legal strategy. For IP guidance, consult specialized legal resources or your organization's legal counsel.
|
||||
|
||||
---
|
||||
|
||||
## Changelog
|
||||
|
||||
- 2026-01: Added intellectual property considerations section
|
||||
- 2026-01: Initial version - documenting retention policies and protective measures
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
**Last updated**: January 2026
|
||||
|
||||
**Version**: 3.6.1
|
||||
**Version**: 3.7.1
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -9527,4 +9527,4 @@ Thumbs.db
|
|||
|
||||
**Contributions**: Issues and PRs welcome.
|
||||
|
||||
**Last updated**: January 2026 | **Version**: 3.6.1
|
||||
**Last updated**: January 2026 | **Version**: 3.7.1
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# Source: guide/ultimate-guide.md
|
||||
# Purpose: Condensed index for LLMs to quickly answer user questions about Claude Code
|
||||
|
||||
version: "3.6.1"
|
||||
version: "3.7.1"
|
||||
updated: "2026-01"
|
||||
|
||||
# ════════════════════════════════════════════════════════════════
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue