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
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