chore: repo maintenance #57

Merged
jwilger merged 1 commit from repo-maintenance into main 2026-05-03 14:04:39 -07:00
Owner

Summary

Type of change

  • feat — new capability
  • fix — bug fix
  • docs — documentation only
  • refactor — internal cleanup, no behaviour change
  • test — test-only addition
  • chore — tooling, deps, CI

Verification

  • cargo test --workspace --all-targets
  • cargo clippy --workspace --all-targets -- -D warnings
  • cargo fmt --all -- --check
  • cargo deny check (when bumping dependencies)
  • Manual smoke test against a dev gateway (when changing the
    review pipeline or webhook surface)

Pre-merge checklist

  • CHANGELOG.md updated (under [Unreleased])
  • Public surface changes have rustdoc on the new items
  • If the change touches a documented threat (T#) in
    docs/THREAT-MODEL.md, the corresponding red-team test
    in crates/ar-review/tests/red_team_*.rs has been
    updated or extended
  • If the change touches a metric, the rules pack
    (deploy/prometheus/auto_review.rules.yaml) and dashboard
    (deploy/grafana/auto_review.dashboard.json) still pass
    their contract tests
<!-- Pull-request template for `auto_review`. Forgejo / Gitea look for .forgejo/pull_request_template.md when you open a PR; the body of this file becomes the default PR description. Delete the comment block once you've filled the rest in. --> ## Summary <!-- One paragraph. What does this change? Why? --> ## Type of change <!-- Tick all that apply. --> - [ ] feat — new capability - [ ] fix — bug fix - [ ] docs — documentation only - [ ] refactor — internal cleanup, no behaviour change - [ ] test — test-only addition - [ ] chore — tooling, deps, CI ## Verification <!-- Tick what you did. --> - [ ] `cargo test --workspace --all-targets` - [ ] `cargo clippy --workspace --all-targets -- -D warnings` - [ ] `cargo fmt --all -- --check` - [ ] `cargo deny check` (when bumping dependencies) - [ ] Manual smoke test against a dev gateway (when changing the review pipeline or webhook surface) ## Pre-merge checklist <!-- The bot will run its own pre-merge checks and append them to the review. These are the human-side ones. --> - [ ] CHANGELOG.md updated (under `[Unreleased]`) - [ ] Public surface changes have rustdoc on the new items - [ ] If the change touches a documented threat (T#) in `docs/THREAT-MODEL.md`, the corresponding red-team test in `crates/ar-review/tests/red_team_*.rs` has been updated or extended - [ ] If the change touches a metric, the rules pack (`deploy/prometheus/auto_review.rules.yaml`) and dashboard (`deploy/grafana/auto_review.dashboard.json`) still pass their contract tests ## Related <!-- Link to issue / RFC / ADR if applicable. -->
chore: repo maintenance
All checks were successful
auto_review auto_review: no findings
CI / Nix flake check (pull_request) Successful in 1m52s
72b393feca
auto-review left a comment

This PR performs repository maintenance by updating the .gitignore file to exclude the .kilo/plans/ directory, removing two markdown files from the .kilo/plans/ directory, and adding a new .npmrc file for npm registry configuration. The changes appear safe to merge, focusing on cleanup and configuration updates.

Walkthrough

  • .gitignore: Updated to ignore the .kilo/plans/ directory, which suggests that this directory is no longer needed in version control.
  • Deleted Markdown Files: Two files, 1777733843144-playful-moon.md and 1777743813489-lucky-island.md, were removed from the .kilo/plans/ directory, indicating a cleanup of outdated or unnecessary planning documents.
  • .npmrc: A new file was added to configure npm registry settings, pointing to a custom registry for the @jwilger scope.

Pre-merge checks

  • [~] CHANGELOG updated — diff is docs/config only — no CHANGELOG entry expected
  • [~] Tests touched — no source files in the diff
  • No new TODO/FIXME comments — no new TODO/FIXME markers
This PR performs repository maintenance by updating the `.gitignore` file to exclude the `.kilo/plans/` directory, removing two markdown files from the `.kilo/plans/` directory, and adding a new `.npmrc` file for npm registry configuration. The changes appear safe to merge, focusing on cleanup and configuration updates. ## Walkthrough - **.gitignore**: Updated to ignore the `.kilo/plans/` directory, which suggests that this directory is no longer needed in version control. - **Deleted Markdown Files**: Two files, `1777733843144-playful-moon.md` and `1777743813489-lucky-island.md`, were removed from the `.kilo/plans/` directory, indicating a cleanup of outdated or unnecessary planning documents. - **.npmrc**: A new file was added to configure npm registry settings, pointing to a custom registry for the `@jwilger` scope. ## Pre-merge checks - [~] CHANGELOG updated — diff is docs/config only — no CHANGELOG entry expected - [~] Tests touched — no source files in the diff - [x] No new TODO/FIXME comments — no new TODO/FIXME markers
jwilger referenced this pull request from a commit 2026-05-03 14:04:40 -07:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Slipstream/auto_review!57
No description provided.