Skip to content

Disable page-intent during LLMO offboarding#1817

Open
cwjwisse wants to merge 2 commits intomainfrom
cwisse/llmo-offboarding-disable-page-intent
Open

Disable page-intent during LLMO offboarding#1817
cwjwisse wants to merge 2 commits intomainfrom
cwisse/llmo-offboarding-disable-page-intent

Conversation

@cwjwisse
Copy link
Contributor

Summary

  • include page-intent in the LLMO audit disable list during offboarding
  • update offboarding tests to assert disableHandlerForSite('page-intent', site)

Tests

  • npx c8 --check-coverage=false mocha --spec test/controllers/llmo/llmo-onboarding.test.js
    • 56 passing

Notes

  • keeps offboarding behavior consistent with newly conditional page-intent enablement.

Copilot AI review requested due to automatic review settings February 16, 2026 15:12
@codecov
Copy link

codecov bot commented Feb 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates LLMO offboarding to ensure the page-intent audit is disabled alongside other LLMO-related audits, keeping offboarding behavior aligned with the updated/conditional enablement of page-intent.

Changes:

  • Add page-intent to the LLMO offboarding audit disable list.
  • Update offboarding tests to assert disableHandlerForSite('page-intent', site) is called.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
src/controllers/llmo/llmo-onboarding.js Adds page-intent to the audits disabled during LLMO config removal/offboarding.
test/controllers/llmo/llmo-onboarding.test.js Extends offboarding assertions to verify page-intent is disabled.

- Wrap disableHandlerForSite calls in try/catch block

- Log warning if individual audit disable fails

- Mirror enableAudits pattern to ensure offboarding continues on partial failure
@github-actions
Copy link

This PR will trigger a patch release when merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants