You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ground truths are sourced from the payload repository language stats and currently we are only handling package.json to pull the project' deps etc. We should aim to support other files similar to package.json that encapsulate the project in a similar way.
May require logic to extract the key info manually for each file type.
We could pass the whole files to gpt for it to determine truths from rather than dissecting it first
@sshivaditya2019 if a project doesn't have any sort of file we'll need to do something to be able to build the ground truths, do you have any ideas?
just use the readme (if it exists)
try to use the repo description
We lose a whole bunch of very useful context if the project doesn't have anything we can use but I'd expect these repos to be like .github and .ubiquity-os as it's quite uncommon not to have something
Requires #14
Ground truths are sourced from the payload repository language stats and currently we are only handling
package.json
to pull the project' deps etc. We should aim to support other files similar topackage.json
that encapsulate the project in a similar way.original context
The text was updated successfully, but these errors were encountered: