chore: lint shared/ folder - #1169
Merged
Merged
Conversation
Semgrep Security ScanNo security issues found. |
raivieiraadriano92
temporarily deployed
to
preview
July 30, 2026 12:10 — with
GitHub Actions
Inactive
|
Preview environment destroyed 🧹 Stack |
PR Metrics
Updated Thu, 30 Jul 2026 13:11:26 GMT · run #2514 |
raivieiraadriano92
temporarily deployed
to
preview
July 30, 2026 12:24 — with
GitHub Actions
Inactive
raivieiraadriano92
temporarily deployed
to
preview
July 30, 2026 13:08 — with
GitHub Actions
Inactive
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.
Cherry-picks the
chore: lint shared/ foldercommit (339c1ea9) from #1168 ontomainas a standalone change.Applies ESLint to the
shared/folder: adds the lint config wiring ineslint.config.js/package.jsonand applies the resulting autofixes acrossshared/agent-core,shared/ip-classification,shared/url, and a fewsrc/consumers.Notably renames the exported constant
APP_HARNESS_ENVIRONMENT_PROMPT→appHarnessEnvironmentPromptand updates all call sites.Conflict resolution
One conflict in
src/ai/prompt.test.ts:mainhad added awidgetRegistryimport alongside the oldAPP_HARNESS_ENVIRONMENT_PROMPTname. Resolved by keeping thewidgetRegistryimport and using the renamedappHarnessEnvironmentPrompt. All other references to the old name across the tree were updated by the commit.🤖 Generated with Claude Code