Closed
Conversation
Remove incorrect thrum attribution — the dashboard is built into Temper itself. Update feature list to match actual dashboard capabilities shown in the screenshot (compliance score, health cards, PR tracker, signals). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
AI Code Review for PR #11
Summary: This PR fixes the dashboard description in the README to accurately reflect that the dashboard is built into Temper itself via src/dashboard.js.
Verdict: APPROVE
Reviewed by qwen2.5-coder:3b (local Ollama). Advisory only — may miss issues or report false positives.
Commands
| Command | Description |
|---|---|
/ask <question> |
Discuss this review — ask questions or disagree with findings |
/review-pr |
Re-run the review from scratch |
/review-pr <focus> |
Re-run with specific instructions (e.g. /review-pr focus on error handling) |
Contributor
Author
|
Closing — consolidated into a single PR with #12 and CI fixes (lint, coverage, Bazel). |
4 tasks
avrabe
added a commit
that referenced
this pull request
Mar 2, 2026
- Require 1 approving review + enforce admin branch protection (config.yml) - Rewrite dashboard README section to match actual implementation - Fix 3 no-unused-vars lint errors (dashboard.js, app.js, ai-review.test.js) - Exclude dashboard.js from coverage (1330 lines at 1% tanks thresholds) - Add @octokit/auth-app to package.json + Bazel deps - Fix pnpm transform pattern in jest.config.cjs - Export config.yml for Bazel test runfiles Closes #11, closes #12. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2 tasks
avrabe
added a commit
that referenced
this pull request
Mar 2, 2026
* fix: consolidate CI fixes, require PR reviews, and update README - Require 1 approving review + enforce admin branch protection (config.yml) - Rewrite dashboard README section to match actual implementation - Fix 3 no-unused-vars lint errors (dashboard.js, app.js, ai-review.test.js) - Exclude dashboard.js from coverage (1330 lines at 1% tanks thresholds) - Add @octokit/auth-app to package.json + Bazel deps - Fix pnpm transform pattern in jest.config.cjs - Export config.yml for Bazel test runfiles Closes #11, closes #12. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: wrap config.yml in js_library for Bazel cross-package data aspect_rules_js requires cross-package source files to be wrapped in a js_library target so they can be copied to the output tree. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: add .aspect_rules_js to jest transformIgnorePatterns Bazel's aspect_rules_js uses node_modules/.aspect_rules_js/<pkg>/ nested layout, same as pnpm's .pnpm — needs the same exception in the transform pattern so @octokit/auth-app gets babel-transformed. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * feat: include repo and branch context in AI review comments The review header now shows the full origin and target: contributor/temper:`fix/bug` → pulseengine/temper:`main` This gives immediate context for cross-repo (fork) PRs and makes it clear which branch is being reviewed against. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * feat: add self-updating webhook with Rust updater binary When a push to main is received for the temper repo, spawn a detached Rust binary that pulls latest code, conditionally runs npm ci, rebuilds itself if its source changed (falling back to the last working binary on build failure), and restarts the process via PM2 or SIGTERM. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
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
src/dashboard.jsContext
The previous commit (
cc94a63) incorrectly described the dashboard as "powered by thrum". This corrects that.Test plan
🤖 Generated with Claude Code