CodeIssuesPull RequestsActionsSecurityInsights
✨ AI
More
Settings

Process all open pull requests: add tv route + remove agent clutter #4699

Open⚡ AI-generatedXLccantynz wants to mergecopilot/process-all-pull-requestsmain↑3 ↓9opened Feb 20, 20263/7 tasksLive: 0 editing
ccantynzcommented Feb 20, 2026

Originally written by @Copilot on GitHub.
Imported from https://github.com/ccantynz-alt/Dominat8.com/pull/3


Incorporates changes from both open PRs (#1, #2) into main.

What changed?

  • Small fix
  • Feature
  • Refactor
  • Infra / CI

PR #1 — Create tv

  • Adds src/app/admin/preview/tv/page.tsx as a proper Next.js app-router route (following the <route>/page.tsx convention used by all other admin routes)

PR #2 — Remove agent clutter and build artifacts

  • .gitignore: adds patterns to suppress future agent/automation artifacts (*.ps1, agent_logs/, patch_logs/, bundle_logs/, _auto_logs/, build-output*.txt, vercel-build-output.txt, vercel-deploy-log.txt, LOCK_GREEN_*)
  • Deletes 33 tracked clutter files from repo root: build logs, dump files, stale config variants (next.config.js.bak, .off), JSON payloads, and other auto-generated artifacts

Quality gates (must be green)

  • CI build is green
  • No unexpected UI/design changes on Dominat8.com
  • If protected paths changed: override label OR ALLOW_PROTECTED_PATHS file added with reason

Notes / risks

Adding *.ps1 to .gitignore is broad — legitimate scripts under tools/ and upgrades/ are already tracked and unaffected, but no new .ps1 files can be committed without removing that rule first.


🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

ccantynzcommented Feb 20, 2026

Originally written by @vercel[bot] on GitHub.


The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
dominat8-engine Ready Ready Preview, Comment Feb 20, 2026 11:01pm
dominat8com Ready Ready Preview, Comment Feb 20, 2026 11:01pm

Request Review

gluecron[bot]🤖 botcommented 25d ago

This PR has gone quiet

No activity for 7+ days. Is this still in progress?

  • Author: keep working / mark draft / close.
  • Reviewers: review or unassign yourself.
  • Maintainers: close if no longer relevant.
gluecron[bot]🤖 botcommented 18d ago

This PR has gone quiet

No activity for 7+ days. Is this still in progress?

  • Author: keep working / mark draft / close.
  • Reviewers: review or unassign yourself.
  • Maintainers: close if no longer relevant.
gluecron[bot]🤖 botcommented 11d ago

This PR has gone quiet

No activity for 7+ days. Is this still in progress?

  • Author: keep working / mark draft / close.
  • Reviewers: review or unassign yourself.
  • Maintainers: close if no longer relevant.
gluecron[bot]🤖 botcommented 4d ago

This PR has gone quiet

No activity for 7+ days. Is this still in progress?

  • Author: keep working / mark draft / close.
  • Reviewers: review or unassign yourself.
  • Maintainers: close if no longer relevant.

Files changed

Side-by-side diff for copilot/process-all-pull-requests → main.

View diff →

Cross-repo impact

See what breaks downstream if this PR merges.

Analyze →
Risk score: LOW (2/10)310e560
Touches 2 file(s) with 11 added and 1 removed across 0 owner(s). Includes a new dependency. No tests were added for the new code.
See full signal breakdown
  • files changed: 2
  • lines added/removed: 11 / 1
  • distinct owners touched: 0
  • schema migration touched: no
  • locked / sensitive path touched: no
  • adds new dependency: yes
  • bumps major dependency: no
  • tests added for new code: no
  • diff-minus-test ratio: 1.00
How is this calculated? The score is a transparent sum of weighted signals — see src/lib/pr-risk.ts computePrRiskScore.

Gate checks

1 of 6 failing
GateTestDisabled in settingsSkipped
Secret scanNo secrets detectedPassed
Security scanStatic rules ran (8 checks, no AI required) — no static findings. AI review unavailable: The platform's AI balance is exhausted, so AI generation is temporarily unavailable. Nothing was lost. You can queue this as a repair for the internal agent from the repository's Health page, or try again once the balance is restored.Skipped
Merge checkMerge conflicts detected — AI auto-resolution will be attempted on mergeFailing
CINo CI workflows are configured for this repositorySkipped
AI ReviewAIAI review approvedPassed

Resolve conflicts manually

GlueCron AI will attempt auto-resolution when you press Merge. If it cannot, or you would rather not wait on it, the manual path below always works.
1 conflicting file between copilot/process-all-pull-requests and main:
  • .gitignore
git fetch origin
git checkout copilot/process-all-pull-requests
git merge origin/main      # fix the files listed above, then:
git add -A && git commit
git push origin copilot/process-all-pull-requests
After you push, the merge check re-runs automatically on the next page load and the Merge button unblocks once it passes.
c comment · e edit title · m merge · a approve · r request changes · ? shortcuts