chore: repository consistency cleanup#86
Merged
Conversation
- Fix CI audit threshold from moderate to low (matches zero-vuln policy) - Fix e2e-test-engineer attribution: hardcode Sonnet 4.5 model - Update CLAUDE.md tech stack: Drizzle ORM 0.45.x, Playwright 1.58.x - Update CLAUDE.md project structure: add e2e/ workspace, docker-compose.yml, .env.example, .releaserc.json - Add agent memory maintenance convention to CLAUDE.md - Add PR template with quality gate and review checklists - Remove dead fallback assignments in config.ts boolean parsing Co-Authored-By: Claude orchestrator (Opus 4.6) <noreply@anthropic.com>
Contributor
|
🎉 This PR is included in version 1.7.0-beta.19 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Contributor
|
🎉 This PR is included in version 1.8.0-beta.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Contributor
|
🎉 This PR is included in version 1.8.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
--audit-level=moderateto--audit-level=lowto match CLAUDE.md zero-vulnerability policy(<model>)placeholder with hardcoded(Sonnet 4.5)to match all other agent definitions0.38.x→0.45.x, PlaywrightTBD→1.58.xe2e/workspace,docker-compose.yml,.env.example,.releaserc.json.github/pull_request_template.md) with quality gate and review checklistsconfig.tsboolean parsing (secureCookies, trustProxy)Additionally, agent memory files (not tracked in git) were cleaned:
Quality Gates
npm run lintpassesnpm run typecheckpassesnpm testpasses (614 tests, 34 suites)npm run format:checkpassesnpm run buildpassesnpm auditshows 0 vulnerabilities🤖 Generated with Claude Code