Paul Berg
Paul Berg
@AbdelrahmanHafez the problem with putting this information in `CLAUDE.md` is that you're polluting the context and providing Claude with contradictory instructions - in Claude Code's system prompts, there are rules...
As a solution in the interim, it looks like we could use the `--no-match-path` flag: ```sh $ forge test --no-match-path "test/e2e/**/*.sol" ```
Hey @yamadashy, thanks for the quick reply. I didn't know that you support `json5`! That's great. Can you confirm that it is possible to use `json5` for the config file...
It appears that it is possible to nest an `or` object under an `and`: ```graphql where: { and: [ { age_gt: 21 }, { or: [ { status: "active" },...
Yes, the nested `or` works, but I've gone through a lot of trial-and-error before figuring that out. The error is really not informative: > ClientError: Filter must by an object
yeah, your example is spot-on
Hey @Dinara255 @TheGiraffe3, could you please merge this PR? https://github.com/actions/cache/issues/1566#issuecomment-2809485815
You tell it to load the file at `website.com/llms.txt` - that's it
Thanks for explaining the difficulties of implementing this, @rkrasiuk. I wonder if the user could somehow help Forge identify the functions that should be metered? e.g. what if there was...