#22383: Chore: apply oxfmt baseline for CI check
channel: msteams
size: XS
Cluster:
Hooks and UI Fixes
## Summary
- Problem: `pnpm check` currently fails on main due formatting drift in three files unrelated to feature/security changes.
- Why it matters: unrelated PRs cannot reach green required checks.
- What changed: applied `oxfmt --write` to the 3 offending files only.
- What did NOT change (scope boundary): no logic/behavior changes.
## Change Type (select all)
- [ ] Bug fix
- [ ] Feature
- [ ] Refactor
- [ ] Docs
- [ ] Security hardening
- [x] Chore/infra
## Scope (select all touched areas)
- [ ] Gateway / orchestration
- [ ] Skills / tool execution
- [ ] Auth / tokens
- [ ] Memory / storage
- [ ] Integrations
- [ ] API / contracts
- [ ] UI / DX
- [x] CI/CD / infra
## Linked Issue/PR
- Closes #
- Related #22381
## User-visible / Behavior Changes
None.
## Security Impact (required)
- New permissions/capabilities? (`No`)
- Secrets/tokens handling changed? (`No`)
- New/changed network calls? (`No`)
- Command/tool execution surface changed? (`No`)
- Data access scope changed? (`No`)
## Repro + Verification
### Steps
1. Run `pnpm check` on `main` baseline (fails formatting check).
2. Apply this PR.
3. Run `pnpm check` again.
### Expected
- `pnpm check` succeeds.
### Actual
- Locally verified: `pnpm check` passes.
## Evidence
- [x] Failing test/log before + passing after
- [ ] Trace/log snippets
- [ ] Screenshot/recording
- [ ] Perf numbers (if relevant)
## Human Verification (required)
- Verified scenarios:
- `pnpm check` passes locally after this formatting-only change.
- Edge cases checked:
- Confirmed only 3 files changed.
- What you did **not** verify:
- Any runtime behavior (none expected).
## Compatibility / Migration
- Backward compatible? (`Yes`)
- Config/env changes? (`No`)
- Migration needed? (`No`)
## Failure Recovery (if this breaks)
- How to disable/revert this change quickly:
- Revert commit `303035a0a`.
## Risks and Mitigations
None.
<!-- greptile_comment -->
<h3>Greptile Summary</h3>
Applied oxfmt formatter to fix CI formatting checks. Changes are purely cosmetic - only import statement ordering was modified in 3 files (`src/agents/tools/common.ts`, `src/channels/plugins/actions/discord/handle-action.guild-admin.ts`, `src/discord/send.channels.ts`). No logic, behavior, or functionality changes.
<h3>Confidence Score: 5/5</h3>
- This PR is completely safe to merge - it contains only automated formatting changes
- All changes are purely cosmetic import reordering performed by oxfmt formatter. No logic modifications, no new code, no behavioral changes. The PR description accurately describes the scope, and manual verification confirms only 3 files with 4 insertions and 4 deletions (net zero impact). This unblocks CI checks without any risk.
- No files require special attention
<sub>Last reviewed commit: 303035a</sub>
<!-- greptile_other_comments_section -->
<!-- /greptile_comment -->
Most Similar PRs
#6596: Fix pre-existing formatting issues causing CI failures
by ryancnelson · 2026-02-01
82.2%
#8800: chore: apply oxfmt formatting
by shamsulalam1114 · 2026-02-04
80.5%
#21123: Docs/CI/MSTeams: close low-hanging parity gaps and add guardrails
by webdevtodayjason · 2026-02-19
75.4%
#20933: autofix: format 3 files (oxfmt)
by kittipond2365 · 2026-02-19
75.0%
#19671: chore: oxfmt docker and server methods
by DmitryIschanko · 2026-02-18
74.9%
#22425: chore: make prepare git hooks setup cross-platform
by OldFineDev · 2026-02-21
74.7%
#11549: lint: add no-console rule and migrate 5 files to structured logger
by vaibhavtupe · 2026-02-08
74.6%
#22632: docs: fix redirects and small reorg
by gianpaj · 2026-02-21
74.4%
#23669: refactor(logging): migrate node-host and tailscale console calls to...
by kevinWangSheng · 2026-02-22
74.3%
#22442: test(ci): unbreak baseline tui metadata + msteams local-file assert...
by SmithLabsLLC · 2026-02-21
74.0%