Skip to content

Commit 4075a92

Browse files
mcp-tool-shopclaude
andcommitted
docs: add security and versioning sections to README
- Security: no secrets, private URLs, or customer identifiers - Versioning: schemaVersion contract for breaking vs additive changes Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2055c04 commit 4075a92

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,18 @@ The quality bar is simple and non-negotiable:
162162

163163
---
164164

165+
## Security
166+
167+
No secrets, private URLs, API keys, or customer identifiers belong in this repo. Evidence means public artifacts — screenshots, CI links, test results — not internal logs or credentials. If something can't be shown publicly, it's not evidence.
168+
169+
---
170+
171+
## Versioning
172+
173+
MarketIR changes are versioned via `schemaVersion` in the schema and data files. Breaking changes (renamed fields, removed properties, structural changes) require a major bump. Additive changes (new optional fields, new `$defs`) are minor. Downstream consumers like the site bridge should check `schemaVersion` compatibility before ingesting.
174+
175+
---
176+
165177
## License
166178

167179
MIT (see [LICENSE](LICENSE)).

0 commit comments

Comments
 (0)