-
Notifications
You must be signed in to change notification settings - Fork 20
feat(llms): Include source code in mistica package #1531
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,6 +14,18 @@ | |
| "dist-es/**", | ||
| "css/**", | ||
| "doc/**", | ||
| "src/**", | ||
| "!src/generated/**", | ||
| "!src/**/__tests__/**", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Some tests may be relevant to understand how to use a component
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hmm... |
||
| "!src/**/__acceptance_tests__/**", | ||
| "!src/**/__screenshot_tests__/**", | ||
| "!src/**/__type_tests__/**", | ||
| "!src/**/__stories__/**", | ||
| "!src/**/__private_stories__/**", | ||
| "!src/**/*-test.ts", | ||
| "!src/**/*-test.tsx", | ||
| "!src/**/*-story.ts", | ||
| "!src/**/*-story.tsx", | ||
| "community.d.ts", | ||
| "community.js" | ||
| ], | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we add instructions to avoid the agent to change the source code in node_modules?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It did not every try to modify source code in my tests. I think it knows this source code shouldn't be modified implicitly