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
Document centralized CI workflow strategy in CLAUDE.md
Add comprehensive documentation for the new mandatory CI workflow pattern. All Socket projects should now use the centralized reusable ci.yml workflow from socket-registry for consistent CI orchestration.
- **Orchestration**: CI workflow orchestrates lint.yml, types.yml, test.yml, and coverage reporting
294
+
- **Individual workflows**: Keep lint.yml, types.yml, test.yml for targeted runs; ci.yml runs all together
295
+
- **Cross-project consistency**: All Socket projects should use identical CI orchestration pattern
296
+
249
297
## Architecture
250
298
251
299
This is a TypeScript implementation of the Package URL (purl) specification for parsing and constructing package URLs, compiled to CommonJS for deployment.
0 commit comments