chore: sync ai prompts and oxlint config#101
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the project's development guidelines, AI agent skills, and linting configuration. It replaces the static oxlint.json with a dynamic oxlint.config.ts using @stll/oxlint-config, updates package.json scripts, and adds an auto-generated AGENTS.md file for AI context. Additionally, it refactors various TypeScript files and tests to improve type safety (using helper guards like isRecord and isValidator instead of unsafe type assertions), replaces array lookups with Set.has(), avoids spread operators on strings/arrays, and adopts .at() for safer string indexing. There are no review comments, so I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c41edfe90b
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Summary
Checks