From ec312bf205807c35389c852a17ea664a20d5618c Mon Sep 17 00:00:00 2001 From: Stackbilt Date: Tue, 7 Apr 2026 07:28:54 -0500 Subject: [PATCH] docs: add OSS policy reference to CLAUDE.md Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitignore | 5 +++++ CLAUDE.md | 12 ++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 CLAUDE.md diff --git a/.gitignore b/.gitignore index a3fd725..2cc750c 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,8 @@ dist/ .DS_Store coverage/ .turbo/ +# cc-taskrunner worktree protection +C:* +node_modules/ +.pnpm-store/ +__pycache__/ diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..c9e109e --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,12 @@ +## OSS Policy + +This is a **public infrastructure package** governed by the Stackbilt OSS Infrastructure Package Update Policy. + +Rules: +1. **Additive only** — never remove or rename public API without a major version bump +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. +3. **Strict semver** — patch for fixes, minor for new features, major for breaking changes +4. **Tests travel with code** — every public export must have test coverage +5. **Validate at boundaries** — all external API responses validated before returning to consumers + +Full policy: `stackbilt_llc/policies/oss-infrastructure-update-policy.md`