mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
a1b8eb8b28
`pnpm run check-format` (`oxfmt --check .`) reported 22 files. Nineteen are byte-identical to origin/main and are pre-existing repository state. These three were ADDED by this branch, so their formatting failures are regressions this epic introduced rather than inherited: - dev-docs/architecture/intelligence-adapters-plan.md - sdk-python-agent-framework/pyproject.toml - sdk-python-langgraph/pyproject.toml The two pyproject.toml files matter in particular because CI's scoped format job in static_quality.yml collects only js/jsx/ts/tsx/mjs/cjs/json/jsonc/json5/md/css/yml/yaml/html/vue/py — it never sees `*.toml`, so it would not have auto-fixed them and check-format would have stayed red. All changes are cosmetic: the pyproject edits are line-wrapping at printWidth 80 with adapter version bounds untouched, and the markdown change is table-separator padding only (token streams before and after are identical at 8868 tokens).