Skip to content

Commit 203fb77

Browse files
docs: add OSS policy reference to CLAUDE.md
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5713b66 commit 203fb77

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
## OSS Policy
3+
4+
This is a **public infrastructure package** governed by the Stackbilt OSS Infrastructure Package Update Policy.
5+
6+
Rules:
7+
1. **Additive only** — never remove or rename public API without a major version bump
8+
2. **No product logic** — framework patterns and generic utilities only. If a competitor could reconstruct Stackbilt product architecture from this code, it doesn't belong here.
9+
3. **Strict semver** — patch for fixes, minor for new features, major for breaking changes
10+
4. **Tests travel with code** — every public export must have test coverage
11+
5. **Validate at boundaries** — all external API responses validated before returning to consumers

0 commit comments

Comments
 (0)