You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,3 +10,14 @@
10
10
- When in WSL, use `git config --global credential.helper '/mnt/c/Program Files/Git/mingw64/bin/git-credential-manager.exe'` if HTTPS push fails.
11
11
- Keep `core.hooksPath` pointed to `.githooks` so the pre-commit check runs.
12
12
- Pre-existing build errors should be noted but not blocked on -- flag them and continue with the task.
13
+
14
+
## OSS Policy
15
+
16
+
This is a **public infrastructure package** governed by the Stackbilt OSS Infrastructure Package Update Policy.
17
+
18
+
Rules:
19
+
1.**Additive only** — never remove or rename public API without a major version bump
20
+
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.
21
+
3.**Strict semver** — patch for fixes, minor for new features, major for breaking changes
22
+
4.**Tests travel with code** — every public export must have test coverage
23
+
5.**Validate at boundaries** — all external API responses validated before returning to consumers
0 commit comments