Skip to content

Conversation

thomasballinger
Copy link
Collaborator

@thomasballinger thomasballinger commented Apr 17, 2025

Run eslint in the deploy tool. This doesn't help much yet, but it adds a path for adding eslint rules specific to the failure modes we're seeing.

We'd try to catch things that have no type errors with these lint rules currently, since lint errors are only reported to the LLM if both typechecks fail. Alternately we could report eslint failures in addition to type errors.

Copy link

vercel bot commented Apr 17, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
chef ✅ Ready (Inspect) Visit Preview Apr 21, 2025 8:17pm

@thomasballinger
Copy link
Collaborator Author

Doing things in parallel looks good! I'll polish this up later

@@ -0,0 +1 @@
ignore-workspace-root-check=true
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

allows installing libraries in the main chef project without warning (needed because now that this is a little pnpm monorepo)

} from './messages';
import { createScopedLogger } from '~/utils/logger';

const logger = createScopedLogger('history');
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

just cleanup so these aren't always printed

@thomasballinger
Copy link
Collaborator Author

I'm not confident about linting not making things worse so I'll make another PR that's everything here except that.

@thomasballinger thomasballinger mentioned this pull request Apr 20, 2025
atrakh pushed a commit that referenced this pull request Apr 21, 2025
All the extra stuff I added in
#417 without the linting
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.

1 participant