chore: repo maintenance #57
No reviewers
Labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Slipstream/auto_review!57
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "repo-maintenance"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Type of change
Verification
cargo test --workspace --all-targetscargo clippy --workspace --all-targets -- -D warningscargo fmt --all -- --checkcargo deny check(when bumping dependencies)review pipeline or webhook surface)
Pre-merge checklist
[Unreleased])docs/THREAT-MODEL.md, the corresponding red-team testin
crates/ar-review/tests/red_team_*.rshas beenupdated or extended
(
deploy/prometheus/auto_review.rules.yaml) and dashboard(
deploy/grafana/auto_review.dashboard.json) still passtheir contract tests
Related
This PR performs repository maintenance by updating the
.gitignorefile to exclude the.kilo/plans/directory, removing two markdown files from the.kilo/plans/directory, and adding a new.npmrcfile for npm registry configuration. The changes appear safe to merge, focusing on cleanup and configuration updates.Walkthrough
.kilo/plans/directory, which suggests that this directory is no longer needed in version control.1777733843144-playful-moon.mdand1777743813489-lucky-island.md, were removed from the.kilo/plans/directory, indicating a cleanup of outdated or unnecessary planning documents.@jwilgerscope.Pre-merge checks